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 Agent el-master-agent-pod-7hd87-hngvf is provisioned from template el-master-agent-pod-7hd87 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-pull-request-verifier/job/2.7/17/" runUrl: "job/eclipselink-pull-request-verifier/job/2.7/17/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-7hd87-hngvf" 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-7hd87-hngvf" - name: "JENKINS_NAME" value: "el-master-agent-pod-7hd87-hngvf" - 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-4.10.1" name: "jnlp" resources: limits: memory: "4Gi" cpu: "2" requests: memory: "4Gi" cpu: "1" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "tkraus/el-build:1.1.9" name: "el-build" resources: limits: memory: "6Gi" cpu: "3" requests: memory: "6Gi" cpu: "3" tty: true volumeMounts: - mountPath: "/opt/tools" name: "tools" - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - 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-7hd87-hngvf in /home/jenkins/agent/workspace/eclipselink-nightly-2.6 [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-2.6 # 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 9bb6b7fbe3681c5ba2170937206a57f152919610 (refs/remotes/origin/2.6) > 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/2.6^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9bb6b7fbe3681c5ba2170937206a57f152919610 # timeout=10 Commit message: "LOG4J dependency update in MOXy OSGi tests (#1372)" > git rev-list --no-walk 6d743071853100975ccf3059c119d90fc1026767 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [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@2adb40b6; decorates RemoteLauncher[hudson.remoting.Channel@bd4b429a:JNLP4-connect connection from 10.40.39.40/10.40.39.40:58264] 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 9bb6b7fbe3681c5ba2170937206a57f152919610 (refs/remotes/origin/2.6) > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-2.6/.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/2.6^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9bb6b7fbe3681c5ba2170937206a57f152919610 # timeout=10 Commit message: "LOG4J dependency update in MOXy OSGi tests (#1372)" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 2.6 9bb6b7fbe3681c5ba2170937206a57f152919610 # timeout=10 > git rev-list --no-walk 6d743071853100975ccf3059c119d90fc1026767 # timeout=10 [Pipeline] sshagent FATAL: [ssh-agent] Could not find specified credentials [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container el-build of pod el-master-agent-pod-7hd87-hngvf Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-1tj1vptr83CF/agent.22; export SSH_AUTH_SOCK; SSH_AGENT_PID=23; export SSH_AGENT_PID; echo Agent pid 23; SSH_AUTH_SOCK=/tmp/ssh-1tj1vptr83CF/agent.22 SSH_AGENT_PID=23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 314932 (308K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/junit-4.12.jar' 0K .......... .......... .......... .......... .......... 16% 11.7M 0s 50K .......... .......... .......... .......... .......... 32% 12.0M 0s 100K .......... .......... .......... .......... .......... 48% 49.4M 0s 150K .......... .......... .......... .......... .......... 65% 59.8M 0s 200K .......... .......... .......... .......... .......... 81% 19.0M 0s 250K .......... .......... .......... .......... .......... 97% 69.2M 0s 300K ....... 100% 261M=0.01s 2021-12-16 04:55:05 (22.5 MB/s) - '/home/jenkins/extension.lib.external/junit-4.12.jar' saved [314932/314932] --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 45024 (44K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar' 0K .......... .......... .......... .......... ... 100% 56.2M=0.001s 2021-12-16 04:55:05 (56.2 MB/s) - '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar' saved [45024/45024] --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/org/jmockit/jmockit/1.10/jmockit-1.10.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 562310 (549K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jmockit-1.10.jar' 0K .......... .......... .......... .......... .......... 9% 11.9M 0s 50K .......... .......... .......... .......... .......... 18% 11.7M 0s 100K .......... .......... .......... .......... .......... 27% 58.8M 0s 150K .......... .......... .......... .......... .......... 36% 47.5M 0s 200K .......... .......... .......... .......... .......... 45% 20.1M 0s 250K .......... .......... .......... .......... .......... 54% 71.0M 0s 300K .......... .......... .......... .......... .......... 63% 59.6M 0s 350K .......... .......... .......... .......... .......... 72% 148M 0s 400K .......... .......... .......... .......... .......... 81% 85.5M 0s 450K .......... .......... .......... .......... .......... 91% 116M 0s 500K .......... .......... .......... .......... ......... 100% 29.9M=0.02s 2021-12-16 04:55:05 (31.6 MB/s) - '/home/jenkins/extension.lib.external/jmockit-1.10.jar' saved [562310/562310] --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/6.0.7.Final/hibernate-validator-6.0.7.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1117582 (1.1M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/hibernate-validator-6.0.7.Final.jar' 0K .......... .......... .......... .......... .......... 4% 10.2M 0s 50K .......... .......... .......... .......... .......... 9% 12.0M 0s 100K .......... .......... .......... .......... .......... 13% 103M 0s 150K .......... .......... .......... .......... .......... 18% 47.3M 0s 200K .......... .......... .......... .......... .......... 22% 18.5M 0s 250K .......... .......... .......... .......... .......... 27% 108M 0s 300K .......... .......... .......... .......... .......... 32% 97.9M 0s 350K .......... .......... .......... .......... .......... 36% 77.5M 0s 400K .......... .......... .......... .......... .......... 41% 119M 0s 450K .......... .......... .......... .......... .......... 45% 23.9M 0s 500K .......... .......... .......... .......... .......... 50% 107M 0s 550K .......... .......... .......... .......... .......... 54% 112M 0s 600K .......... .......... .......... .......... .......... 59% 112M 0s 650K .......... .......... .......... .......... .......... 64% 115M 0s 700K .......... .......... .......... .......... .......... 68% 102M 0s 750K .......... .......... .......... .......... .......... 73% 95.3M 0s 800K .......... .......... .......... .......... .......... 77% 108M 0s 850K .......... .......... .......... .......... .......... 82% 104M 0s 900K .......... .......... .......... .......... .......... 87% 126M 0s 950K .......... .......... .......... .......... .......... 91% 119M 0s 1000K .......... .......... .......... .......... .......... 96% 95.4M 0s 1050K .......... .......... .......... .......... . 100% 144M=0.02s 2021-12-16 04:55:05 (47.8 MB/s) - '/home/jenkins/extension.lib.external/hibernate-validator-6.0.7.Final.jar' saved [1117582/1117582] --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 66802 (65K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jboss-logging-3.3.0.Final.jar' 0K .......... .......... .......... .......... .......... 76% 12.0M 0s 50K .......... ..... 100% 17.8M=0.005s 2021-12-16 04:55:05 (13.0 MB/s) - '/home/jenkins/extension.lib.external/jboss-logging-3.3.0.Final.jar' saved [66802/66802] --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/org/glassfish/javax.el/3.0.1-b08/javax.el-3.0.1-b08.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 237816 (232K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/javax.el-3.0.1-b08.jar' 0K .......... .......... .......... .......... .......... 21% 10.9M 0s 50K .......... .......... .......... .......... .......... 43% 11.8M 0s 100K .......... .......... .......... .......... .......... 64% 57.5M 0s 150K .......... .......... .......... .......... .......... 86% 50.0M 0s 200K .......... .......... .......... .. 100% 143M=0.01s 2021-12-16 04:55:05 (21.2 MB/s) - '/home/jenkins/extension.lib.external/javax.el-3.0.1-b08.jar' saved [237816/237816] --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 64804 (63K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/classmate-1.3.1.jar' 0K .......... .......... .......... .......... .......... 79% 11.4M 0s 50K .......... ... 100% 27.2M=0.005s 2021-12-16 04:55:05 (12.9 MB/s) - '/home/jenkins/extension.lib.external/classmate-1.3.1.jar' saved [64804/64804] --2021-12-16 04:55:05-- https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.48/mysql-connector-java-5.1.48.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1006956 (983K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' 0K .......... .......... .......... .......... .......... 5% 11.9M 0s 50K .......... .......... .......... .......... .......... 10% 11.8M 0s 100K .......... .......... .......... .......... .......... 15% 48.3M 0s 150K .......... .......... .......... .......... .......... 20% 30.8M 0s 200K .......... .......... .......... .......... .......... 25% 36.7M 0s 250K .......... .......... .......... .......... .......... 30% 49.4M 0s 300K .......... .......... .......... .......... .......... 35% 56.8M 0s 350K .......... .......... .......... .......... .......... 40% 57.1M 0s 400K .......... .......... .......... .......... .......... 45% 53.4M 0s 450K .......... .......... .......... .......... .......... 50% 79.5M 0s 500K .......... .......... .......... .......... .......... 55% 106M 0s 550K .......... .......... .......... .......... .......... 61% 119M 0s 600K .......... .......... .......... .......... .......... 66% 101M 0s 650K .......... .......... .......... .......... .......... 71% 79.8M 0s 700K .......... .......... .......... .......... .......... 76% 108M 0s 750K .......... .......... .......... .......... .......... 81% 114M 0s 800K .......... .......... .......... .......... .......... 86% 115M 0s 850K .......... .......... .......... .......... .......... 91% 88.5M 0s 900K .......... .......... .......... .......... .......... 96% 98.9M 0s 950K .......... .......... .......... ... 100% 253M=0.02s 2021-12-16 04:55:05 (46.1 MB/s) - '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' saved [1006956/1006956] --2021-12-16 04:55:05-- https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.7-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org (archive.apache.org)|138.201.131.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6874544 (6.6M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/apache-ant-1.10.7-bin.tar.gz' 0K .......... .......... .......... .......... .......... 0% 59.1K 1m53s 50K .......... .......... .......... .......... .......... 1% 118K 84s 100K .......... .......... .......... .......... .......... 2% 66.8K 88s 150K .......... .......... .......... .......... .......... 2% 41.0K 1m45s 200K .......... .......... .......... .......... .......... 3% 48.7K 1m50s 250K .......... .......... .......... .......... .......... 4% 47.3K 1m54s 300K .......... .......... .......... .......... .......... 5% 22.2K 2m18s 350K .......... .......... .......... .......... .......... 5% 41.6K 2m18s 400K .......... .......... .......... .......... .......... 6% 36.7K 2m21s 450K .......... .......... .......... .......... .......... 7% 40.7K 2m21s 500K .......... .......... .......... .......... .......... 8% 31.7K 2m25s 550K .......... .......... .......... .......... .......... 8% 33.0K 2m27s 600K .......... .......... .......... .......... .......... 9% 41.8K 2m26s 650K .......... .......... .......... .......... .......... 10% 56.2K 2m22s 700K .......... .......... .......... .......... .......... 11% 50.5K 2m19s 750K .......... .......... .......... .......... .......... 11% 55.3K 2m16s 800K .......... .......... .......... .......... .......... 12% 54.1K 2m14s 850K .......... .......... .......... .......... .......... 13% 39.4K 2m13s 900K .......... .......... .......... .......... .......... 14% 47.4K 2m12s 950K .......... .......... .......... .......... .......... 14% 34.4K 2m12s 1000K .......... .......... .......... .......... .......... 15% 43.8K 2m11s 1050K .......... .......... .......... .......... .......... 16% 49.3K 2m9s 1100K .......... .......... .......... .......... .......... 17% 37.8K 2m9s 1150K .......... .......... .......... .......... .......... 17% 28.6K 2m10s 1200K .......... .......... .......... .......... .......... 18% 20.9K 2m14s 1250K .......... .......... .......... .......... .......... 19% 58.7K 2m12s 1300K .......... .......... .......... .......... .......... 20% 41.8K 2m10s 1350K .......... .......... .......... .......... .......... 20% 45.5K 2m9s 1400K .......... .......... .......... .......... .......... 21% 28.8K 2m9s 1450K .......... .......... .......... .......... .......... 22% 23.5K 2m11s 1500K .......... .......... .......... .......... .......... 23% 37.2K 2m10s 1550K .......... .......... .......... .......... .......... 23% 36.8K 2m9s 1600K .......... .......... .......... .......... .......... 24% 21.9K 2m11s 1650K .......... .......... .......... .......... .......... 25% 67.4K 2m8s 1700K .......... .......... .......... .......... .......... 26% 22.4K 2m10s 1750K .......... .......... .......... .......... .......... 26% 31.6K 2m9s 1800K .......... .......... .......... .......... .......... 27% 39.5K 2m8s 1850K .......... .......... .......... .......... .......... 28% 24.7K 2m8s 1900K .......... .......... .......... .......... .......... 29% 32.9K 2m7s 1950K .......... .......... .......... .......... .......... 29% 39.5K 2m6s 2000K .......... .......... .......... .......... .......... 30% 20.7K 2m7s 2050K .......... .......... .......... .......... .......... 31% 38.2K 2m5s 2100K .......... .......... .......... .......... .......... 32% 29.3K 2m5s 2150K .......... .......... .......... .......... .......... 32% 44.2K 2m3s 2200K .......... .......... .......... .......... .......... 33% 52.7K 2m1s 2250K .......... .......... .......... .......... .......... 34% 36.9K 1m59s 2300K .......... .......... .......... .......... .......... 35% 78.7K 1m57s 2350K .......... .......... .......... .......... .......... 35% 69.8K 1m54s 2400K .......... .......... .......... .......... .......... 36% 19.7K 1m55s 2450K .......... .......... .......... .......... .......... 37% 44.7K 1m53s 2500K .......... .......... .......... .......... .......... 37% 36.1K 1m52s 2550K .......... .......... .......... .......... .......... 38% 52.4K 1m50s 2600K .......... .......... .......... .......... .......... 39% 32.1K 1m49s 2650K .......... .......... .......... .......... .......... 40% 30.1K 1m48s 2700K .......... .......... .......... .......... .......... 40% 43.4K 1m47s 2750K .......... .......... .......... .......... .......... 41% 94.7K 1m44s 2800K .......... .......... .......... .......... .......... 42% 64.2K 1m42s 2850K .......... .......... .......... .......... .......... 43% 81.2K 1m40s 2900K .......... .......... .......... .......... .......... 43% 30.8K 99s 2950K .......... .......... .......... .......... .......... 44% 79.1K 97s 3000K .......... .......... .......... .......... .......... 45% 41.7K 95s 3050K .......... .......... .......... .......... .......... 46% 37.7K 94s 3100K .......... .......... .......... .......... .......... 46% 21.1K 94s 3150K .......... .......... .......... .......... .......... 47% 43.1K 92s 3200K .......... .......... .......... .......... .......... 48% 33.1K 91s 3250K .......... .......... .......... .......... .......... 49% 43.1K 90s 3300K .......... .......... .......... .......... .......... 49% 27.7K 89s 3350K .......... .......... .......... .......... .......... 50% 51.7K 87s 3400K .......... .......... .......... .......... .......... 51% 59.2K 86s 3450K .......... .......... .......... .......... .......... 52% 74.5K 84s 3500K .......... .......... .......... .......... .......... 52% 79.1K 82s 3550K .......... .......... .......... .......... .......... 53% 83.7K 80s 3600K .......... .......... .......... .......... .......... 54% 46.7K 78s 3650K .......... .......... .......... .......... .......... 55% 94.1K 77s 3700K .......... .......... .......... .......... .......... 55% 41.5K 75s 3750K .......... .......... .......... .......... .......... 56% 35.5K 74s 3800K .......... .......... .......... .......... .......... 57% 30.0K 73s 3850K .......... .......... .......... .......... .......... 58% 30.9K 72s 3900K .......... .......... .......... .......... .......... 58% 37.2K 71s 3950K .......... .......... .......... .......... .......... 59% 46.7K 69s 4000K .......... .......... .......... .......... .......... 60% 29.2K 68s 4050K .......... .......... .......... .......... .......... 61% 38.9K 67s 4100K .......... .......... .......... .......... .......... 61% 30.6K 66s 4150K .......... .......... .......... .......... .......... 62% 34.3K 65s 4200K .......... .......... .......... .......... .......... 63% 29.1K 64s 4250K .......... .......... .......... .......... .......... 64% 62.2K 62s 4300K .......... .......... .......... .......... .......... 64% 56.2K 61s 4350K .......... .......... .......... .......... .......... 65% 56.2K 59s 4400K .......... .......... .......... .......... .......... 66% 18.2K 59s 4450K .......... .......... .......... .......... .......... 67% 27.5K 58s 4500K .......... .......... .......... .......... .......... 67% 39.3K 56s 4550K .......... .......... .......... .......... .......... 68% 64.1K 55s 4600K .......... .......... .......... .......... .......... 69% 78.2K 53s 4650K .......... .......... .......... .......... .......... 70% 50.1K 52s 4700K .......... .......... .......... .......... .......... 70% 27.8K 51s 4750K .......... .......... .......... .......... .......... 71% 23.6K 50s 4800K .......... .......... .......... .......... .......... 72% 47.3K 48s 4850K .......... .......... .......... .......... .......... 72% 56.7K 47s 4900K .......... .......... .......... .......... .......... 73% 50.4K 46s 4950K .......... .......... .......... .......... .......... 74% 48.5K 44s 5000K .......... .......... .......... .......... .......... 75% 33.1K 43s 5050K .......... .......... .......... .......... .......... 75% 37.9K 42s 5100K .......... .......... .......... .......... .......... 76% 52.6K 40s 5150K .......... .......... .......... .......... .......... 77% 37.7K 39s 5200K .......... .......... .......... .......... .......... 78% 28.0K 38s 5250K .......... .......... .......... .......... .......... 78% 33.6K 37s 5300K .......... .......... .......... .......... .......... 79% 36.3K 35s 5350K .......... .......... .......... .......... .......... 80% 43.5K 34s 5400K .......... .......... .......... .......... .......... 81% 29.7K 33s 5450K .......... .......... .......... .......... .......... 81% 40.6K 31s 5500K .......... .......... .......... .......... .......... 82% 29.5K 30s 5550K .......... .......... .......... .......... .......... 83% 35.3K 29s 5600K .......... .......... .......... .......... .......... 84% 25.1K 28s 5650K .......... .......... .......... .......... .......... 84% 24.7K 27s 5700K .......... .......... .......... .......... .......... 85% 31.3K 25s 5750K .......... .......... .......... .......... .......... 86% 50.7K 24s 5800K .......... .......... .......... .......... .......... 87% 27.9K 23s 5850K .......... .......... .......... .......... .......... 87% 32.5K 21s 5900K .......... .......... .......... .......... .......... 88% 36.4K 20s 5950K .......... .......... .......... .......... .......... 89% 52.6K 19s 6000K .......... .......... .......... .......... .......... 90% 38.1K 17s 6050K .......... .......... .......... .......... .......... 90% 43.0K 16s 6100K .......... .......... .......... .......... .......... 91% 31.3K 15s 6150K .......... .......... .......... .......... .......... 92% 38.4K 14s 6200K .......... .......... .......... .......... .......... 93% 67.7K 12s 6250K .......... .......... .......... .......... .......... 93% 52.8K 11s 6300K .......... .......... .......... .......... .......... 94% 66.5K 9s 6350K .......... .......... .......... .......... .......... 95% 23.3K 8s 6400K .......... .......... .......... .......... .......... 96% 39.5K 7s 6450K .......... .......... .......... .......... .......... 96% 64.3K 6s 6500K .......... .......... .......... .......... .......... 97% 52.2K 4s 6550K .......... .......... .......... .......... .......... 98% 72.6K 3s 6600K .......... .......... .......... .......... .......... 99% 50.7K 2s 6650K .......... .......... .......... .......... .......... 99% 36.0K 0s 6700K .......... ... 100% 87.5K=2m54s 2021-12-16 04:58:00 (38.5 KB/s) - '/home/jenkins/extension.lib.external/apache-ant-1.10.7-bin.tar.gz' saved [6874544/6874544] --2021-12-16 04:58:00-- https://archive.apache.org/dist/maven/ant-tasks/2.1.3/binaries/maven-ant-tasks-2.1.3.jar Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org (archive.apache.org)|138.201.131.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1316000 (1.3M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/mavenant/maven-ant-tasks-2.1.3.jar' 0K .......... .......... .......... .......... .......... 3% 73.4K 17s 50K .......... .......... .......... .......... .......... 7% 50.5K 20s 100K .......... .......... .......... .......... .......... 11% 30.1K 25s 150K .......... .......... .......... .......... .......... 15% 32.2K 27s 200K .......... .......... .......... .......... .......... 19% 47.3K 25s 250K .......... .......... .......... .......... .......... 23% 44.2K 23s 300K .......... .......... .......... .......... .......... 27% 39.7K 22s 350K .......... .......... .......... .......... .......... 31% 41.7K 21s 400K .......... .......... .......... .......... .......... 35% 24.0K 22s 450K .......... .......... .......... .......... .......... 38% 54.7K 20s 500K .......... .......... .......... .......... .......... 42% 56.2K 18s 550K .......... .......... .......... .......... .......... 46% 79.2K 16s 600K .......... .......... .......... .......... .......... 50% 79.2K 14s 650K .......... .......... .......... .......... .......... 54% 108K 13s 700K .......... .......... .......... .......... .......... 58% 95.9K 11s 750K .......... .......... .......... .......... .......... 62% 83.6K 10s 800K .......... .......... .......... .......... .......... 66% 38.4K 9s 850K .......... .......... .......... .......... .......... 70% 52.8K 8s 900K .......... .......... .......... .......... .......... 73% 77.3K 7s 950K .......... .......... .......... .......... .......... 77% 59.4K 6s 1000K .......... .......... .......... .......... .......... 81% 39.5K 5s 1050K .......... .......... .......... .......... .......... 85% 21.0K 4s 1100K .......... .......... .......... .......... .......... 89% 47.4K 3s 1150K .......... .......... .......... .......... .......... 93% 53.6K 2s 1200K .......... .......... .......... .......... .......... 97% 33.4K 1s 1250K .......... .......... .......... ..... 100% 49.7K=28s 2021-12-16 04:58:29 (46.2 KB/s) - '/home/jenkins/extension.lib.external/mavenant/maven-ant-tasks-2.1.3.jar' saved [1316000/1316000] --2021-12-16 04:58:29-- https://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.0.1.Final.tar.gz Resolving download.jboss.org (download.jboss.org)... 209.148.204.82, 209.148.204.65, 2001:4958:302::b896:3a28, ... Connecting to download.jboss.org (download.jboss.org)|209.148.204.82|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 179449615 (171M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/wildfly-15.0.1.Final.tar.gz' 0K .......... .......... .......... .......... .......... 0% 3.65M 47s 50K .......... .......... .......... .......... .......... 0% 4.23M 44s 100K .......... .......... .......... .......... .......... 0% 7.37M 37s 150K .......... .......... .......... .......... .......... 0% 12.3M 31s 200K .......... .......... .......... .......... .......... 0% 15.0M 27s 250K .......... .......... .......... .......... .......... 0% 14.3M 25s 300K .......... .......... .......... .......... .......... 0% 16.1M 23s 350K .......... .......... .......... .......... .......... 0% 25.5M 21s 400K .......... .......... .......... .......... .......... 0% 24.9M 19s 450K .......... .......... .......... .......... .......... 0% 39.2M 18s 500K .......... .......... .......... .......... .......... 0% 40.9M 16s 550K .......... .......... .......... .......... .......... 0% 45.5M 15s 600K .......... .......... .......... .......... .......... 0% 39.5M 14s 650K .......... .......... .......... .......... .......... 0% 35.2M 14s 700K .......... .......... .......... .......... .......... 0% 45.9M 13s 750K .......... .......... .......... .......... .......... 0% 44.9M 13s 800K .......... .......... .......... .......... .......... 0% 41.4M 12s 850K .......... .......... .......... .......... .......... 0% 54.1M 12s 900K .......... .......... .......... .......... .......... 0% 50.5M 11s 950K .......... .......... .......... .......... .......... 0% 57.3M 11s 1000K .......... .......... .......... .......... .......... 0% 31.3M 10s 1050K .......... .......... .......... .......... .......... 0% 68.6M 10s 1100K .......... .......... .......... .......... .......... 0% 82.2M 10s 1150K .......... .......... .......... .......... .......... 0% 116M 9s 1200K .......... .......... .......... .......... .......... 0% 56.8M 9s 1250K .......... .......... .......... .......... .......... 0% 92.3M 9s 1300K .......... .......... .......... .......... .......... 0% 72.4M 9s 1350K .......... .......... .......... .......... .......... 0% 66.7M 8s 1400K .......... .......... .......... .......... .......... 0% 87.7M 8s 1450K .......... .......... .......... .......... .......... 0% 92.2M 8s 1500K .......... .......... .......... .......... .......... 0% 82.2M 8s 1550K .......... .......... .......... .......... .......... 0% 81.8M 8s 1600K .......... .......... .......... .......... .......... 0% 85.3M 7s 1650K .......... .......... .......... .......... .......... 0% 69.1M 7s 1700K .......... .......... .......... .......... .......... 0% 77.6M 7s 1750K .......... .......... .......... .......... .......... 1% 73.3M 7s 1800K .......... .......... .......... .......... .......... 1% 99.4M 7s 1850K .......... .......... .......... .......... .......... 1% 102M 7s 1900K .......... .......... .......... .......... .......... 1% 51.2M 7s 1950K .......... .......... .......... .......... .......... 1% 83.5M 6s 2000K .......... .......... .......... .......... .......... 1% 71.1M 6s 2050K .......... .......... .......... .......... .......... 1% 100M 6s 2100K .......... .......... .......... .......... .......... 1% 98.8M 6s 2150K .......... .......... .......... .......... .......... 1% 52.4M 6s 2200K .......... .......... .......... .......... .......... 1% 73.9M 6s 2250K .......... .......... .......... .......... .......... 1% 85.2M 6s 2300K .......... .......... .......... .......... .......... 1% 67.5M 6s 2350K .......... .......... .......... .......... .......... 1% 99.9M 6s 2400K .......... .......... .......... .......... .......... 1% 61.4M 6s 2450K .......... .......... .......... .......... .......... 1% 62.2M 6s 2500K .......... .......... .......... .......... .......... 1% 71.6M 6s 2550K .......... .......... .......... .......... .......... 1% 86.4M 5s 2600K .......... .......... .......... .......... .......... 1% 103M 5s 2650K .......... .......... .......... .......... .......... 1% 47.6M 5s 2700K .......... .......... .......... .......... .......... 1% 38.5M 5s 2750K .......... .......... .......... .......... .......... 1% 50.0M 5s 2800K .......... .......... .......... .......... .......... 1% 48.4M 5s 2850K .......... .......... .......... .......... .......... 1% 32.0M 5s 2900K .......... .......... .......... .......... .......... 1% 43.0M 5s 2950K .......... .......... .......... .......... .......... 1% 43.6M 5s 3000K .......... .......... .......... .......... .......... 1% 38.3M 5s 3050K .......... .......... .......... .......... .......... 1% 62.9M 5s 3100K .......... .......... .......... .......... .......... 1% 60.9M 5s 3150K .......... .......... .......... .......... .......... 1% 94.2M 5s 3200K .......... .......... .......... .......... .......... 1% 96.3M 5s 3250K .......... .......... .......... .......... .......... 1% 70.3M 5s 3300K .......... .......... .......... .......... .......... 1% 78.0M 5s 3350K .......... .......... .......... .......... .......... 1% 49.9M 5s 3400K .......... .......... .......... .......... .......... 1% 83.7M 5s 3450K .......... .......... .......... .......... .......... 1% 123M 5s 3500K .......... .......... .......... .......... .......... 2% 73.7M 5s 3550K .......... .......... .......... .......... .......... 2% 64.1M 5s 3600K .......... .......... .......... .......... .......... 2% 57.0M 5s 3650K .......... .......... .......... .......... .......... 2% 78.0M 5s 3700K .......... .......... .......... .......... .......... 2% 86.8M 5s 3750K .......... .......... .......... .......... .......... 2% 60.9M 5s 3800K .......... .......... .......... .......... .......... 2% 66.7M 5s 3850K .......... .......... .......... .......... .......... 2% 43.5M 5s 3900K .......... .......... .......... .......... .......... 2% 79.4M 5s 3950K .......... .......... .......... .......... .......... 2% 93.9M 5s 4000K .......... .......... .......... .......... .......... 2% 96.2M 4s 4050K .......... .......... .......... .......... .......... 2% 41.6M 4s 4100K .......... .......... .......... .......... .......... 2% 71.6M 4s 4150K .......... .......... .......... .......... .......... 2% 67.4M 4s 4200K .......... .......... .......... .......... .......... 2% 115M 4s 4250K .......... .......... .......... .......... .......... 2% 88.5M 4s 4300K .......... .......... .......... .......... .......... 2% 60.5M 4s 4350K .......... .......... .......... .......... .......... 2% 78.0M 4s 4400K .......... .......... .......... .......... .......... 2% 84.6M 4s 4450K .......... .......... .......... .......... .......... 2% 66.4M 4s 4500K .......... .......... .......... .......... .......... 2% 97.9M 4s 4550K .......... .......... .......... .......... .......... 2% 79.8M 4s 4600K .......... .......... .......... .......... .......... 2% 83.9M 4s 4650K .......... .......... .......... .......... .......... 2% 77.8M 4s 4700K .......... .......... .......... .......... .......... 2% 63.9M 4s 4750K .......... .......... .......... .......... .......... 2% 92.2M 4s 4800K .......... .......... .......... .......... .......... 2% 103M 4s 4850K .......... .......... .......... .......... .......... 2% 68.9M 4s 4900K .......... .......... .......... .......... .......... 2% 106M 4s 4950K .......... .......... .......... .......... .......... 2% 78.5M 4s 5000K .......... .......... .......... .......... .......... 2% 54.8M 4s 5050K .......... .......... .......... .......... .......... 2% 117M 4s 5100K .......... .......... .......... .......... .......... 2% 95.0M 4s 5150K .......... .......... .......... .......... .......... 2% 77.4M 4s 5200K .......... .......... .......... .......... .......... 2% 69.8M 4s 5250K .......... .......... .......... .......... .......... 3% 82.2M 4s 5300K .......... .......... .......... .......... .......... 3% 78.2M 4s 5350K .......... .......... .......... .......... .......... 3% 76.3M 4s 5400K .......... .......... .......... .......... .......... 3% 81.0M 4s 5450K .......... .......... .......... .......... .......... 3% 99.1M 4s 5500K .......... .......... .......... .......... .......... 3% 89.6M 4s 5550K .......... .......... .......... .......... .......... 3% 29.6M 4s 5600K .......... .......... .......... .......... .......... 3% 48.5M 4s 5650K .......... .......... .......... .......... .......... 3% 42.2M 4s 5700K .......... .......... .......... .......... .......... 3% 30.8M 4s 5750K .......... .......... .......... .......... .......... 3% 46.1M 4s 5800K .......... .......... .......... .......... .......... 3% 42.7M 4s 5850K .......... .......... .......... .......... .......... 3% 71.3M 4s 5900K .......... .......... .......... .......... .......... 3% 83.1M 4s 5950K .......... .......... .......... .......... .......... 3% 121M 4s 6000K .......... .......... .......... .......... .......... 3% 54.8M 4s 6050K .......... .......... .......... .......... .......... 3% 61.4M 4s 6100K .......... .......... .......... .......... .......... 3% 62.6M 4s 6150K .......... .......... .......... .......... .......... 3% 98.9M 4s 6200K .......... .......... .......... .......... .......... 3% 76.5M 4s 6250K .......... .......... .......... .......... .......... 3% 124M 4s 6300K .......... .......... .......... .......... .......... 3% 63.6M 4s 6350K .......... .......... .......... .......... .......... 3% 48.3M 4s 6400K .......... .......... .......... .......... .......... 3% 77.6M 4s 6450K .......... .......... .......... .......... .......... 3% 111M 4s 6500K .......... .......... .......... .......... .......... 3% 80.9M 4s 6550K .......... .......... .......... .......... .......... 3% 76.4M 4s 6600K .......... .......... .......... .......... .......... 3% 77.6M 4s 6650K .......... .......... .......... .......... .......... 3% 76.9M 4s 6700K .......... .......... .......... .......... .......... 3% 69.8M 4s 6750K .......... .......... .......... .......... .......... 3% 71.0M 4s 6800K .......... .......... .......... .......... .......... 3% 102M 4s 6850K .......... .......... .......... .......... .......... 3% 86.2M 4s 6900K .......... .......... .......... .......... .......... 3% 57.1M 4s 6950K .......... .......... .......... .......... .......... 3% 115M 4s 7000K .......... .......... .......... .......... .......... 4% 55.0M 4s 7050K .......... .......... .......... .......... .......... 4% 107M 4s 7100K .......... .......... .......... .......... .......... 4% 103M 4s 7150K .......... .......... .......... .......... .......... 4% 96.1M 3s 7200K .......... .......... .......... .......... .......... 4% 62.5M 3s 7250K .......... .......... .......... .......... .......... 4% 84.7M 3s 7300K .......... .......... .......... .......... .......... 4% 75.8M 3s 7350K .......... .......... .......... .......... .......... 4% 66.0M 3s 7400K .......... .......... .......... .......... .......... 4% 106M 3s 7450K .......... .......... .......... .......... .......... 4% 82.8M 3s 7500K .......... .......... .......... .......... .......... 4% 70.2M 3s 7550K .......... .......... .......... .......... .......... 4% 77.9M 3s 7600K .......... .......... .......... .......... .......... 4% 70.7M 3s 7650K .......... .......... .......... .......... .......... 4% 86.4M 3s 7700K .......... .......... .......... .......... .......... 4% 73.7M 3s 7750K .......... .......... .......... .......... .......... 4% 89.7M 3s 7800K .......... .......... .......... .......... .......... 4% 87.5M 3s 7850K .......... .......... .......... .......... .......... 4% 71.6M 3s 7900K .......... .......... .......... .......... .......... 4% 60.9M 3s 7950K .......... .......... .......... .......... .......... 4% 55.6M 3s 8000K .......... .......... .......... .......... .......... 4% 119M 3s 8050K .......... .......... .......... .......... .......... 4% 58.0M 3s 8100K .......... .......... .......... .......... .......... 4% 45.9M 3s 8150K .......... .......... .......... .......... .......... 4% 51.3M 3s 8200K .......... .......... .......... .......... .......... 4% 77.4M 3s 8250K .......... .......... .......... .......... .......... 4% 77.5M 3s 8300K .......... .......... .......... .......... .......... 4% 93.6M 3s 8350K .......... .......... .......... .......... .......... 4% 95.1M 3s 8400K .......... .......... .......... .......... .......... 4% 98.2M 3s 8450K .......... .......... .......... .......... .......... 4% 137M 3s 8500K .......... .......... .......... .......... .......... 4% 69.5M 3s 8550K .......... .......... .......... .......... .......... 4% 52.0M 3s 8600K .......... .......... .......... .......... .......... 4% 44.1M 3s 8650K .......... .......... .......... .......... .......... 4% 70.3M 3s 8700K .......... .......... .......... .......... .......... 4% 81.9M 3s 8750K .......... .......... .......... .......... .......... 5% 96.0M 3s 8800K .......... .......... .......... .......... .......... 5% 66.6M 3s 8850K .......... .......... .......... .......... .......... 5% 91.7M 3s 8900K .......... .......... .......... .......... .......... 5% 70.8M 3s 8950K .......... .......... .......... .......... .......... 5% 87.9M 3s 9000K .......... .......... .......... .......... .......... 5% 64.1M 3s 9050K .......... .......... .......... .......... .......... 5% 37.3M 3s 9100K .......... .......... .......... .......... .......... 5% 62.1M 3s 9150K .......... .......... .......... .......... .......... 5% 121M 3s 9200K .......... .......... .......... .......... .......... 5% 51.5M 3s 9250K .......... .......... .......... .......... .......... 5% 99.2M 3s 9300K .......... .......... .......... .......... .......... 5% 91.4M 3s 9350K .......... .......... .......... .......... .......... 5% 121M 3s 9400K .......... .......... .......... .......... .......... 5% 95.6M 3s 9450K .......... .......... .......... .......... .......... 5% 123M 3s 9500K .......... .......... .......... .......... .......... 5% 89.5M 3s 9550K .......... .......... .......... .......... .......... 5% 103M 3s 9600K .......... .......... .......... .......... .......... 5% 151M 3s 9650K .......... .......... .......... .......... .......... 5% 105M 3s 9700K .......... .......... .......... .......... .......... 5% 128M 3s 9750K .......... .......... .......... .......... .......... 5% 95.4M 3s 9800K .......... .......... .......... .......... .......... 5% 98.7M 3s 9850K .......... .......... .......... .......... .......... 5% 128M 3s 9900K .......... .......... .......... .......... .......... 5% 67.1M 3s 9950K .......... .......... .......... .......... .......... 5% 62.9M 3s 10000K .......... .......... .......... .......... .......... 5% 76.9M 3s 10050K .......... .......... .......... .......... .......... 5% 60.2M 3s 10100K .......... .......... .......... .......... .......... 5% 71.2M 3s 10150K .......... .......... .......... .......... .......... 5% 95.0M 3s 10200K .......... .......... .......... .......... .......... 5% 83.0M 3s 10250K .......... .......... .......... .......... .......... 5% 63.0M 3s 10300K .......... .......... .......... .......... .......... 5% 87.3M 3s 10350K .......... .......... .......... .......... .......... 5% 115M 3s 10400K .......... .......... .......... .......... .......... 5% 62.5M 3s 10450K .......... .......... .......... .......... .......... 5% 61.3M 3s 10500K .......... .......... .......... .......... .......... 6% 81.2M 3s 10550K .......... .......... .......... .......... .......... 6% 105M 3s 10600K .......... .......... .......... .......... .......... 6% 128M 3s 10650K .......... .......... .......... .......... .......... 6% 107M 3s 10700K .......... .......... .......... .......... .......... 6% 102M 3s 10750K .......... .......... .......... .......... .......... 6% 139M 3s 10800K .......... .......... .......... .......... .......... 6% 109M 3s 10850K .......... .......... .......... .......... .......... 6% 88.5M 3s 10900K .......... .......... .......... .......... .......... 6% 136M 3s 10950K .......... .......... .......... .......... .......... 6% 121M 3s 11000K .......... .......... .......... .......... .......... 6% 101M 3s 11050K .......... .......... .......... .......... .......... 6% 109M 3s 11100K .......... .......... .......... .......... .......... 6% 100M 3s 11150K .......... .......... .......... .......... .......... 6% 108M 3s 11200K .......... .......... .......... .......... .......... 6% 88.4M 3s 11250K .......... .......... .......... .......... .......... 6% 73.9M 3s 11300K .......... .......... .......... .......... .......... 6% 136M 3s 11350K .......... .......... .......... .......... .......... 6% 118M 3s 11400K .......... .......... .......... .......... .......... 6% 76.5M 3s 11450K .......... .......... .......... .......... .......... 6% 79.7M 3s 11500K .......... .......... .......... .......... .......... 6% 82.6M 3s 11550K .......... .......... .......... .......... .......... 6% 70.8M 3s 11600K .......... .......... .......... .......... .......... 6% 113M 3s 11650K .......... .......... .......... .......... .......... 6% 115M 3s 11700K .......... .......... .......... .......... .......... 6% 92.1M 3s 11750K .......... .......... .......... .......... .......... 6% 103M 3s 11800K .......... .......... .......... .......... .......... 6% 77.4M 3s 11850K .......... .......... .......... .......... .......... 6% 70.5M 3s 11900K .......... .......... .......... .......... .......... 6% 87.9M 3s 11950K .......... .......... .......... .......... .......... 6% 92.6M 3s 12000K .......... .......... .......... .......... .......... 6% 144M 3s 12050K .......... .......... .......... .......... .......... 6% 77.1M 3s 12100K .......... .......... .......... .......... .......... 6% 63.8M 3s 12150K .......... .......... .......... .......... .......... 6% 132M 3s 12200K .......... .......... .......... .......... .......... 6% 123M 3s 12250K .......... .......... .......... .......... .......... 7% 100M 3s 12300K .......... .......... .......... .......... .......... 7% 118M 3s 12350K .......... .......... .......... .......... .......... 7% 99.3M 3s 12400K .......... .......... .......... .......... .......... 7% 102M 3s 12450K .......... .......... .......... .......... .......... 7% 127M 3s 12500K .......... .......... .......... .......... .......... 7% 104M 3s 12550K .......... .......... .......... .......... .......... 7% 124M 3s 12600K .......... .......... .......... .......... .......... 7% 104M 3s 12650K .......... .......... .......... .......... .......... 7% 136M 3s 12700K .......... .......... .......... .......... .......... 7% 89.9M 3s 12750K .......... .......... .......... .......... .......... 7% 108M 3s 12800K .......... .......... .......... .......... .......... 7% 113M 3s 12850K .......... .......... .......... .......... .......... 7% 92.6M 3s 12900K .......... .......... .......... .......... .......... 7% 129M 3s 12950K .......... .......... .......... .......... .......... 7% 127M 3s 13000K .......... .......... .......... .......... .......... 7% 141M 3s 13050K .......... .......... .......... .......... .......... 7% 98.4M 3s 13100K .......... .......... .......... .......... .......... 7% 105M 3s 13150K .......... .......... .......... .......... .......... 7% 106M 3s 13200K .......... .......... .......... .......... .......... 7% 109M 3s 13250K .......... .......... .......... .......... .......... 7% 122M 3s 13300K .......... .......... .......... .......... .......... 7% 102M 3s 13350K .......... .......... .......... .......... .......... 7% 71.5M 3s 13400K .......... .......... .......... .......... .......... 7% 29.5M 3s 13450K .......... .......... .......... .......... .......... 7% 44.7M 3s 13500K .......... .......... .......... .......... .......... 7% 67.1M 3s 13550K .......... .......... .......... .......... .......... 7% 59.0M 3s 13600K .......... .......... .......... .......... .......... 7% 98.1M 3s 13650K .......... .......... .......... .......... .......... 7% 82.3M 3s 13700K .......... .......... .......... .......... .......... 7% 72.8M 3s 13750K .......... .......... .......... .......... .......... 7% 109M 3s 13800K .......... .......... .......... .......... .......... 7% 95.9M 3s 13850K .......... .......... .......... .......... .......... 7% 88.0M 3s 13900K .......... .......... .......... .......... .......... 7% 103M 3s 13950K .......... .......... .......... .......... .......... 7% 135M 3s 14000K .......... .......... .......... .......... .......... 8% 94.1M 3s 14050K .......... .......... .......... .......... .......... 8% 115M 3s 14100K .......... .......... .......... .......... .......... 8% 100M 3s 14150K .......... .......... .......... .......... .......... 8% 104M 3s 14200K .......... .......... .......... .......... .......... 8% 171M 3s 14250K .......... .......... .......... .......... .......... 8% 85.8M 3s 14300K .......... .......... .......... .......... .......... 8% 149M 3s 14350K .......... .......... .......... .......... .......... 8% 96.2M 3s 14400K .......... .......... .......... .......... .......... 8% 126M 3s 14450K .......... .......... .......... .......... .......... 8% 121M 3s 14500K .......... .......... .......... .......... .......... 8% 104M 3s 14550K .......... .......... .......... .......... .......... 8% 96.9M 3s 14600K .......... .......... .......... .......... .......... 8% 145M 3s 14650K .......... .......... .......... .......... .......... 8% 103M 3s 14700K .......... .......... .......... .......... .......... 8% 117M 3s 14750K .......... .......... .......... .......... .......... 8% 89.3M 3s 14800K .......... .......... .......... .......... .......... 8% 119M 3s 14850K .......... .......... .......... .......... .......... 8% 106M 3s 14900K .......... .......... .......... .......... .......... 8% 94.2M 3s 14950K .......... .......... .......... .......... .......... 8% 148M 3s 15000K .......... .......... .......... .......... .......... 8% 131M 3s 15050K .......... .......... .......... .......... .......... 8% 80.0M 3s 15100K .......... .......... .......... .......... .......... 8% 140M 3s 15150K .......... .......... .......... .......... .......... 8% 86.3M 3s 15200K .......... .......... .......... .......... .......... 8% 77.4M 3s 15250K .......... .......... .......... .......... .......... 8% 85.7M 3s 15300K .......... .......... .......... .......... .......... 8% 127M 3s 15350K .......... .......... .......... .......... .......... 8% 52.6M 3s 15400K .......... .......... .......... .......... .......... 8% 75.1M 3s 15450K .......... .......... .......... .......... .......... 8% 76.9M 3s 15500K .......... .......... .......... .......... .......... 8% 71.4M 3s 15550K .......... .......... .......... .......... .......... 8% 70.5M 2s 15600K .......... .......... .......... .......... .......... 8% 91.2M 2s 15650K .......... .......... .......... .......... .......... 8% 93.7M 2s 15700K .......... .......... .......... .......... .......... 8% 89.3M 2s 15750K .......... .......... .......... .......... .......... 9% 84.0M 2s 15800K .......... .......... .......... .......... .......... 9% 137M 2s 15850K .......... .......... .......... .......... .......... 9% 117M 2s 15900K .......... .......... .......... .......... .......... 9% 91.6M 2s 15950K .......... .......... .......... .......... .......... 9% 110M 2s 16000K .......... .......... .......... .......... .......... 9% 132M 2s 16050K .......... .......... .......... .......... .......... 9% 111M 2s 16100K .......... .......... .......... .......... .......... 9% 110M 2s 16150K .......... .......... .......... .......... .......... 9% 104M 2s 16200K .......... .......... .......... .......... .......... 9% 115M 2s 16250K .......... .......... .......... .......... .......... 9% 130M 2s 16300K .......... .......... .......... .......... .......... 9% 96.4M 2s 16350K .......... .......... .......... .......... .......... 9% 156M 2s 16400K .......... .......... .......... .......... .......... 9% 89.9M 2s 16450K .......... .......... .......... .......... .......... 9% 120M 2s 16500K .......... .......... .......... .......... .......... 9% 130M 2s 16550K .......... .......... .......... .......... .......... 9% 83.0M 2s 16600K .......... .......... .......... .......... .......... 9% 140M 2s 16650K .......... .......... .......... .......... .......... 9% 104M 2s 16700K .......... .......... .......... .......... .......... 9% 104M 2s 16750K .......... .......... .......... .......... .......... 9% 121M 2s 16800K .......... .......... .......... .......... .......... 9% 109M 2s 16850K .......... .......... .......... .......... .......... 9% 106M 2s 16900K .......... .......... .......... .......... .......... 9% 115M 2s 16950K .......... .......... .......... .......... .......... 9% 90.8M 2s 17000K .......... .......... .......... .......... .......... 9% 131M 2s 17050K .......... .......... .......... .......... .......... 9% 87.4M 2s 17100K .......... .......... .......... .......... .......... 9% 114M 2s 17150K .......... .......... .......... .......... .......... 9% 134M 2s 17200K .......... .......... .......... .......... .......... 9% 119M 2s 17250K .......... .......... .......... .......... .......... 9% 102M 2s 17300K .......... .......... .......... .......... .......... 9% 115M 2s 17350K .......... .......... .......... .......... .......... 9% 119M 2s 17400K .......... .......... .......... .......... .......... 9% 89.9M 2s 17450K .......... .......... .......... .......... .......... 9% 138M 2s 17500K .......... .......... .......... .......... .......... 10% 94.5M 2s 17550K .......... .......... .......... .......... .......... 10% 107M 2s 17600K .......... .......... .......... .......... .......... 10% 134M 2s 17650K .......... .......... .......... .......... .......... 10% 94.7M 2s 17700K .......... .......... .......... .......... .......... 10% 121M 2s 17750K .......... .......... .......... .......... .......... 10% 78.1M 2s 17800K .......... .......... .......... .......... .......... 10% 63.8M 2s 17850K .......... .......... .......... .......... .......... 10% 61.4M 2s 17900K .......... .......... .......... .......... .......... 10% 54.8M 2s 17950K .......... .......... .......... .......... .......... 10% 176M 2s 18000K .......... .......... .......... .......... .......... 10% 127M 2s 18050K .......... .......... .......... .......... .......... 10% 99.2M 2s 18100K .......... .......... .......... .......... .......... 10% 90.1M 2s 18150K .......... .......... .......... .......... .......... 10% 160M 2s 18200K .......... .......... .......... .......... .......... 10% 108M 2s 18250K .......... .......... .......... .......... .......... 10% 107M 2s 18300K .......... .......... .......... .......... .......... 10% 128M 2s 18350K .......... .......... .......... .......... .......... 10% 91.9M 2s 18400K .......... .......... .......... .......... .......... 10% 85.1M 2s 18450K .......... .......... .......... .......... .......... 10% 55.2M 2s 18500K .......... .......... .......... .......... .......... 10% 69.0M 2s 18550K .......... .......... .......... .......... .......... 10% 103M 2s 18600K .......... .......... .......... .......... .......... 10% 120M 2s 18650K .......... .......... .......... .......... .......... 10% 127M 2s 18700K .......... .......... .......... .......... .......... 10% 92.4M 2s 18750K .......... .......... .......... .......... .......... 10% 150M 2s 18800K .......... .......... .......... .......... .......... 10% 119M 2s 18850K .......... .......... .......... .......... .......... 10% 93.6M 2s 18900K .......... .......... .......... .......... .......... 10% 94.3M 2s 18950K .......... .......... .......... .......... .......... 10% 158M 2s 19000K .......... .......... .......... .......... .......... 10% 103M 2s 19050K .......... .......... .......... .......... .......... 10% 110M 2s 19100K .......... .......... .......... .......... .......... 10% 94.8M 2s 19150K .......... .......... .......... .......... .......... 10% 130M 2s 19200K .......... .......... .......... .......... .......... 10% 111M 2s 19250K .......... .......... .......... .......... .......... 11% 88.9M 2s 19300K .......... .......... .......... .......... .......... 11% 132M 2s 19350K .......... .......... .......... .......... .......... 11% 138M 2s 19400K .......... .......... .......... .......... .......... 11% 95.9M 2s 19450K .......... .......... .......... .......... .......... 11% 111M 2s 19500K .......... .......... .......... .......... .......... 11% 136M 2s 19550K .......... .......... .......... .......... .......... 11% 109M 2s 19600K .......... .......... .......... .......... .......... 11% 105M 2s 19650K .......... .......... .......... .......... .......... 11% 106M 2s 19700K .......... .......... .......... .......... .......... 11% 100M 2s 19750K .......... .......... .......... .......... .......... 11% 121M 2s 19800K .......... .......... .......... .......... .......... 11% 108M 2s 19850K .......... .......... .......... .......... .......... 11% 101M 2s 19900K .......... .......... .......... .......... .......... 11% 142M 2s 19950K .......... .......... .......... .......... .......... 11% 104M 2s 20000K .......... .......... .......... .......... .......... 11% 123M 2s 20050K .......... .......... .......... .......... .......... 11% 123M 2s 20100K .......... .......... .......... .......... .......... 11% 49.4M 2s 20150K .......... .......... .......... .......... .......... 11% 71.3M 2s 20200K .......... .......... .......... .......... .......... 11% 122M 2s 20250K .......... .......... .......... .......... .......... 11% 65.8M 2s 20300K .......... .......... .......... .......... .......... 11% 73.3M 2s 20350K .......... .......... .......... .......... .......... 11% 78.6M 2s 20400K .......... .......... .......... .......... .......... 11% 51.4M 2s 20450K .......... .......... .......... .......... .......... 11% 69.9M 2s 20500K .......... .......... .......... .......... .......... 11% 113M 2s 20550K .......... .......... .......... .......... .......... 11% 109M 2s 20600K .......... .......... .......... .......... .......... 11% 114M 2s 20650K .......... .......... .......... .......... .......... 11% 130M 2s 20700K .......... .......... .......... .......... .......... 11% 86.1M 2s 20750K .......... .......... .......... .......... .......... 11% 122M 2s 20800K .......... .......... .......... .......... .......... 11% 122M 2s 20850K .......... .......... .......... .......... .......... 11% 117M 2s 20900K .......... .......... .......... .......... .......... 11% 99.8M 2s 20950K .......... .......... .......... .......... .......... 11% 109M 2s 21000K .......... .......... .......... .......... .......... 12% 113M 2s 21050K .......... .......... .......... .......... .......... 12% 99.5M 2s 21100K .......... .......... .......... .......... .......... 12% 115M 2s 21150K .......... .......... .......... .......... .......... 12% 128M 2s 21200K .......... .......... .......... .......... .......... 12% 108M 2s 21250K .......... .......... .......... .......... .......... 12% 119M 2s 21300K .......... .......... .......... .......... .......... 12% 105M 2s 21350K .......... .......... .......... .......... .......... 12% 129M 2s 21400K .......... .......... .......... .......... .......... 12% 88.6M 2s 21450K .......... .......... .......... .......... .......... 12% 113M 2s 21500K .......... .......... .......... .......... .......... 12% 116M 2s 21550K .......... .......... .......... .......... .......... 12% 133M 2s 21600K .......... .......... .......... .......... .......... 12% 94.3M 2s 21650K .......... .......... .......... .......... .......... 12% 107M 2s 21700K .......... .......... .......... .......... .......... 12% 144M 2s 21750K .......... .......... .......... .......... .......... 12% 103M 2s 21800K .......... .......... .......... .......... .......... 12% 109M 2s 21850K .......... .......... .......... .......... .......... 12% 98.8M 2s 21900K .......... .......... .......... .......... .......... 12% 109M 2s 21950K .......... .......... .......... .......... .......... 12% 125M 2s 22000K .......... .......... .......... .......... .......... 12% 109M 2s 22050K .......... .......... .......... .......... .......... 12% 129M 2s 22100K .......... .......... .......... .......... .......... 12% 82.5M 2s 22150K .......... .......... .......... .......... .......... 12% 98.5M 2s 22200K .......... .......... .......... .......... .......... 12% 62.3M 2s 22250K .......... .......... .......... .......... .......... 12% 68.7M 2s 22300K .......... .......... .......... .......... .......... 12% 93.5M 2s 22350K .......... .......... .......... .......... .......... 12% 50.6M 2s 22400K .......... .......... .......... .......... .......... 12% 38.9M 2s 22450K .......... .......... .......... .......... .......... 12% 36.4M 2s 22500K .......... .......... .......... .......... .......... 12% 63.6M 2s 22550K .......... .......... .......... .......... .......... 12% 112M 2s 22600K .......... .......... .......... .......... .......... 12% 115M 2s 22650K .......... .......... .......... .......... .......... 12% 97.9M 2s 22700K .......... .......... .......... .......... .......... 12% 139M 2s 22750K .......... .......... .......... .......... .......... 13% 93.5M 2s 22800K .......... .......... .......... .......... .......... 13% 107M 2s 22850K .......... .......... .......... .......... .......... 13% 132M 2s 22900K .......... .......... .......... .......... .......... 13% 92.7M 2s 22950K .......... .......... .......... .......... .......... 13% 145M 2s 23000K .......... .......... .......... .......... .......... 13% 115M 2s 23050K .......... .......... .......... .......... .......... 13% 85.2M 2s 23100K .......... .......... .......... .......... .......... 13% 147M 2s 23150K .......... .......... .......... .......... .......... 13% 117M 2s 23200K .......... .......... .......... .......... .......... 13% 98.5M 2s 23250K .......... .......... .......... .......... .......... 13% 111M 2s 23300K .......... .......... .......... .......... .......... 13% 131M 2s 23350K .......... .......... .......... .......... .......... 13% 97.2M 2s 23400K .......... .......... .......... .......... .......... 13% 110M 2s 23450K .......... .......... .......... .......... .......... 13% 109M 2s 23500K .......... .......... .......... .......... .......... 13% 108M 2s 23550K .......... .......... .......... .......... .......... 13% 133M 2s 23600K .......... .......... .......... .......... .......... 13% 88.8M 2s 23650K .......... .......... .......... .......... .......... 13% 131M 2s 23700K .......... .......... .......... .......... .......... 13% 120M 2s 23750K .......... .......... .......... .......... .......... 13% 94.2M 2s 23800K .......... .......... .......... .......... .......... 13% 116M 2s 23850K .......... .......... .......... .......... .......... 13% 130M 2s 23900K .......... .......... .......... .......... .......... 13% 99.2M 2s 23950K .......... .......... .......... .......... .......... 13% 103M 2s 24000K .......... .......... .......... .......... .......... 13% 121M 2s 24050K .......... .......... .......... .......... .......... 13% 102M 2s 24100K .......... .......... .......... .......... .......... 13% 131M 2s 24150K .......... .......... .......... .......... .......... 13% 88.8M 2s 24200K .......... .......... .......... .......... .......... 13% 127M 2s 24250K .......... .......... .......... .......... .......... 13% 142M 2s 24300K .......... .......... .......... .......... .......... 13% 89.3M 2s 24350K .......... .......... .......... .......... .......... 13% 131M 2s 24400K .......... .......... .......... .......... .......... 13% 110M 2s 24450K .......... .......... .......... .......... .......... 13% 95.9M 2s 24500K .......... .......... .......... .......... .......... 14% 124M 2s 24550K .......... .......... .......... .......... .......... 14% 109M 2s 24600K .......... .......... .......... .......... .......... 14% 112M 2s 24650K .......... .......... .......... .......... .......... 14% 120M 2s 24700K .......... .......... .......... .......... .......... 14% 102M 2s 24750K .......... .......... .......... .......... .......... 14% 127M 2s 24800K .......... .......... .......... .......... .......... 14% 88.8M 2s 24850K .......... .......... .......... .......... .......... 14% 136M 2s 24900K .......... .......... .......... .......... .......... 14% 106M 2s 24950K .......... .......... .......... .......... .......... 14% 104M 2s 25000K .......... .......... .......... .......... .......... 14% 126M 2s 25050K .......... .......... .......... .......... .......... 14% 130M 2s 25100K .......... .......... .......... .......... .......... 14% 83.1M 2s 25150K .......... .......... .......... .......... .......... 14% 122M 2s 25200K .......... .......... .......... .......... .......... 14% 138M 2s 25250K .......... .......... .......... .......... .......... 14% 94.9M 2s 25300K .......... .......... .......... .......... .......... 14% 121M 2s 25350K .......... .......... .......... .......... .......... 14% 111M 2s 25400K .......... .......... .......... .......... .......... 14% 105M 2s 25450K .......... .......... .......... .......... .......... 14% 57.9M 2s 25500K .......... .......... .......... .......... .......... 14% 91.0M 2s 25550K .......... .......... .......... .......... .......... 14% 60.6M 2s 25600K .......... .......... .......... .......... .......... 14% 59.2M 2s 25650K .......... .......... .......... .......... .......... 14% 54.6M 2s 25700K .......... .......... .......... .......... .......... 14% 135M 2s 25750K .......... .......... .......... .......... .......... 14% 121M 2s 25800K .......... .......... .......... .......... .......... 14% 86.7M 2s 25850K .......... .......... .......... .......... .......... 14% 108M 2s 25900K .......... .......... .......... .......... .......... 14% 64.2M 2s 25950K .......... .......... .......... .......... .......... 14% 44.2M 2s 26000K .......... .......... .......... .......... .......... 14% 85.4M 2s 26050K .......... .......... .......... .......... .......... 14% 121M 2s 26100K .......... .......... .......... .......... .......... 14% 93.2M 2s 26150K .......... .......... .......... .......... .......... 14% 112M 2s 26200K .......... .......... .......... .......... .......... 14% 68.5M 2s 26250K .......... .......... .......... .......... .......... 15% 56.9M 2s 26300K .......... .......... .......... .......... .......... 15% 59.2M 2s 26350K .......... .......... .......... .......... .......... 15% 52.0M 2s 26400K .......... .......... .......... .......... .......... 15% 281M 2s 26450K .......... .......... .......... .......... .......... 15% 112M 2s 26500K .......... .......... .......... .......... .......... 15% 112M 2s 26550K .......... .......... .......... .......... .......... 15% 66.7M 2s 26600K .......... .......... .......... .......... .......... 15% 52.5M 2s 26650K .......... .......... .......... .......... .......... 15% 42.3M 2s 26700K .......... .......... .......... .......... .......... 15% 108M 2s 26750K .......... .......... .......... .......... .......... 15% 91.2M 2s 26800K .......... .......... .......... .......... .......... 15% 118M 2s 26850K .......... .......... .......... .......... .......... 15% 47.8M 2s 26900K .......... .......... .......... .......... .......... 15% 56.6M 2s 26950K .......... .......... .......... .......... .......... 15% 62.3M 2s 27000K .......... .......... .......... .......... .......... 15% 89.8M 2s 27050K .......... .......... .......... .......... .......... 15% 145M 2s 27100K .......... .......... .......... .......... .......... 15% 82.8M 2s 27150K .......... .......... .......... .......... .......... 15% 71.9M 2s 27200K .......... .......... .......... .......... .......... 15% 64.6M 2s 27250K .......... .......... .......... .......... .......... 15% 50.0M 2s 27300K .......... .......... .......... .......... .......... 15% 119M 2s 27350K .......... .......... .......... .......... .......... 15% 90.2M 2s 27400K .......... .......... .......... .......... .......... 15% 116M 2s 27450K .......... .......... .......... .......... .......... 15% 107M 2s 27500K .......... .......... .......... .......... .......... 15% 108M 2s 27550K .......... .......... .......... .......... .......... 15% 94.3M 2s 27600K .......... .......... .......... .......... .......... 15% 58.8M 2s 27650K .......... .......... .......... .......... .......... 15% 58.3M 2s 27700K .......... .......... .......... .......... .......... 15% 54.4M 2s 27750K .......... .......... .......... .......... .......... 15% 147M 2s 27800K .......... .......... .......... .......... .......... 15% 80.2M 2s 27850K .......... .......... .......... .......... .......... 15% 104M 2s 27900K .......... .......... .......... .......... .......... 15% 62.6M 2s 27950K .......... .......... .......... .......... .......... 15% 59.7M 2s 28000K .......... .......... .......... .......... .......... 16% 65.4M 2s 28050K .......... .......... .......... .......... .......... 16% 95.1M 2s 28100K .......... .......... .......... .......... .......... 16% 122M 2s 28150K .......... .......... .......... .......... .......... 16% 84.3M 2s 28200K .......... .......... .......... .......... .......... 16% 72.8M 2s 28250K .......... .......... .......... .......... .......... 16% 45.5M 2s 28300K .......... .......... .......... .......... .......... 16% 61.4M 2s 28350K .......... .......... .......... .......... .......... 16% 123M 2s 28400K .......... .......... .......... .......... .......... 16% 82.6M 2s 28450K .......... .......... .......... .......... .......... 16% 169M 2s 28500K .......... .......... .......... .......... .......... 16% 83.5M 2s 28550K .......... .......... .......... .......... .......... 16% 109M 2s 28600K .......... .......... .......... .......... .......... 16% 56.7M 2s 28650K .......... .......... .......... .......... .......... 16% 32.2M 2s 28700K .......... .......... .......... .......... .......... 16% 38.3M 2s 28750K .......... .......... .......... .......... .......... 16% 36.0M 2s 28800K .......... .......... .......... .......... .......... 16% 67.0M 2s 28850K .......... .......... .......... .......... .......... 16% 56.7M 2s 28900K .......... .......... .......... .......... .......... 16% 48.4M 2s 28950K .......... .......... .......... .......... .......... 16% 52.5M 2s 29000K .......... .......... .......... .......... .......... 16% 56.7M 2s 29050K .......... .......... .......... .......... .......... 16% 47.8M 2s 29100K .......... .......... .......... .......... .......... 16% 56.4M 2s 29150K .......... .......... .......... .......... .......... 16% 88.1M 2s 29200K .......... .......... .......... .......... .......... 16% 122M 2s 29250K .......... .......... .......... .......... .......... 16% 111M 2s 29300K .......... .......... .......... .......... .......... 16% 98.1M 2s 29350K .......... .......... .......... .......... .......... 16% 142M 2s 29400K .......... .......... .......... .......... .......... 16% 103M 2s 29450K .......... .......... .......... .......... .......... 16% 88.4M 2s 29500K .......... .......... .......... .......... .......... 16% 122M 2s 29550K .......... .......... .......... .......... .......... 16% 149M 2s 29600K .......... .......... .......... .......... .......... 16% 98.6M 2s 29650K .......... .......... .......... .......... .......... 16% 108M 2s 29700K .......... .......... .......... .......... .......... 16% 127M 2s 29750K .......... .......... .......... .......... .......... 17% 103M 2s 29800K .......... .......... .......... .......... .......... 17% 110M 2s 29850K .......... .......... .......... .......... .......... 17% 92.8M 2s 29900K .......... .......... .......... .......... .......... 17% 124M 2s 29950K .......... .......... .......... .......... .......... 17% 118M 2s 30000K .......... .......... .......... .......... .......... 17% 93.8M 2s 30050K .......... .......... .......... .......... .......... 17% 130M 2s 30100K .......... .......... .......... .......... .......... 17% 119M 2s 30150K .......... .......... .......... .......... .......... 17% 54.4M 2s 30200K .......... .......... .......... .......... .......... 17% 64.5M 2s 30250K .......... .......... .......... .......... .......... 17% 52.5M 2s 30300K .......... .......... .......... .......... .......... 17% 31.7M 2s 30350K .......... .......... .......... .......... .......... 17% 37.7M 2s 30400K .......... .......... .......... .......... .......... 17% 1.63M 2s 30450K .......... .......... .......... .......... .......... 17% 196M 2s 30500K .......... .......... .......... .......... .......... 17% 205M 2s 30550K .......... .......... .......... .......... .......... 17% 193M 2s 30600K .......... .......... .......... .......... .......... 17% 288M 2s 30650K .......... .......... .......... .......... .......... 17% 253M 2s 30700K .......... .......... .......... .......... .......... 17% 304M 2s 30750K .......... .......... .......... .......... .......... 17% 240M 2s 30800K .......... .......... .......... .......... .......... 17% 288M 2s 30850K .......... .......... .......... .......... .......... 17% 274M 2s 30900K .......... .......... .......... .......... .......... 17% 248M 2s 30950K .......... .......... .......... .......... .......... 17% 315M 2s 31000K .......... .......... .......... .......... .......... 17% 289M 2s 31050K .......... .......... .......... .......... .......... 17% 300M 2s 31100K .......... .......... .......... .......... .......... 17% 245M 2s 31150K .......... .......... .......... .......... .......... 17% 298M 2s 31200K .......... .......... .......... .......... .......... 17% 285M 2s 31250K .......... .......... .......... .......... .......... 17% 270M 2s 31300K .......... .......... .......... .......... .......... 17% 304M 2s 31350K .......... .......... .......... .......... .......... 17% 287M 2s 31400K .......... .......... .......... .......... .......... 17% 273M 2s 31450K .......... .......... .......... .......... .......... 17% 242M 2s 31500K .......... .......... .......... .......... .......... 18% 5.97M 2s 31550K .......... .......... .......... .......... .......... 18% 292M 2s 31600K .......... .......... .......... .......... .......... 18% 243M 2s 31650K .......... .......... .......... .......... .......... 18% 315M 2s 31700K .......... .......... .......... .......... .......... 18% 231M 2s 31750K .......... .......... .......... .......... .......... 18% 260M 2s 31800K .......... .......... .......... .......... .......... 18% 258M 2s 31850K .......... .......... .......... .......... .......... 18% 296M 2s 31900K .......... .......... .......... .......... .......... 18% 286M 2s 31950K .......... .......... .......... .......... .......... 18% 234M 2s 32000K .......... .......... .......... .......... .......... 18% 297M 2s 32050K .......... .......... .......... .......... .......... 18% 287M 2s 32100K .......... .......... .......... .......... .......... 18% 314M 2s 32150K .......... .......... .......... .......... .......... 18% 236M 2s 32200K .......... .......... .......... .......... .......... 18% 293M 2s 32250K .......... .......... .......... .......... .......... 18% 295M 2s 32300K .......... .......... .......... .......... .......... 18% 234M 2s 32350K .......... .......... .......... .......... .......... 18% 302M 2s 32400K .......... .......... .......... .......... .......... 18% 297M 2s 32450K .......... .......... .......... .......... .......... 18% 287M 2s 32500K .......... .......... .......... .......... .......... 18% 215M 2s 32550K .......... .......... .......... .......... .......... 18% 285M 2s 32600K .......... .......... .......... .......... .......... 18% 266M 2s 32650K .......... .......... .......... .......... .......... 18% 263M 2s 32700K .......... .......... .......... .......... .......... 18% 278M 2s 32750K .......... .......... .......... .......... .......... 18% 307M 2s 32800K .......... .......... .......... .......... .......... 18% 217M 2s 32850K .......... .......... .......... .......... .......... 18% 297M 2s 32900K .......... .......... .......... .......... .......... 18% 279M 2s 32950K .......... .......... .......... .......... .......... 18% 220M 2s 33000K .......... .......... .......... .......... .......... 18% 305M 2s 33050K .......... .......... .......... .......... .......... 18% 281M 2s 33100K .......... .......... .......... .......... .......... 18% 219M 2s 33150K .......... .......... .......... .......... .......... 18% 320M 2s 33200K .......... .......... .......... .......... .......... 18% 300M 2s 33250K .......... .......... .......... .......... .......... 19% 284M 2s 33300K .......... .......... .......... .......... .......... 19% 248M 2s 33350K .......... .......... .......... .......... .......... 19% 275M 2s 33400K .......... .......... .......... .......... .......... 19% 291M 2s 33450K .......... .......... .......... .......... .......... 19% 13.7M 2s 33500K .......... .......... .......... .......... .......... 19% 61.1M 2s 33550K .......... .......... .......... .......... .......... 19% 59.5M 2s 33600K .......... .......... .......... .......... .......... 19% 74.5M 2s 33650K .......... .......... .......... .......... .......... 19% 64.9M 2s 33700K .......... .......... .......... .......... .......... 19% 90.8M 2s 33750K .......... .......... .......... .......... .......... 19% 79.0M 2s 33800K .......... .......... .......... .......... .......... 19% 57.0M 2s 33850K .......... .......... .......... .......... .......... 19% 96.4M 2s 33900K .......... .......... .......... .......... .......... 19% 105M 2s 33950K .......... .......... .......... .......... .......... 19% 63.6M 2s 34000K .......... .......... .......... .......... .......... 19% 72.9M 2s 34050K .......... .......... .......... .......... .......... 19% 92.8M 2s 34100K .......... .......... .......... .......... .......... 19% 77.7M 2s 34150K .......... .......... .......... .......... .......... 19% 110M 2s 34200K .......... .......... .......... .......... .......... 19% 65.2M 2s 34250K .......... .......... .......... .......... .......... 19% 120M 2s 34300K .......... .......... .......... .......... .......... 19% 53.2M 2s 34350K .......... .......... .......... .......... .......... 19% 82.5M 2s 34400K .......... .......... .......... .......... .......... 19% 104M 2s 34450K .......... .......... .......... .......... .......... 19% 69.0M 2s 34500K .......... .......... .......... .......... .......... 19% 78.5M 2s 34550K .......... .......... .......... .......... .......... 19% 109M 2s 34600K .......... .......... .......... .......... .......... 19% 52.3M 2s 34650K .......... .......... .......... .......... .......... 19% 96.5M 2s 34700K .......... .......... .......... .......... .......... 19% 81.4M 2s 34750K .......... .......... .......... .......... .......... 19% 125M 2s 34800K .......... .......... .......... .......... .......... 19% 72.6M 2s 34850K .......... .......... .......... .......... .......... 19% 92.6M 2s 34900K .......... .......... .......... .......... .......... 19% 79.1M 2s 34950K .......... .......... .......... .......... .......... 19% 107M 2s 35000K .......... .......... .......... .......... .......... 20% 107M 2s 35050K .......... .......... .......... .......... .......... 20% 128M 2s 35100K .......... .......... .......... .......... .......... 20% 83.5M 2s 35150K .......... .......... .......... .......... .......... 20% 91.6M 2s 35200K .......... .......... .......... .......... .......... 20% 151M 2s 35250K .......... .......... .......... .......... .......... 20% 95.0M 2s 35300K .......... .......... .......... .......... .......... 20% 79.5M 2s 35350K .......... .......... .......... .......... .......... 20% 99.8M 2s 35400K .......... .......... .......... .......... .......... 20% 89.9M 2s 35450K .......... .......... .......... .......... .......... 20% 112M 2s 35500K .......... .......... .......... .......... .......... 20% 125M 2s 35550K .......... .......... .......... .......... .......... 20% 92.9M 2s 35600K .......... .......... .......... .......... .......... 20% 87.8M 2s 35650K .......... .......... .......... .......... .......... 20% 84.7M 2s 35700K .......... .......... .......... .......... .......... 20% 92.7M 2s 35750K .......... .......... .......... .......... .......... 20% 178M 2s 35800K .......... .......... .......... .......... .......... 20% 78.8M 2s 35850K .......... .......... .......... .......... .......... 20% 126M 2s 35900K .......... .......... .......... .......... .......... 20% 61.2M 2s 35950K .......... .......... .......... .......... .......... 20% 61.9M 2s 36000K .......... .......... .......... .......... .......... 20% 87.3M 2s 36050K .......... .......... .......... .......... .......... 20% 58.6M 2s 36100K .......... .......... .......... .......... .......... 20% 70.5M 2s 36150K .......... .......... .......... .......... .......... 20% 54.0M 2s 36200K .......... .......... .......... .......... .......... 20% 81.0M 2s 36250K .......... .......... .......... .......... .......... 20% 98.0M 2s 36300K .......... .......... .......... .......... .......... 20% 123M 2s 36350K .......... .......... .......... .......... .......... 20% 100M 2s 36400K .......... .......... .......... .......... .......... 20% 115M 2s 36450K .......... .......... .......... .......... .......... 20% 118M 2s 36500K .......... .......... .......... .......... .......... 20% 72.6M 2s 36550K .......... .......... .......... .......... .......... 20% 110M 2s 36600K .......... .......... .......... .......... .......... 20% 144M 2s 36650K .......... .......... .......... .......... .......... 20% 114M 2s 36700K .......... .......... .......... .......... .......... 20% 88.8M 2s 36750K .......... .......... .......... .......... .......... 20% 125M 2s 36800K .......... .......... .......... .......... .......... 21% 110M 2s 36850K .......... .......... .......... .......... .......... 21% 93.0M 2s 36900K .......... .......... .......... .......... .......... 21% 99.0M 2s 36950K .......... .......... .......... .......... .......... 21% 118M 2s 37000K .......... .......... .......... .......... .......... 21% 63.8M 2s 37050K .......... .......... .......... .......... .......... 21% 57.4M 2s 37100K .......... .......... .......... .......... .......... 21% 107M 2s 37150K .......... .......... .......... .......... .......... 21% 71.2M 2s 37200K .......... .......... .......... .......... .......... 21% 56.5M 2s 37250K .......... .......... .......... .......... .......... 21% 71.6M 2s 37300K .......... .......... .......... .......... .......... 21% 86.5M 2s 37350K .......... .......... .......... .......... .......... 21% 122M 2s 37400K .......... .......... .......... .......... .......... 21% 98.5M 2s 37450K .......... .......... .......... .......... .......... 21% 103M 2s 37500K .......... .......... .......... .......... .......... 21% 113M 2s 37550K .......... .......... .......... .......... .......... 21% 147M 2s 37600K .......... .......... .......... .......... .......... 21% 101M 2s 37650K .......... .......... .......... .......... .......... 21% 111M 2s 37700K .......... .......... .......... .......... .......... 21% 115M 2s 37750K .......... .......... .......... .......... .......... 21% 93.1M 2s 37800K .......... .......... .......... .......... .......... 21% 110M 2s 37850K .......... .......... .......... .......... .......... 21% 104M 2s 37900K .......... .......... .......... .......... .......... 21% 124M 2s 37950K .......... .......... .......... .......... .......... 21% 122M 2s 38000K .......... .......... .......... .......... .......... 21% 97.0M 2s 38050K .......... .......... .......... .......... .......... 21% 118M 2s 38100K .......... .......... .......... .......... .......... 21% 121M 2s 38150K .......... .......... .......... .......... .......... 21% 86.8M 2s 38200K .......... .......... .......... .......... .......... 21% 95.4M 2s 38250K .......... .......... .......... .......... .......... 21% 114M 2s 38300K .......... .......... .......... .......... .......... 21% 153M 2s 38350K .......... .......... .......... .......... .......... 21% 59.2M 2s 38400K .......... .......... .......... .......... .......... 21% 71.5M 2s 38450K .......... .......... .......... .......... .......... 21% 106M 2s 38500K .......... .......... .......... .......... .......... 21% 118M 2s 38550K .......... .......... .......... .......... .......... 22% 102M 2s 38600K .......... .......... .......... .......... .......... 22% 106M 2s 38650K .......... .......... .......... .......... .......... 22% 136M 2s 38700K .......... .......... .......... .......... .......... 22% 99.6M 2s 38750K .......... .......... .......... .......... .......... 22% 131M 2s 38800K .......... .......... .......... .......... .......... 22% 106M 2s 38850K .......... .......... .......... .......... .......... 22% 95.1M 2s 38900K .......... .......... .......... .......... .......... 22% 126M 2s 38950K .......... .......... .......... .......... .......... 22% 100M 2s 39000K .......... .......... .......... .......... .......... 22% 109M 2s 39050K .......... .......... .......... .......... .......... 22% 117M 2s 39100K .......... .......... .......... .......... .......... 22% 97.1M 2s 39150K .......... .......... .......... .......... .......... 22% 139M 2s 39200K .......... .......... .......... .......... .......... 22% 94.4M 2s 39250K .......... .......... .......... .......... .......... 22% 108M 2s 39300K .......... .......... .......... .......... .......... 22% 103M 2s 39350K .......... .......... .......... .......... .......... 22% 67.2M 2s 39400K .......... .......... .......... .......... .......... 22% 96.9M 2s 39450K .......... .......... .......... .......... .......... 22% 87.2M 2s 39500K .......... .......... .......... .......... .......... 22% 128M 2s 39550K .......... .......... .......... .......... .......... 22% 68.2M 2s 39600K .......... .......... .......... .......... .......... 22% 87.0M 2s 39650K .......... .......... .......... .......... .......... 22% 45.7M 2s 39700K .......... .......... .......... .......... .......... 22% 73.3M 2s 39750K .......... .......... .......... .......... .......... 22% 69.0M 2s 39800K .......... .......... .......... .......... .......... 22% 81.0M 2s 39850K .......... .......... .......... .......... .......... 22% 142M 2s 39900K .......... .......... .......... .......... .......... 22% 107M 2s 39950K .......... .......... .......... .......... .......... 22% 99.7M 2s 40000K .......... .......... .......... .......... .......... 22% 117M 2s 40050K .......... .......... .......... .......... .......... 22% 85.8M 2s 40100K .......... .......... .......... .......... .......... 22% 141M 2s 40150K .......... .......... .......... .......... .......... 22% 83.6M 2s 40200K .......... .......... .......... .......... .......... 22% 108M 2s 40250K .......... .......... .......... .......... .......... 22% 156M 2s 40300K .......... .......... .......... .......... .......... 23% 108M 2s 40350K .......... .......... .......... .......... .......... 23% 85.4M 2s 40400K .......... .......... .......... .......... .......... 23% 124M 2s 40450K .......... .......... .......... .......... .......... 23% 59.4M 2s 40500K .......... .......... .......... .......... .......... 23% 46.9M 2s 40550K .......... .......... .......... .......... .......... 23% 102M 2s 40600K .......... .......... .......... .......... .......... 23% 103M 2s 40650K .......... .......... .......... .......... .......... 23% 110M 2s 40700K .......... .......... .......... .......... .......... 23% 101M 2s 40750K .......... .......... .......... .......... .......... 23% 88.8M 2s 40800K .......... .......... .......... .......... .......... 23% 113M 2s 40850K .......... .......... .......... .......... .......... 23% 89.0M 2s 40900K .......... .......... .......... .......... .......... 23% 81.9M 2s 40950K .......... .......... .......... .......... .......... 23% 85.2M 2s 41000K .......... .......... .......... .......... .......... 23% 126M 2s 41050K .......... .......... .......... .......... .......... 23% 109M 2s 41100K .......... .......... .......... .......... .......... 23% 96.8M 2s 41150K .......... .......... .......... .......... .......... 23% 62.6M 2s 41200K .......... .......... .......... .......... .......... 23% 62.6M 2s 41250K .......... .......... .......... .......... .......... 23% 72.7M 2s 41300K .......... .......... .......... .......... .......... 23% 80.1M 2s 41350K .......... .......... .......... .......... .......... 23% 59.0M 2s 41400K .......... .......... .......... .......... .......... 23% 61.7M 2s 41450K .......... .......... .......... .......... .......... 23% 121M 2s 41500K .......... .......... .......... .......... .......... 23% 59.5M 2s 41550K .......... .......... .......... .......... .......... 23% 104M 2s 41600K .......... .......... .......... .......... .......... 23% 152M 2s 41650K .......... .......... .......... .......... .......... 23% 82.9M 2s 41700K .......... .......... .......... .......... .......... 23% 129M 2s 41750K .......... .......... .......... .......... .......... 23% 118M 2s 41800K .......... .......... .......... .......... .......... 23% 90.1M 2s 41850K .......... .......... .......... .......... .......... 23% 148M 2s 41900K .......... .......... .......... .......... .......... 23% 107M 2s 41950K .......... .......... .......... .......... .......... 23% 83.5M 2s 42000K .......... .......... .......... .......... .......... 23% 132M 2s 42050K .......... .......... .......... .......... .......... 24% 117M 2s 42100K .......... .......... .......... .......... .......... 24% 107M 2s 42150K .......... .......... .......... .......... .......... 24% 133M 2s 42200K .......... .......... .......... .......... .......... 24% 94.7M 2s 42250K .......... .......... .......... .......... .......... 24% 105M 2s 42300K .......... .......... .......... .......... .......... 24% 126M 2s 42350K .......... .......... .......... .......... .......... 24% 88.7M 2s 42400K .......... .......... .......... .......... .......... 24% 132M 2s 42450K .......... .......... .......... .......... .......... 24% 105M 2s 42500K .......... .......... .......... .......... .......... 24% 96.7M 2s 42550K .......... .......... .......... .......... .......... 24% 153M 2s 42600K .......... .......... .......... .......... .......... 24% 117M 2s 42650K .......... .......... .......... .......... .......... 24% 92.4M 2s 42700K .......... .......... .......... .......... .......... 24% 73.2M 2s 42750K .......... .......... .......... .......... .......... 24% 102M 2s 42800K .......... .......... .......... .......... .......... 24% 74.6M 2s 42850K .......... .......... .......... .......... .......... 24% 103M 2s 42900K .......... .......... .......... .......... .......... 24% 102M 2s 42950K .......... .......... .......... .......... .......... 24% 106M 2s 43000K .......... .......... .......... .......... .......... 24% 103M 2s 43050K .......... .......... .......... .......... .......... 24% 130M 2s 43100K .......... .......... .......... .......... .......... 24% 124M 2s 43150K .......... .......... .......... .......... .......... 24% 95.6M 2s 43200K .......... .......... .......... .......... .......... 24% 100M 2s 43250K .......... .......... .......... .......... .......... 24% 148M 2s 43300K .......... .......... .......... .......... .......... 24% 90.7M 2s 43350K .......... .......... .......... .......... .......... 24% 85.0M 2s 43400K .......... .......... .......... .......... .......... 24% 59.3M 2s 43450K .......... .......... .......... .......... .......... 24% 109M 2s 43500K .......... .......... .......... .......... .......... 24% 104M 2s 43550K .......... .......... .......... .......... .......... 24% 91.3M 2s 43600K .......... .......... .......... .......... .......... 24% 122M 2s 43650K .......... .......... .......... .......... .......... 24% 138M 2s 43700K .......... .......... .......... .......... .......... 24% 92.6M 2s 43750K .......... .......... .......... .......... .......... 24% 122M 2s 43800K .......... .......... .......... .......... .......... 25% 117M 2s 43850K .......... .......... .......... .......... .......... 25% 88.9M 2s 43900K .......... .......... .......... .......... .......... 25% 148M 2s 43950K .......... .......... .......... .......... .......... 25% 103M 2s 44000K .......... .......... .......... .......... .......... 25% 108M 2s 44050K .......... .......... .......... .......... .......... 25% 71.0M 2s 44100K .......... .......... .......... .......... .......... 25% 56.3M 2s 44150K .......... .......... .......... .......... .......... 25% 92.2M 2s 44200K .......... .......... .......... .......... .......... 25% 81.3M 2s 44250K .......... .......... .......... .......... .......... 25% 49.3M 2s 44300K .......... .......... .......... .......... .......... 25% 70.0M 2s 44350K .......... .......... .......... .......... .......... 25% 64.7M 2s 44400K .......... .......... .......... .......... .......... 25% 92.3M 2s 44450K .......... .......... .......... .......... .......... 25% 126M 2s 44500K .......... .......... .......... .......... .......... 25% 94.3M 2s 44550K .......... .......... .......... .......... .......... 25% 84.2M 2s 44600K .......... .......... .......... .......... .......... 25% 131M 2s 44650K .......... .......... .......... .......... .......... 25% 112M 2s 44700K .......... .......... .......... .......... .......... 25% 103M 2s 44750K .......... .......... .......... .......... .......... 25% 115M 2s 44800K .......... .......... .......... .......... .......... 25% 126M 2s 44850K .......... .......... .......... .......... .......... 25% 57.6M 2s 44900K .......... .......... .......... .......... .......... 25% 101M 2s 44950K .......... .......... .......... .......... .......... 25% 67.2M 2s 45000K .......... .......... .......... .......... .......... 25% 125M 2s 45050K .......... .......... .......... .......... .......... 25% 108M 2s 45100K .......... .......... .......... .......... .......... 25% 120M 2s 45150K .......... .......... .......... .......... .......... 25% 93.6M 2s 45200K .......... .......... .......... .......... .......... 25% 88.6M 2s 45250K .......... .......... .......... .......... .......... 25% 89.8M 2s 45300K .......... .......... .......... .......... .......... 25% 63.7M 2s 45350K .......... .......... .......... .......... .......... 25% 115M 2s 45400K .......... .......... .......... .......... .......... 25% 109M 2s 45450K .......... .......... .......... .......... .......... 25% 135M 2s 45500K .......... .......... .......... .......... .......... 25% 90.7M 2s 45550K .......... .......... .......... .......... .......... 26% 120M 2s 45600K .......... .......... .......... .......... .......... 26% 81.4M 2s 45650K .......... .......... .......... .......... .......... 26% 71.4M 2s 45700K .......... .......... .......... .......... .......... 26% 103M 2s 45750K .......... .......... .......... .......... .......... 26% 82.0M 2s 45800K .......... .......... .......... .......... .......... 26% 138M 2s 45850K .......... .......... .......... .......... .......... 26% 82.6M 2s 45900K .......... .......... .......... .......... .......... 26% 85.9M 2s 45950K .......... .......... .......... .......... .......... 26% 202M 2s 46000K .......... .......... .......... .......... .......... 26% 78.9M 2s 46050K .......... .......... .......... .......... .......... 26% 111M 2s 46100K .......... .......... .......... .......... .......... 26% 38.4M 2s 46150K .......... .......... .......... .......... .......... 26% 112M 2s 46200K .......... .......... .......... .......... .......... 26% 85.7M 2s 46250K .......... .......... .......... .......... .......... 26% 130M 2s 46300K .......... .......... .......... .......... .......... 26% 96.2M 2s 46350K .......... .......... .......... .......... .......... 26% 112M 2s 46400K .......... .......... .......... .......... .......... 26% 96.7M 2s 46450K .......... .......... .......... .......... .......... 26% 74.0M 2s 46500K .......... .......... .......... .......... .......... 26% 128M 2s 46550K .......... .......... .......... .......... .......... 26% 98.7M 2s 46600K .......... .......... .......... .......... .......... 26% 110M 2s 46650K .......... .......... .......... .......... .......... 26% 137M 2s 46700K .......... .......... .......... .......... .......... 26% 85.7M 2s 46750K .......... .......... .......... .......... .......... 26% 118M 2s 46800K .......... .......... .......... .......... .......... 26% 131M 2s 46850K .......... .......... .......... .......... .......... 26% 114M 2s 46900K .......... .......... .......... .......... .......... 26% 116M 2s 46950K .......... .......... .......... .......... .......... 26% 117M 2s 47000K .......... .......... .......... .......... .......... 26% 95.2M 2s 47050K .......... .......... .......... .......... .......... 26% 113M 2s 47100K .......... .......... .......... .......... .......... 26% 104M 2s 47150K .......... .......... .......... .......... .......... 26% 116M 2s 47200K .......... .......... .......... .......... .......... 26% 110M 2s 47250K .......... .......... .......... .......... .......... 26% 56.6M 2s 47300K .......... .......... .......... .......... .......... 27% 116M 2s 47350K .......... .......... .......... .......... .......... 27% 106M 2s 47400K .......... .......... .......... .......... .......... 27% 110M 2s 47450K .......... .......... .......... .......... .......... 27% 119M 2s 47500K .......... .......... .......... .......... .......... 27% 85.7M 2s 47550K .......... .......... .......... .......... .......... 27% 125M 2s 47600K .......... .......... .......... .......... .......... 27% 123M 2s 47650K .......... .......... .......... .......... .......... 27% 104M 2s 47700K .......... .......... .......... .......... .......... 27% 101M 2s 47750K .......... .......... .......... .......... .......... 27% 126M 2s 47800K .......... .......... .......... .......... .......... 27% 94.3M 2s 47850K .......... .......... .......... .......... .......... 27% 106M 2s 47900K .......... .......... .......... .......... .......... 27% 82.9M 2s 47950K .......... .......... .......... .......... .......... 27% 104M 2s 48000K .......... .......... .......... .......... .......... 27% 121M 2s 48050K .......... .......... .......... .......... .......... 27% 100M 2s 48100K .......... .......... .......... .......... .......... 27% 144M 2s 48150K .......... .......... .......... .......... .......... 27% 94.0M 2s 48200K .......... .......... .......... .......... .......... 27% 99.8M 2s 48250K .......... .......... .......... .......... .......... 27% 143M 2s 48300K .......... .......... .......... .......... .......... 27% 107M 2s 48350K .......... .......... .......... .......... .......... 27% 97.2M 2s 48400K .......... .......... .......... .......... .......... 27% 83.0M 2s 48450K .......... .......... .......... .......... .......... 27% 185M 2s 48500K .......... .......... .......... .......... .......... 27% 109M 2s 48550K .......... .......... .......... .......... .......... 27% 102M 2s 48600K .......... .......... .......... .......... .......... 27% 87.3M 2s 48650K .......... .......... .......... .......... .......... 27% 92.3M 2s 48700K .......... .......... .......... .......... .......... 27% 102M 2s 48750K .......... .......... .......... .......... .......... 27% 80.9M 2s 48800K .......... .......... .......... .......... .......... 27% 116M 2s 48850K .......... .......... .......... .......... .......... 27% 102M 2s 48900K .......... .......... .......... .......... .......... 27% 75.8M 2s 48950K .......... .......... .......... .......... .......... 27% 136M 2s 49000K .......... .......... .......... .......... .......... 27% 114M 2s 49050K .......... .......... .......... .......... .......... 28% 71.4M 2s 49100K .......... .......... .......... .......... .......... 28% 67.2M 2s 49150K .......... .......... .......... .......... .......... 28% 49.0M 2s 49200K .......... .......... .......... .......... .......... 28% 79.3M 2s 49250K .......... .......... .......... .......... .......... 28% 64.7M 2s 49300K .......... .......... .......... .......... .......... 28% 59.7M 2s 49350K .......... .......... .......... .......... .......... 28% 64.0M 2s 49400K .......... .......... .......... .......... .......... 28% 68.2M 2s 49450K .......... .......... .......... .......... .......... 28% 120M 2s 49500K .......... .......... .......... .......... .......... 28% 61.8M 2s 49550K .......... .......... .......... .......... .......... 28% 65.5M 2s 49600K .......... .......... .......... .......... .......... 28% 95.8M 2s 49650K .......... .......... .......... .......... .......... 28% 98.3M 2s 49700K .......... .......... .......... .......... .......... 28% 142M 2s 49750K .......... .......... .......... .......... .......... 28% 91.1M 2s 49800K .......... .......... .......... .......... .......... 28% 108M 2s 49850K .......... .......... .......... .......... .......... 28% 98.4M 2s 49900K .......... .......... .......... .......... .......... 28% 121M 2s 49950K .......... .......... .......... .......... .......... 28% 87.1M 2s 50000K .......... .......... .......... .......... .......... 28% 119M 2s 50050K .......... .......... .......... .......... .......... 28% 120M 2s 50100K .......... .......... .......... .......... .......... 28% 107M 2s 50150K .......... .......... .......... .......... .......... 28% 135M 2s 50200K .......... .......... .......... .......... .......... 28% 89.6M 2s 50250K .......... .......... .......... .......... .......... 28% 117M 2s 50300K .......... .......... .......... .......... .......... 28% 135M 2s 50350K .......... .......... .......... .......... .......... 28% 89.4M 2s 50400K .......... .......... .......... .......... .......... 28% 118M 2s 50450K .......... .......... .......... .......... .......... 28% 110M 2s 50500K .......... .......... .......... .......... .......... 28% 137M 2s 50550K .......... .......... .......... .......... .......... 28% 86.7M 2s 50600K .......... .......... .......... .......... .......... 28% 68.4M 2s 50650K .......... .......... .......... .......... .......... 28% 73.3M 2s 50700K .......... .......... .......... .......... .......... 28% 80.0M 2s 50750K .......... .......... .......... .......... .......... 28% 114M 2s 50800K .......... .......... .......... .......... .......... 29% 94.8M 2s 50850K .......... .......... .......... .......... .......... 29% 122M 2s 50900K .......... .......... .......... .......... .......... 29% 95.8M 2s 50950K .......... .......... .......... .......... .......... 29% 128M 2s 51000K .......... .......... .......... .......... .......... 29% 137M 2s 51050K .......... .......... .......... .......... .......... 29% 77.4M 2s 51100K .......... .......... .......... .......... .......... 29% 73.9M 2s 51150K .......... .......... .......... .......... .......... 29% 130M 2s 51200K .......... .......... .......... .......... .......... 29% 80.6M 2s 51250K .......... .......... .......... .......... .......... 29% 96.0M 2s 51300K .......... .......... .......... .......... .......... 29% 76.2M 2s 51350K .......... .......... .......... .......... .......... 29% 119M 2s 51400K .......... .......... .......... .......... .......... 29% 117M 2s 51450K .......... .......... .......... .......... .......... 29% 108M 2s 51500K .......... .......... .......... .......... .......... 29% 128M 2s 51550K .......... .......... .......... .......... .......... 29% 88.0M 2s 51600K .......... .......... .......... .......... .......... 29% 130M 2s 51650K .......... .......... .......... .......... .......... 29% 107M 2s 51700K .......... .......... .......... .......... .......... 29% 105M 2s 51750K .......... .......... .......... .......... .......... 29% 88.3M 2s 51800K .......... .......... .......... .......... .......... 29% 106M 2s 51850K .......... .......... .......... .......... .......... 29% 102M 2s 51900K .......... .......... .......... .......... .......... 29% 122M 2s 51950K .......... .......... .......... .......... .......... 29% 130M 2s 52000K .......... .......... .......... .......... .......... 29% 91.3M 2s 52050K .......... .......... .......... .......... .......... 29% 110M 2s 52100K .......... .......... .......... .......... .......... 29% 124M 2s 52150K .......... .......... .......... .......... .......... 29% 106M 2s 52200K .......... .......... .......... .......... .......... 29% 96.1M 2s 52250K .......... .......... .......... .......... .......... 29% 63.5M 2s 52300K .......... .......... .......... .......... .......... 29% 114M 2s 52350K .......... .......... .......... .......... .......... 29% 126M 2s 52400K .......... .......... .......... .......... .......... 29% 63.4M 2s 52450K .......... .......... .......... .......... .......... 29% 322M 2s 52500K .......... .......... .......... .......... .......... 29% 122M 2s 52550K .......... .......... .......... .......... .......... 30% 85.9M 2s 52600K .......... .......... .......... .......... .......... 30% 134M 2s 52650K .......... .......... .......... .......... .......... 30% 87.2M 2s 52700K .......... .......... .......... .......... .......... 30% 90.4M 2s 52750K .......... .......... .......... .......... .......... 30% 94.5M 2s 52800K .......... .......... .......... .......... .......... 30% 134M 2s 52850K .......... .......... .......... .......... .......... 30% 82.4M 2s 52900K .......... .......... .......... .......... .......... 30% 72.3M 2s 52950K .......... .......... .......... .......... .......... 30% 41.1M 2s 53000K .......... .......... .......... .......... .......... 30% 86.1M 2s 53050K .......... .......... .......... .......... .......... 30% 69.5M 2s 53100K .......... .......... .......... .......... .......... 30% 44.2M 2s 53150K .......... .......... .......... .......... .......... 30% 69.1M 2s 53200K .......... .......... .......... .......... .......... 30% 45.4M 2s 53250K .......... .......... .......... .......... .......... 30% 134M 2s 53300K .......... .......... .......... .......... .......... 30% 125M 2s 53350K .......... .......... .......... .......... .......... 30% 97.6M 2s 53400K .......... .......... .......... .......... .......... 30% 102M 2s 53450K .......... .......... .......... .......... .......... 30% 125M 2s 53500K .......... .......... .......... .......... .......... 30% 72.6M 2s 53550K .......... .......... .......... .......... .......... 30% 214M 2s 53600K .......... .......... .......... .......... .......... 30% 105M 2s 53650K .......... .......... .......... .......... .......... 30% 56.4M 2s 53700K .......... .......... .......... .......... .......... 30% 168M 2s 53750K .......... .......... .......... .......... .......... 30% 82.3M 2s 53800K .......... .......... .......... .......... .......... 30% 59.5M 2s 53850K .......... .......... .......... .......... .......... 30% 85.7M 2s 53900K .......... .......... .......... .......... .......... 30% 118M 2s 53950K .......... .......... .......... .......... .......... 30% 107M 2s 54000K .......... .......... .......... .......... .......... 30% 56.5M 2s 54050K .......... .......... .......... .......... .......... 30% 65.3M 2s 54100K .......... .......... .......... .......... .......... 30% 108M 2s 54150K .......... .......... .......... .......... .......... 30% 121M 2s 54200K .......... .......... .......... .......... .......... 30% 91.0M 2s 54250K .......... .......... .......... .......... .......... 30% 130M 2s 54300K .......... .......... .......... .......... .......... 31% 90.9M 2s 54350K .......... .......... .......... .......... .......... 31% 68.5M 2s 54400K .......... .......... .......... .......... .......... 31% 76.8M 2s 54450K .......... .......... .......... .......... .......... 31% 105M 2s 54500K .......... .......... .......... .......... .......... 31% 107M 2s 54550K .......... .......... .......... .......... .......... 31% 90.0M 2s 54600K .......... .......... .......... .......... .......... 31% 112M 1s 54650K .......... .......... .......... .......... .......... 31% 126M 1s 54700K .......... .......... .......... .......... .......... 31% 71.8M 1s 54750K .......... .......... .......... .......... .......... 31% 49.0M 1s 54800K .......... .......... .......... .......... .......... 31% 59.6M 1s 54850K .......... .......... .......... .......... .......... 31% 246M 1s 54900K .......... .......... .......... .......... .......... 31% 111M 1s 54950K .......... .......... .......... .......... .......... 31% 122M 1s 55000K .......... .......... .......... .......... .......... 31% 94.3M 1s 55050K .......... .......... .......... .......... .......... 31% 125M 1s 55100K .......... .......... .......... .......... .......... 31% 66.7M 1s 55150K .......... .......... .......... .......... .......... 31% 85.5M 1s 55200K .......... .......... .......... .......... .......... 31% 155M 1s 55250K .......... .......... .......... .......... .......... 31% 84.2M 1s 55300K .......... .......... .......... .......... .......... 31% 61.6M 1s 55350K .......... .......... .......... .......... .......... 31% 64.0M 1s 55400K .......... .......... .......... .......... .......... 31% 88.8M 1s 55450K .......... .......... .......... .......... .......... 31% 77.6M 1s 55500K .......... .......... .......... .......... .......... 31% 49.3M 1s 55550K .......... .......... .......... .......... .......... 31% 76.8M 1s 55600K .......... .......... .......... .......... .......... 31% 67.9M 1s 55650K .......... .......... .......... .......... .......... 31% 99.2M 1s 55700K .......... .......... .......... .......... .......... 31% 48.1M 1s 55750K .......... .......... .......... .......... .......... 31% 37.8M 1s 55800K .......... .......... .......... .......... .......... 31% 95.1M 1s 55850K .......... .......... .......... .......... .......... 31% 94.8M 1s 55900K .......... .......... .......... .......... .......... 31% 54.2M 1s 55950K .......... .......... .......... .......... .......... 31% 125M 1s 56000K .......... .......... .......... .......... .......... 31% 117M 1s 56050K .......... .......... .......... .......... .......... 32% 102M 1s 56100K .......... .......... .......... .......... .......... 32% 119M 1s 56150K .......... .......... .......... .......... .......... 32% 128M 1s 56200K .......... .......... .......... .......... .......... 32% 99.3M 1s 56250K .......... .......... .......... .......... .......... 32% 117M 1s 56300K .......... .......... .......... .......... .......... 32% 120M 1s 56350K .......... .......... .......... .......... .......... 32% 102M 1s 56400K .......... .......... .......... .......... .......... 32% 118M 1s 56450K .......... .......... .......... .......... .......... 32% 99.8M 1s 56500K .......... .......... .......... .......... .......... 32% 130M 1s 56550K .......... .......... .......... .......... .......... 32% 109M 1s 56600K .......... .......... .......... .......... .......... 32% 96.7M 1s 56650K .......... .......... .......... .......... .......... 32% 104M 1s 56700K .......... .......... .......... .......... .......... 32% 143M 1s 56750K .......... .......... .......... .......... .......... 32% 79.3M 1s 56800K .......... .......... .......... .......... .......... 32% 158M 1s 56850K .......... .......... .......... .......... .......... 32% 103M 1s 56900K .......... .......... .......... .......... .......... 32% 93.5M 1s 56950K .......... .......... .......... .......... .......... 32% 133M 1s 57000K .......... .......... .......... .......... .......... 32% 118M 1s 57050K .......... .......... .......... .......... .......... 32% 99.7M 1s 57100K .......... .......... .......... .......... .......... 32% 109M 1s 57150K .......... .......... .......... .......... .......... 32% 126M 1s 57200K .......... .......... .......... .......... .......... 32% 107M 1s 57250K .......... .......... .......... .......... .......... 32% 86.0M 1s 57300K .......... .......... .......... .......... .......... 32% 83.0M 1s 57350K .......... .......... .......... .......... .......... 32% 127M 1s 57400K .......... .......... .......... .......... .......... 32% 86.6M 1s 57450K .......... .......... .......... .......... .......... 32% 127M 1s 57500K .......... .......... .......... .......... .......... 32% 144M 1s 57550K .......... .......... .......... .......... .......... 32% 89.7M 1s 57600K .......... .......... .......... .......... .......... 32% 83.0M 1s 57650K .......... .......... .......... .......... .......... 32% 111M 1s 57700K .......... .......... .......... .......... .......... 32% 94.5M 1s 57750K .......... .......... .......... .......... .......... 32% 116M 1s 57800K .......... .......... .......... .......... .......... 33% 110M 1s 57850K .......... .......... .......... .......... .......... 33% 105M 1s 57900K .......... .......... .......... .......... .......... 33% 90.0M 1s 57950K .......... .......... .......... .......... .......... 33% 59.4M 1s 58000K .......... .......... .......... .......... .......... 33% 81.7M 1s 58050K .......... .......... .......... .......... .......... 33% 113M 1s 58100K .......... .......... .......... .......... .......... 33% 76.9M 1s 58150K .......... .......... .......... .......... .......... 33% 134M 1s 58200K .......... .......... .......... .......... .......... 33% 67.1M 1s 58250K .......... .......... .......... .......... .......... 33% 105M 1s 58300K .......... .......... .......... .......... .......... 33% 109M 1s 58350K .......... .......... .......... .......... .......... 33% 128M 1s 58400K .......... .......... .......... .......... .......... 33% 68.3M 1s 58450K .......... .......... .......... .......... .......... 33% 118M 1s 58500K .......... .......... .......... .......... .......... 33% 117M 1s 58550K .......... .......... .......... .......... .......... 33% 96.3M 1s 58600K .......... .......... .......... .......... .......... 33% 122M 1s 58650K .......... .......... .......... .......... .......... 33% 103M 1s 58700K .......... .......... .......... .......... .......... 33% 127M 1s 58750K .......... .......... .......... .......... .......... 33% 94.4M 1s 58800K .......... .......... .......... .......... .......... 33% 95.2M 1s 58850K .......... .......... .......... .......... .......... 33% 118M 1s 58900K .......... .......... .......... .......... .......... 33% 64.4M 1s 58950K .......... .......... .......... .......... .......... 33% 95.0M 1s 59000K .......... .......... .......... .......... .......... 33% 182M 1s 59050K .......... .......... .......... .......... .......... 33% 119M 1s 59100K .......... .......... .......... .......... .......... 33% 98.6M 1s 59150K .......... .......... .......... .......... .......... 33% 109M 1s 59200K .......... .......... .......... .......... .......... 33% 120M 1s 59250K .......... .......... .......... .......... .......... 33% 107M 1s 59300K .......... .......... .......... .......... .......... 33% 107M 1s 59350K .......... .......... .......... .......... .......... 33% 37.6M 1s 59400K .......... .......... .......... .......... .......... 33% 96.6M 1s 59450K .......... .......... .......... .......... .......... 33% 95.5M 1s 59500K .......... .......... .......... .......... .......... 33% 113M 1s 59550K .......... .......... .......... .......... .......... 34% 92.3M 1s 59600K .......... .......... .......... .......... .......... 34% 110M 1s 59650K .......... .......... .......... .......... .......... 34% 151M 1s 59700K .......... .......... .......... .......... .......... 34% 46.3M 1s 59750K .......... .......... .......... .......... .......... 34% 90.4M 1s 59800K .......... .......... .......... .......... .......... 34% 85.6M 1s 59850K .......... .......... .......... .......... .......... 34% 117M 1s 59900K .......... .......... .......... .......... .......... 34% 103M 1s 59950K .......... .......... .......... .......... .......... 34% 103M 1s 60000K .......... .......... .......... .......... .......... 34% 104M 1s 60050K .......... .......... .......... .......... .......... 34% 106M 1s 60100K .......... .......... .......... .......... .......... 34% 105M 1s 60150K .......... .......... .......... .......... .......... 34% 112M 1s 60200K .......... .......... .......... .......... .......... 34% 68.5M 1s 60250K .......... .......... .......... .......... .......... 34% 74.0M 1s 60300K .......... .......... .......... .......... .......... 34% 99.6M 1s 60350K .......... .......... .......... .......... .......... 34% 179M 1s 60400K .......... .......... .......... .......... .......... 34% 78.6M 1s 60450K .......... .......... .......... .......... .......... 34% 147M 1s 60500K .......... .......... .......... .......... .......... 34% 118M 1s 60550K .......... .......... .......... .......... .......... 34% 101M 1s 60600K .......... .......... .......... .......... .......... 34% 97.0M 1s 60650K .......... .......... .......... .......... .......... 34% 97.4M 1s 60700K .......... .......... .......... .......... .......... 34% 52.8M 1s 60750K .......... .......... .......... .......... .......... 34% 106M 1s 60800K .......... .......... .......... .......... .......... 34% 86.2M 1s 60850K .......... .......... .......... .......... .......... 34% 47.7M 1s 60900K .......... .......... .......... .......... .......... 34% 66.0M 1s 60950K .......... .......... .......... .......... .......... 34% 69.8M 1s 61000K .......... .......... .......... .......... .......... 34% 119M 1s 61050K .......... .......... .......... .......... .......... 34% 122M 1s 61100K .......... .......... .......... .......... .......... 34% 73.5M 1s 61150K .......... .......... .......... .......... .......... 34% 101M 1s 61200K .......... .......... .......... .......... .......... 34% 92.4M 1s 61250K .......... .......... .......... .......... .......... 34% 47.3M 1s 61300K .......... .......... .......... .......... .......... 35% 115M 1s 61350K .......... .......... .......... .......... .......... 35% 116M 1s 61400K .......... .......... .......... .......... .......... 35% 88.0M 1s 61450K .......... .......... .......... .......... .......... 35% 129M 1s 61500K .......... .......... .......... .......... .......... 35% 67.9M 1s 61550K .......... .......... .......... .......... .......... 35% 150M 1s 61600K .......... .......... .......... .......... .......... 35% 69.3M 1s 61650K .......... .......... .......... .......... .......... 35% 120M 1s 61700K .......... .......... .......... .......... .......... 35% 105M 1s 61750K .......... .......... .......... .......... .......... 35% 97.9M 1s 61800K .......... .......... .......... .......... .......... 35% 181M 1s 61850K .......... .......... .......... .......... .......... 35% 93.7M 1s 61900K .......... .......... .......... .......... .......... 35% 99.0M 1s 61950K .......... .......... .......... .......... .......... 35% 114M 1s 62000K .......... .......... .......... .......... .......... 35% 141M 1s 62050K .......... .......... .......... .......... .......... 35% 105M 1s 62100K .......... .......... .......... .......... .......... 35% 70.6M 1s 62150K .......... .......... .......... .......... .......... 35% 99.8M 1s 62200K .......... .......... .......... .......... .......... 35% 78.2M 1s 62250K .......... .......... .......... .......... .......... 35% 103M 1s 62300K .......... .......... .......... .......... .......... 35% 94.0M 1s 62350K .......... .......... .......... .......... .......... 35% 112M 1s 62400K .......... .......... .......... .......... .......... 35% 125M 1s 62450K .......... .......... .......... .......... .......... 35% 97.4M 1s 62500K .......... .......... .......... .......... .......... 35% 127M 1s 62550K .......... .......... .......... .......... .......... 35% 118M 1s 62600K .......... .......... .......... .......... .......... 35% 38.4M 1s 62650K .......... .......... .......... .......... .......... 35% 142M 1s 62700K .......... .......... .......... .......... .......... 35% 107M 1s 62750K .......... .......... .......... .......... .......... 35% 97.9M 1s 62800K .......... .......... .......... .......... .......... 35% 113M 1s 62850K .......... .......... .......... .......... .......... 35% 113M 1s 62900K .......... .......... .......... .......... .......... 35% 93.2M 1s 62950K .......... .......... .......... .......... .......... 35% 127M 1s 63000K .......... .......... .......... .......... .......... 35% 90.7M 1s 63050K .......... .......... .......... .......... .......... 36% 104M 1s 63100K .......... .......... .......... .......... .......... 36% 53.8M 1s 63150K .......... .......... .......... .......... .......... 36% 64.3M 1s 63200K .......... .......... .......... .......... .......... 36% 103M 1s 63250K .......... .......... .......... .......... .......... 36% 95.7M 1s 63300K .......... .......... .......... .......... .......... 36% 61.2M 1s 63350K .......... .......... .......... .......... .......... 36% 105M 1s 63400K .......... .......... .......... .......... .......... 36% 134M 1s 63450K .......... .......... .......... .......... .......... 36% 108M 1s 63500K .......... .......... .......... .......... .......... 36% 83.1M 1s 63550K .......... .......... .......... .......... .......... 36% 40.6M 1s 63600K .......... .......... .......... .......... .......... 36% 75.1M 1s 63650K .......... .......... .......... .......... .......... 36% 78.3M 1s 63700K .......... .......... .......... .......... .......... 36% 91.0M 1s 63750K .......... .......... .......... .......... .......... 36% 102M 1s 63800K .......... .......... .......... .......... .......... 36% 85.7M 1s 63850K .......... .......... .......... .......... .......... 36% 132M 1s 63900K .......... .......... .......... .......... .......... 36% 88.8M 1s 63950K .......... .......... .......... .......... .......... 36% 62.6M 1s 64000K .......... .......... .......... .......... .......... 36% 68.2M 1s 64050K .......... .......... .......... .......... .......... 36% 60.0M 1s 64100K .......... .......... .......... .......... .......... 36% 70.0M 1s 64150K .......... .......... .......... .......... .......... 36% 57.9M 1s 64200K .......... .......... .......... .......... .......... 36% 67.8M 1s 64250K .......... .......... .......... .......... .......... 36% 87.0M 1s 64300K .......... .......... .......... .......... .......... 36% 45.2M 1s 64350K .......... .......... .......... .......... .......... 36% 39.7M 1s 64400K .......... .......... .......... .......... .......... 36% 66.1M 1s 64450K .......... .......... .......... .......... .......... 36% 59.6M 1s 64500K .......... .......... .......... .......... .......... 36% 48.3M 1s 64550K .......... .......... .......... .......... .......... 36% 86.0M 1s 64600K .......... .......... .......... .......... .......... 36% 39.3M 1s 64650K .......... .......... .......... .......... .......... 36% 50.7M 1s 64700K .......... .......... .......... .......... .......... 36% 88.7M 1s 64750K .......... .......... .......... .......... .......... 36% 92.8M 1s 64800K .......... .......... .......... .......... .......... 37% 132M 1s 64850K .......... .......... .......... .......... .......... 37% 108M 1s 64900K .......... .......... .......... .......... .......... 37% 121M 1s 64950K .......... .......... .......... .......... .......... 37% 93.5M 1s 65000K .......... .......... .......... .......... .......... 37% 111M 1s 65050K .......... .......... .......... .......... .......... 37% 115M 1s 65100K .......... .......... .......... .......... .......... 37% 105M 1s 65150K .......... .......... .......... .......... .......... 37% 107M 1s 65200K .......... .......... .......... .......... .......... 37% 127M 1s 65250K .......... .......... .......... .......... .......... 37% 121M 1s 65300K .......... .......... .......... .......... .......... 37% 98.4M 1s 65350K .......... .......... .......... .......... .......... 37% 103M 1s 65400K .......... .......... .......... .......... .......... 37% 134M 1s 65450K .......... .......... .......... .......... .......... 37% 73.0M 1s 65500K .......... .......... .......... .......... .......... 37% 136M 1s 65550K .......... .......... .......... .......... .......... 37% 78.3M 1s 65600K .......... .......... .......... .......... .......... 37% 97.5M 1s 65650K .......... .......... .......... .......... .......... 37% 125M 1s 65700K .......... .......... .......... .......... .......... 37% 89.6M 1s 65750K .......... .......... .......... .......... .......... 37% 86.2M 1s 65800K .......... .......... .......... .......... .......... 37% 126M 1s 65850K .......... .......... .......... .......... .......... 37% 94.7M 1s 65900K .......... .......... .......... .......... .......... 37% 1.85M 1s 65950K .......... .......... .......... .......... .......... 37% 86.0M 1s 66000K .......... .......... .......... .......... .......... 37% 297M 1s 66050K .......... .......... .......... .......... .......... 37% 105M 1s 66100K .......... .......... .......... .......... .......... 37% 296M 1s 66150K .......... .......... .......... .......... .......... 37% 65.0M 1s 66200K .......... .......... .......... .......... .......... 37% 209M 1s 66250K .......... .......... .......... .......... .......... 37% 268M 1s 66300K .......... .......... .......... .......... .......... 37% 299M 1s 66350K .......... .......... .......... .......... .......... 37% 292M 1s 66400K .......... .......... .......... .......... .......... 37% 243M 1s 66450K .......... .......... .......... .......... .......... 37% 303M 1s 66500K .......... .......... .......... .......... .......... 37% 309M 1s 66550K .......... .......... .......... .......... .......... 38% 5.06M 1s 66600K .......... .......... .......... .......... .......... 38% 267M 1s 66650K .......... .......... .......... .......... .......... 38% 291M 1s 66700K .......... .......... .......... .......... .......... 38% 303M 1s 66750K .......... .......... .......... .......... .......... 38% 279M 1s 66800K .......... .......... .......... .......... .......... 38% 295M 1s 66850K .......... .......... .......... .......... .......... 38% 300M 1s 66900K .......... .......... .......... .......... .......... 38% 310M 1s 66950K .......... .......... .......... .......... .......... 38% 255M 1s 67000K .......... .......... .......... .......... .......... 38% 330M 1s 67050K .......... .......... .......... .......... .......... 38% 307M 1s 67100K .......... .......... .......... .......... .......... 38% 270M 1s 67150K .......... .......... .......... .......... .......... 38% 296M 1s 67200K .......... .......... .......... .......... .......... 38% 283M 1s 67250K .......... .......... .......... .......... .......... 38% 257M 1s 67300K .......... .......... .......... .......... .......... 38% 276M 1s 67350K .......... .......... .......... .......... .......... 38% 275M 1s 67400K .......... .......... .......... .......... .......... 38% 255M 1s 67450K .......... .......... .......... .......... .......... 38% 260M 1s 67500K .......... .......... .......... .......... .......... 38% 279M 1s 67550K .......... .......... .......... .......... .......... 38% 327M 1s 67600K .......... .......... .......... .......... .......... 38% 255M 1s 67650K .......... .......... .......... .......... .......... 38% 316M 1s 67700K .......... .......... .......... .......... .......... 38% 273M 1s 67750K .......... .......... .......... .......... .......... 38% 265M 1s 67800K .......... .......... .......... .......... .......... 38% 296M 1s 67850K .......... .......... .......... .......... .......... 38% 289M 1s 67900K .......... .......... .......... .......... .......... 38% 265M 1s 67950K .......... .......... .......... .......... .......... 38% 303M 1s 68000K .......... .......... .......... .......... .......... 38% 275M 1s 68050K .......... .......... .......... .......... .......... 38% 300M 1s 68100K .......... .......... .......... .......... .......... 38% 242M 1s 68150K .......... .......... .......... .......... .......... 38% 215M 1s 68200K .......... .......... .......... .......... .......... 38% 296M 1s 68250K .......... .......... .......... .......... .......... 38% 211M 1s 68300K .......... .......... .......... .......... .......... 39% 290M 1s 68350K .......... .......... .......... .......... .......... 39% 267M 1s 68400K .......... .......... .......... .......... .......... 39% 297M 1s 68450K .......... .......... .......... .......... .......... 39% 243M 1s 68500K .......... .......... .......... .......... .......... 39% 264M 1s 68550K .......... .......... .......... .......... .......... 39% 304M 1s 68600K .......... .......... .......... .......... .......... 39% 251M 1s 68650K .......... .......... .......... .......... .......... 39% 306M 1s 68700K .......... .......... .......... .......... .......... 39% 293M 1s 68750K .......... .......... .......... .......... .......... 39% 295M 1s 68800K .......... .......... .......... .......... .......... 39% 271M 1s 68850K .......... .......... .......... .......... .......... 39% 294M 1s 68900K .......... .......... .......... .......... .......... 39% 323M 1s 68950K .......... .......... .......... .......... .......... 39% 21.7M 1s 69000K .......... .......... .......... .......... .......... 39% 92.4M 1s 69050K .......... .......... .......... .......... .......... 39% 78.1M 1s 69100K .......... .......... .......... .......... .......... 39% 64.8M 1s 69150K .......... .......... .......... .......... .......... 39% 49.0M 1s 69200K .......... .......... .......... .......... .......... 39% 79.6M 1s 69250K .......... .......... .......... .......... .......... 39% 69.7M 1s 69300K .......... .......... .......... .......... .......... 39% 43.5M 1s 69350K .......... .......... .......... .......... .......... 39% 105M 1s 69400K .......... .......... .......... .......... .......... 39% 30.3M 1s 69450K .......... .......... .......... .......... .......... 39% 79.9M 1s 69500K .......... .......... .......... .......... .......... 39% 47.7M 1s 69550K .......... .......... .......... .......... .......... 39% 47.9M 1s 69600K .......... .......... .......... .......... .......... 39% 71.7M 1s 69650K .......... .......... .......... .......... .......... 39% 124M 1s 69700K .......... .......... .......... .......... .......... 39% 69.5M 1s 69750K .......... .......... .......... .......... .......... 39% 64.5M 1s 69800K .......... .......... .......... .......... .......... 39% 123M 1s 69850K .......... .......... .......... .......... .......... 39% 69.8M 1s 69900K .......... .......... .......... .......... .......... 39% 52.2M 1s 69950K .......... .......... .......... .......... .......... 39% 123M 1s 70000K .......... .......... .......... .......... .......... 39% 104M 1s 70050K .......... .......... .......... .......... .......... 40% 70.4M 1s 70100K .......... .......... .......... .......... .......... 40% 67.6M 1s 70150K .......... .......... .......... .......... .......... 40% 111M 1s 70200K .......... .......... .......... .......... .......... 40% 66.7M 1s 70250K .......... .......... .......... .......... .......... 40% 72.3M 1s 70300K .......... .......... .......... .......... .......... 40% 61.0M 1s 70350K .......... .......... .......... .......... .......... 40% 98.1M 1s 70400K .......... .......... .......... .......... .......... 40% 73.2M 1s 70450K .......... .......... .......... .......... .......... 40% 48.5M 1s 70500K .......... .......... .......... .......... .......... 40% 88.7M 1s 70550K .......... .......... .......... .......... .......... 40% 111M 1s 70600K .......... .......... .......... .......... .......... 40% 92.1M 1s 70650K .......... .......... .......... .......... .......... 40% 60.0M 1s 70700K .......... .......... .......... .......... .......... 40% 72.7M 1s 70750K .......... .......... .......... .......... .......... 40% 75.8M 1s 70800K .......... .......... .......... .......... .......... 40% 72.9M 1s 70850K .......... .......... .......... .......... .......... 40% 121M 1s 70900K .......... .......... .......... .......... .......... 40% 111M 1s 70950K .......... .......... .......... .......... .......... 40% 32.6M 1s 71000K .......... .......... .......... .......... .......... 40% 96.5M 1s 71050K .......... .......... .......... .......... .......... 40% 92.5M 1s 71100K .......... .......... .......... .......... .......... 40% 96.1M 1s 71150K .......... .......... .......... .......... .......... 40% 30.5M 1s 71200K .......... .......... .......... .......... .......... 40% 26.7M 1s 71250K .......... .......... .......... .......... .......... 40% 67.4M 1s 71300K .......... .......... .......... .......... .......... 40% 53.2M 1s 71350K .......... .......... .......... .......... .......... 40% 77.4M 1s 71400K .......... .......... .......... .......... .......... 40% 59.8M 1s 71450K .......... .......... .......... .......... .......... 40% 10.8M 1s 71500K .......... .......... .......... .......... .......... 40% 96.0M 1s 71550K .......... .......... .......... .......... .......... 40% 141M 1s 71600K .......... .......... .......... .......... .......... 40% 94.5M 1s 71650K .......... .......... .......... .......... .......... 40% 22.2M 1s 71700K .......... .......... .......... .......... .......... 40% 104M 1s 71750K .......... .......... .......... .......... .......... 40% 91.9M 1s 71800K .......... .......... .......... .......... .......... 41% 56.9M 1s 71850K .......... .......... .......... .......... .......... 41% 72.6M 1s 71900K .......... .......... .......... .......... .......... 41% 47.1M 1s 71950K .......... .......... .......... .......... .......... 41% 33.4M 1s 72000K .......... .......... .......... .......... .......... 41% 96.2M 1s 72050K .......... .......... .......... .......... .......... 41% 90.6M 1s 72100K .......... .......... .......... .......... .......... 41% 56.1M 1s 72150K .......... .......... .......... .......... .......... 41% 49.2M 1s 72200K .......... .......... .......... .......... .......... 41% 71.8M 1s 72250K .......... .......... .......... .......... .......... 41% 83.0M 1s 72300K .......... .......... .......... .......... .......... 41% 75.9M 1s 72350K .......... .......... .......... .......... .......... 41% 47.9M 1s 72400K .......... .......... .......... .......... .......... 41% 75.8M 1s 72450K .......... .......... .......... .......... .......... 41% 67.9M 1s 72500K .......... .......... .......... .......... .......... 41% 55.1M 1s 72550K .......... .......... .......... .......... .......... 41% 57.2M 1s 72600K .......... .......... .......... .......... .......... 41% 58.1M 1s 72650K .......... .......... .......... .......... .......... 41% 96.8M 1s 72700K .......... .......... .......... .......... .......... 41% 130M 1s 72750K .......... .......... .......... .......... .......... 41% 53.0M 1s 72800K .......... .......... .......... .......... .......... 41% 60.3M 1s 72850K .......... .......... .......... .......... .......... 41% 107M 1s 72900K .......... .......... .......... .......... .......... 41% 106M 1s 72950K .......... .......... .......... .......... .......... 41% 85.5M 1s 73000K .......... .......... .......... .......... .......... 41% 65.9M 1s 73050K .......... .......... .......... .......... .......... 41% 73.7M 1s 73100K .......... .......... .......... .......... .......... 41% 89.7M 1s 73150K .......... .......... .......... .......... .......... 41% 77.7M 1s 73200K .......... .......... .......... .......... .......... 41% 52.6M 1s 73250K .......... .......... .......... .......... .......... 41% 69.3M 1s 73300K .......... .......... .......... .......... .......... 41% 71.6M 1s 73350K .......... .......... .......... .......... .......... 41% 109M 1s 73400K .......... .......... .......... .......... .......... 41% 126M 1s 73450K .......... .......... .......... .......... .......... 41% 125M 1s 73500K .......... .......... .......... .......... .......... 41% 50.4M 1s 73550K .......... .......... .......... .......... .......... 41% 65.1M 1s 73600K .......... .......... .......... .......... .......... 42% 113M 1s 73650K .......... .......... .......... .......... .......... 42% 92.8M 1s 73700K .......... .......... .......... .......... .......... 42% 115M 1s 73750K .......... .......... .......... .......... .......... 42% 98.0M 1s 73800K .......... .......... .......... .......... .......... 42% 83.3M 1s 73850K .......... .......... .......... .......... .......... 42% 55.6M 1s 73900K .......... .......... .......... .......... .......... 42% 74.1M 1s 73950K .......... .......... .......... .......... .......... 42% 89.3M 1s 74000K .......... .......... .......... .......... .......... 42% 74.0M 1s 74050K .......... .......... .......... .......... .......... 42% 64.5M 1s 74100K .......... .......... .......... .......... .......... 42% 30.6M 1s 74150K .......... .......... .......... .......... .......... 42% 112M 1s 74200K .......... .......... .......... .......... .......... 42% 116M 1s 74250K .......... .......... .......... .......... .......... 42% 86.3M 1s 74300K .......... .......... .......... .......... .......... 42% 128M 1s 74350K .......... .......... .......... .......... .......... 42% 63.7M 1s 74400K .......... .......... .......... .......... .......... 42% 55.5M 1s 74450K .......... .......... .......... .......... .......... 42% 86.9M 1s 74500K .......... .......... .......... .......... .......... 42% 120M 1s 74550K .......... .......... .......... .......... .......... 42% 85.5M 1s 74600K .......... .......... .......... .......... .......... 42% 79.1M 1s 74650K .......... .......... .......... .......... .......... 42% 52.0M 1s 74700K .......... .......... .......... .......... .......... 42% 91.0M 1s 74750K .......... .......... .......... .......... .......... 42% 90.5M 1s 74800K .......... .......... .......... .......... .......... 42% 84.0M 1s 74850K .......... .......... .......... .......... .......... 42% 99.4M 1s 74900K .......... .......... .......... .......... .......... 42% 71.1M 1s 74950K .......... .......... .......... .......... .......... 42% 66.7M 1s 75000K .......... .......... .......... .......... .......... 42% 105M 1s 75050K .......... .......... .......... .......... .......... 42% 54.1M 1s 75100K .......... .......... .......... .......... .......... 42% 74.8M 1s 75150K .......... .......... .......... .......... .......... 42% 65.1M 1s 75200K .......... .......... .......... .......... .......... 42% 96.4M 1s 75250K .......... .......... .......... .......... .......... 42% 90.9M 1s 75300K .......... .......... .......... .......... .......... 42% 48.9M 1s 75350K .......... .......... .......... .......... .......... 43% 51.9M 1s 75400K .......... .......... .......... .......... .......... 43% 108M 1s 75450K .......... .......... .......... .......... .......... 43% 102M 1s 75500K .......... .......... .......... .......... .......... 43% 83.9M 1s 75550K .......... .......... .......... .......... .......... 43% 81.3M 1s 75600K .......... .......... .......... .......... .......... 43% 82.1M 1s 75650K .......... .......... .......... .......... .......... 43% 46.7M 1s 75700K .......... .......... .......... .......... .......... 43% 133M 1s 75750K .......... .......... .......... .......... .......... 43% 104M 1s 75800K .......... .......... .......... .......... .......... 43% 103M 1s 75850K .......... .......... .......... .......... .......... 43% 99.1M 1s 75900K .......... .......... .......... .......... .......... 43% 82.5M 1s 75950K .......... .......... .......... .......... .......... 43% 62.4M 1s 76000K .......... .......... .......... .......... .......... 43% 76.3M 1s 76050K .......... .......... .......... .......... .......... 43% 109M 1s 76100K .......... .......... .......... .......... .......... 43% 107M 1s 76150K .......... .......... .......... .......... .......... 43% 95.0M 1s 76200K .......... .......... .......... .......... .......... 43% 66.9M 1s 76250K .......... .......... .......... .......... .......... 43% 55.3M 1s 76300K .......... .......... .......... .......... .......... 43% 83.1M 1s 76350K .......... .......... .......... .......... .......... 43% 122M 1s 76400K .......... .......... .......... .......... .......... 43% 85.8M 1s 76450K .......... .......... .......... .......... .......... 43% 77.7M 1s 76500K .......... .......... .......... .......... .......... 43% 64.9M 1s 76550K .......... .......... .......... .......... .......... 43% 126M 1s 76600K .......... .......... .......... .......... .......... 43% 101M 1s 76650K .......... .......... .......... .......... .......... 43% 86.8M 1s 76700K .......... .......... .......... .......... .......... 43% 2.00M 1s 76750K .......... .......... .......... .......... .......... 43% 194M 1s 76800K .......... .......... .......... .......... .......... 43% 198M 1s 76850K .......... .......... .......... .......... .......... 43% 219M 1s 76900K .......... .......... .......... .......... .......... 43% 287M 1s 76950K .......... .......... .......... .......... .......... 43% 254M 1s 77000K .......... .......... .......... .......... .......... 43% 215M 1s 77050K .......... .......... .......... .......... .......... 43% 254M 1s 77100K .......... .......... .......... .......... .......... 44% 270M 1s 77150K .......... .......... .......... .......... .......... 44% 222M 1s 77200K .......... .......... .......... .......... .......... 44% 259M 1s 77250K .......... .......... .......... .......... .......... 44% 250M 1s 77300K .......... .......... .......... .......... .......... 44% 187M 1s 77350K .......... .......... .......... .......... .......... 44% 249M 1s 77400K .......... .......... .......... .......... .......... 44% 235M 1s 77450K .......... .......... .......... .......... .......... 44% 230M 1s 77500K .......... .......... .......... .......... .......... 44% 194M 1s 77550K .......... .......... .......... .......... .......... 44% 251M 1s 77600K .......... .......... .......... .......... .......... 44% 264M 1s 77650K .......... .......... .......... .......... .......... 44% 223M 1s 77700K .......... .......... .......... .......... .......... 44% 251M 1s 77750K .......... .......... .......... .......... .......... 44% 278M 1s 77800K .......... .......... .......... .......... .......... 44% 223M 1s 77850K .......... .......... .......... .......... .......... 44% 277M 1s 77900K .......... .......... .......... .......... .......... 44% 249M 1s 77950K .......... .......... .......... .......... .......... 44% 229M 1s 78000K .......... .......... .......... .......... .......... 44% 214M 1s 78050K .......... .......... .......... .......... .......... 44% 243M 1s 78100K .......... .......... .......... .......... .......... 44% 239M 1s 78150K .......... .......... .......... .......... .......... 44% 253M 1s 78200K .......... .......... .......... .......... .......... 44% 270M 1s 78250K .......... .......... .......... .......... .......... 44% 132M 1s 78300K .......... .......... .......... .......... .......... 44% 231M 1s 78350K .......... .......... .......... .......... .......... 44% 299M 1s 78400K .......... .......... .......... .......... .......... 44% 308M 1s 78450K .......... .......... .......... .......... .......... 44% 217M 1s 78500K .......... .......... .......... .......... .......... 44% 219M 1s 78550K .......... .......... .......... .......... .......... 44% 266M 1s 78600K .......... .......... .......... .......... .......... 44% 272M 1s 78650K .......... .......... .......... .......... .......... 44% 232M 1s 78700K .......... .......... .......... .......... .......... 44% 278M 1s 78750K .......... .......... .......... .......... .......... 44% 242M 1s 78800K .......... .......... .......... .......... .......... 44% 252M 1s 78850K .......... .......... .......... .......... .......... 45% 277M 1s 78900K .......... .......... .......... .......... .......... 45% 241M 1s 78950K .......... .......... .......... .......... .......... 45% 292M 1s 79000K .......... .......... .......... .......... .......... 45% 226M 1s 79050K .......... .......... .......... .......... .......... 45% 263M 1s 79100K .......... .......... .......... .......... .......... 45% 239M 1s 79150K .......... .......... .......... .......... .......... 45% 228M 1s 79200K .......... .......... .......... .......... .......... 45% 316M 1s 79250K .......... .......... .......... .......... .......... 45% 285M 1s 79300K .......... .......... .......... .......... .......... 45% 282M 1s 79350K .......... .......... .......... .......... .......... 45% 261M 1s 79400K .......... .......... .......... .......... .......... 45% 292M 1s 79450K .......... .......... .......... .......... .......... 45% 288M 1s 79500K .......... .......... .......... .......... .......... 45% 252M 1s 79550K .......... .......... .......... .......... .......... 45% 288M 1s 79600K .......... .......... .......... .......... .......... 45% 288M 1s 79650K .......... .......... .......... .......... .......... 45% 308M 1s 79700K .......... .......... .......... .......... .......... 45% 217M 1s 79750K .......... .......... .......... .......... .......... 45% 6.20M 1s 79800K .......... .......... .......... .......... .......... 45% 231M 1s 79850K .......... .......... .......... .......... .......... 45% 210M 1s 79900K .......... .......... .......... .......... .......... 45% 258M 1s 79950K .......... .......... .......... .......... .......... 45% 228M 1s 80000K .......... .......... .......... .......... .......... 45% 290M 1s 80050K .......... .......... .......... .......... .......... 45% 274M 1s 80100K .......... .......... .......... .......... .......... 45% 241M 1s 80150K .......... .......... .......... .......... .......... 45% 248M 1s 80200K .......... .......... .......... .......... .......... 45% 3.00M 1s 80250K .......... .......... .......... .......... .......... 45% 98.8M 1s 80300K .......... .......... .......... .......... .......... 45% 24.7M 1s 80350K .......... .......... .......... .......... .......... 45% 205M 1s 80400K .......... .......... .......... .......... .......... 45% 230M 1s 80450K .......... .......... .......... .......... .......... 45% 160M 1s 80500K .......... .......... .......... .......... .......... 45% 270M 1s 80550K .......... .......... .......... .......... .......... 45% 265M 1s 80600K .......... .......... .......... .......... .......... 46% 272M 1s 80650K .......... .......... .......... .......... .......... 46% 212M 1s 80700K .......... .......... .......... .......... .......... 46% 292M 1s 80750K .......... .......... .......... .......... .......... 46% 271M 1s 80800K .......... .......... .......... .......... .......... 46% 20.1M 1s 80850K .......... .......... .......... .......... .......... 46% 268M 1s 80900K .......... .......... .......... .......... .......... 46% 144M 1s 80950K .......... .......... .......... .......... .......... 46% 261M 1s 81000K .......... .......... .......... .......... .......... 46% 232M 1s 81050K .......... .......... .......... .......... .......... 46% 24.0M 1s 81100K .......... .......... .......... .......... .......... 46% 44.8M 1s 81150K .......... .......... .......... .......... .......... 46% 176M 1s 81200K .......... .......... .......... .......... .......... 46% 226M 1s 81250K .......... .......... .......... .......... .......... 46% 232M 1s 81300K .......... .......... .......... .......... .......... 46% 194M 1s 81350K .......... .......... .......... .......... .......... 46% 229M 1s 81400K .......... .......... .......... .......... .......... 46% 285M 1s 81450K .......... .......... .......... .......... .......... 46% 272M 1s 81500K .......... .......... .......... .......... .......... 46% 229M 1s 81550K .......... .......... .......... .......... .......... 46% 235M 1s 81600K .......... .......... .......... .......... .......... 46% 294M 1s 81650K .......... .......... .......... .......... .......... 46% 266M 1s 81700K .......... .......... .......... .......... .......... 46% 255M 1s 81750K .......... .......... .......... .......... .......... 46% 235M 1s 81800K .......... .......... .......... .......... .......... 46% 279M 1s 81850K .......... .......... .......... .......... .......... 46% 264M 1s 81900K .......... .......... .......... .......... .......... 46% 299M 1s 81950K .......... .......... .......... .......... .......... 46% 244M 1s 82000K .......... .......... .......... .......... .......... 46% 280M 1s 82050K .......... .......... .......... .......... .......... 46% 211M 1s 82100K .......... .......... .......... .......... .......... 46% 245M 1s 82150K .......... .......... .......... .......... .......... 46% 293M 1s 82200K .......... .......... .......... .......... .......... 46% 130M 1s 82250K .......... .......... .......... .......... .......... 46% 280M 1s 82300K .......... .......... .......... .......... .......... 46% 250M 1s 82350K .......... .......... .......... .......... .......... 47% 36.9M 1s 82400K .......... .......... .......... .......... .......... 47% 257M 1s 82450K .......... .......... .......... .......... .......... 47% 271M 1s 82500K .......... .......... .......... .......... .......... 47% 284M 1s 82550K .......... .......... .......... .......... .......... 47% 29.0M 1s 82600K .......... .......... .......... .......... .......... 47% 290M 1s 82650K .......... .......... .......... .......... .......... 47% 238M 1s 82700K .......... .......... .......... .......... .......... 47% 294M 1s 82750K .......... .......... .......... .......... .......... 47% 269M 1s 82800K .......... .......... .......... .......... .......... 47% 223M 1s 82850K .......... .......... .......... .......... .......... 47% 38.1M 1s 82900K .......... .......... .......... .......... .......... 47% 237M 1s 82950K .......... .......... .......... .......... .......... 47% 254M 1s 83000K .......... .......... .......... .......... .......... 47% 13.9M 1s 83050K .......... .......... .......... .......... .......... 47% 226M 1s 83100K .......... .......... .......... .......... .......... 47% 239M 1s 83150K .......... .......... .......... .......... .......... 47% 206M 1s 83200K .......... .......... .......... .......... .......... 47% 241M 1s 83250K .......... .......... .......... .......... .......... 47% 244M 1s 83300K .......... .......... .......... .......... .......... 47% 245M 1s 83350K .......... .......... .......... .......... .......... 47% 207M 1s 83400K .......... .......... .......... .......... .......... 47% 247M 1s 83450K .......... .......... .......... .......... .......... 47% 266M 1s 83500K .......... .......... .......... .......... .......... 47% 208M 1s 83550K .......... .......... .......... .......... .......... 47% 178M 1s 83600K .......... .......... .......... .......... .......... 47% 172M 1s 83650K .......... .......... .......... .......... .......... 47% 196M 1s 83700K .......... .......... .......... .......... .......... 47% 83.7M 1s 83750K .......... .......... .......... .......... .......... 47% 122M 1s 83800K .......... .......... .......... .......... .......... 47% 82.9M 1s 83850K .......... .......... .......... .......... .......... 47% 58.2M 1s 83900K .......... .......... .......... .......... .......... 47% 48.9M 1s 83950K .......... .......... .......... .......... .......... 47% 108M 1s 84000K .......... .......... .......... .......... .......... 47% 75.0M 1s 84050K .......... .......... .......... .......... .......... 47% 81.9M 1s 84100K .......... .......... .......... .......... .......... 48% 79.2M 1s 84150K .......... .......... .......... .......... .......... 48% 38.6M 1s 84200K .......... .......... .......... .......... .......... 48% 90.7M 1s 84250K .......... .......... .......... .......... .......... 48% 118M 1s 84300K .......... .......... .......... .......... .......... 48% 79.2M 1s 84350K .......... .......... .......... .......... .......... 48% 65.4M 1s 84400K .......... .......... .......... .......... .......... 48% 55.4M 1s 84450K .......... .......... .......... .......... .......... 48% 58.8M 1s 84500K .......... .......... .......... .......... .......... 48% 96.6M 1s 84550K .......... .......... .......... .......... .......... 48% 94.9M 1s 84600K .......... .......... .......... .......... .......... 48% 71.5M 1s 84650K .......... .......... .......... .......... .......... 48% 49.0M 1s 84700K .......... .......... .......... .......... .......... 48% 51.4M 1s 84750K .......... .......... .......... .......... .......... 48% 108M 1s 84800K .......... .......... .......... .......... .......... 48% 131M 1s 84850K .......... .......... .......... .......... .......... 48% 75.7M 1s 84900K .......... .......... .......... .......... .......... 48% 110M 1s 84950K .......... .......... .......... .......... .......... 48% 78.8M 1s 85000K .......... .......... .......... .......... .......... 48% 39.6M 1s 85050K .......... .......... .......... .......... .......... 48% 85.5M 1s 85100K .......... .......... .......... .......... .......... 48% 99.4M 1s 85150K .......... .......... .......... .......... .......... 48% 94.1M 1s 85200K .......... .......... .......... .......... .......... 48% 60.4M 1s 85250K .......... .......... .......... .......... .......... 48% 46.9M 1s 85300K .......... .......... .......... .......... .......... 48% 60.2M 1s 85350K .......... .......... .......... .......... .......... 48% 84.2M 1s 85400K .......... .......... .......... .......... .......... 48% 99.3M 1s 85450K .......... .......... .......... .......... .......... 48% 59.7M 1s 85500K .......... .......... .......... .......... .......... 48% 47.8M 1s 85550K .......... .......... .......... .......... .......... 48% 49.6M 1s 85600K .......... .......... .......... .......... .......... 48% 132M 1s 85650K .......... .......... .......... .......... .......... 48% 113M 1s 85700K .......... .......... .......... .......... .......... 48% 41.1M 1s 85750K .......... .......... .......... .......... .......... 48% 57.2M 1s 85800K .......... .......... .......... .......... .......... 48% 63.2M 1s 85850K .......... .......... .......... .......... .......... 49% 74.9M 1s 85900K .......... .......... .......... .......... .......... 49% 86.5M 1s 85950K .......... .......... .......... .......... .......... 49% 66.0M 1s 86000K .......... .......... .......... .......... .......... 49% 60.9M 1s 86050K .......... .......... .......... .......... .......... 49% 42.6M 1s 86100K .......... .......... .......... .......... .......... 49% 109M 1s 86150K .......... .......... .......... .......... .......... 49% 115M 1s 86200K .......... .......... .......... .......... .......... 49% 71.2M 1s 86250K .......... .......... .......... .......... .......... 49% 66.7M 1s 86300K .......... .......... .......... .......... .......... 49% 42.3M 1s 86350K .......... .......... .......... .......... .......... 49% 62.6M 1s 86400K .......... .......... .......... .......... .......... 49% 107M 1s 86450K .......... .......... .......... .......... .......... 49% 81.9M 1s 86500K .......... .......... .......... .......... .......... 49% 59.3M 1s 86550K .......... .......... .......... .......... .......... 49% 47.9M 1s 86600K .......... .......... .......... .......... .......... 49% 56.1M 1s 86650K .......... .......... .......... .......... .......... 49% 91.1M 1s 86700K .......... .......... .......... .......... .......... 49% 78.8M 1s 86750K .......... .......... .......... .......... .......... 49% 45.3M 1s 86800K .......... .......... .......... .......... .......... 49% 54.2M 1s 86850K .......... .......... .......... .......... .......... 49% 59.5M 1s 86900K .......... .......... .......... .......... .......... 49% 96.5M 1s 86950K .......... .......... .......... .......... .......... 49% 79.8M 1s 87000K .......... .......... .......... .......... .......... 49% 43.7M 1s 87050K .......... .......... .......... .......... .......... 49% 78.0M 1s 87100K .......... .......... .......... .......... .......... 49% 52.2M 1s 87150K .......... .......... .......... .......... .......... 49% 114M 1s 87200K .......... .......... .......... .......... .......... 49% 89.7M 1s 87250K .......... .......... .......... .......... .......... 49% 65.9M 1s 87300K .......... .......... .......... .......... .......... 49% 53.2M 1s 87350K .......... .......... .......... .......... .......... 49% 64.0M 1s 87400K .......... .......... .......... .......... .......... 49% 88.7M 1s 87450K .......... .......... .......... .......... .......... 49% 74.2M 1s 87500K .......... .......... .......... .......... .......... 49% 121M 1s 87550K .......... .......... .......... .......... .......... 49% 109M 1s 87600K .......... .......... .......... .......... .......... 50% 100M 1s 87650K .......... .......... .......... .......... .......... 50% 80.7M 1s 87700K .......... .......... .......... .......... .......... 50% 79.1M 1s 87750K .......... .......... .......... .......... .......... 50% 95.5M 1s 87800K .......... .......... .......... .......... .......... 50% 125M 1s 87850K .......... .......... .......... .......... .......... 50% 84.4M 1s 87900K .......... .......... .......... .......... .......... 50% 76.5M 1s 87950K .......... .......... .......... .......... .......... 50% 120M 1s 88000K .......... .......... .......... .......... .......... 50% 103M 1s 88050K .......... .......... .......... .......... .......... 50% 78.5M 1s 88100K .......... .......... .......... .......... .......... 50% 73.7M 1s 88150K .......... .......... .......... .......... .......... 50% 105M 1s 88200K .......... .......... .......... .......... .......... 50% 84.8M 1s 88250K .......... .......... .......... .......... .......... 50% 69.9M 1s 88300K .......... .......... .......... .......... .......... 50% 124M 1s 88350K .......... .......... .......... .......... .......... 50% 75.0M 1s 88400K .......... .......... .......... .......... .......... 50% 105M 1s 88450K .......... .......... .......... .......... .......... 50% 78.1M 1s 88500K .......... .......... .......... .......... .......... 50% 93.5M 1s 88550K .......... .......... .......... .......... .......... 50% 91.7M 1s 88600K .......... .......... .......... .......... .......... 50% 119M 1s 88650K .......... .......... .......... .......... .......... 50% 64.0M 1s 88700K .......... .......... .......... .......... .......... 50% 106M 1s 88750K .......... .......... .......... .......... .......... 50% 91.3M 1s 88800K .......... .......... .......... .......... .......... 50% 74.7M 1s 88850K .......... .......... .......... .......... .......... 50% 116M 1s 88900K .......... .......... .......... .......... .......... 50% 112M 1s 88950K .......... .......... .......... .......... .......... 50% 72.3M 1s 89000K .......... .......... .......... .......... .......... 50% 80.4M 1s 89050K .......... .......... .......... .......... .......... 50% 98.6M 1s 89100K .......... .......... .......... .......... .......... 50% 90.5M 1s 89150K .......... .......... .......... .......... .......... 50% 124M 1s 89200K .......... .......... .......... .......... .......... 50% 61.2M 1s 89250K .......... .......... .......... .......... .......... 50% 129M 1s 89300K .......... .......... .......... .......... .......... 50% 105M 1s 89350K .......... .......... .......... .......... .......... 51% 63.3M 1s 89400K .......... .......... .......... .......... .......... 51% 99.6M 1s 89450K .......... .......... .......... .......... .......... 51% 111M 1s 89500K .......... .......... .......... .......... .......... 51% 101M 1s 89550K .......... .......... .......... .......... .......... 51% 67.8M 1s 89600K .......... .......... .......... .......... .......... 51% 92.2M 1s 89650K .......... .......... .......... .......... .......... 51% 97.8M 1s 89700K .......... .......... .......... .......... .......... 51% 98.9M 1s 89750K .......... .......... .......... .......... .......... 51% 79.7M 1s 89800K .......... .......... .......... .......... .......... 51% 126M 1s 89850K .......... .......... .......... .......... .......... 51% 111M 1s 89900K .......... .......... .......... .......... .......... 51% 68.0M 1s 89950K .......... .......... .......... .......... .......... 51% 140M 1s 90000K .......... .......... .......... .......... .......... 51% 77.8M 1s 90050K .......... .......... .......... .......... .......... 51% 85.3M 1s 90100K .......... .......... .......... .......... .......... 51% 120M 1s 90150K .......... .......... .......... .......... .......... 51% 86.6M 1s 90200K .......... .......... .......... .......... .......... 51% 66.3M 1s 90250K .......... .......... .......... .......... .......... 51% 136M 1s 90300K .......... .......... .......... .......... .......... 51% 76.9M 1s 90350K .......... .......... .......... .......... .......... 51% 111M 1s 90400K .......... .......... .......... .......... .......... 51% 68.7M 1s 90450K .......... .......... .......... .......... .......... 51% 114M 1s 90500K .......... .......... .......... .......... .......... 51% 85.1M 1s 90550K .......... .......... .......... .......... .......... 51% 103M 1s 90600K .......... .......... .......... .......... .......... 51% 136M 1s 90650K .......... .......... .......... .......... .......... 51% 71.4M 1s 90700K .......... .......... .......... .......... .......... 51% 107M 1s 90750K .......... .......... .......... .......... .......... 51% 96.4M 1s 90800K .......... .......... .......... .......... .......... 51% 86.6M 1s 90850K .......... .......... .......... .......... .......... 51% 109M 1s 90900K .......... .......... .......... .......... .......... 51% 108M 1s 90950K .......... .......... .......... .......... .......... 51% 75.8M 1s 91000K .......... .......... .......... .......... .......... 51% 68.9M 1s 91050K .......... .......... .......... .......... .......... 51% 117M 1s 91100K .......... .......... .......... .......... .......... 52% 75.1M 1s 91150K .......... .......... .......... .......... .......... 52% 72.1M 1s 91200K .......... .......... .......... .......... .......... 52% 115M 1s 91250K .......... .......... .......... .......... .......... 52% 94.6M 1s 91300K .......... .......... .......... .......... .......... 52% 72.5M 1s 91350K .......... .......... .......... .......... .......... 52% 62.2M 1s 91400K .......... .......... .......... .......... .......... 52% 108M 1s 91450K .......... .......... .......... .......... .......... 52% 107M 1s 91500K .......... .......... .......... .......... .......... 52% 71.1M 1s 91550K .......... .......... .......... .......... .......... 52% 79.0M 1s 91600K .......... .......... .......... .......... .......... 52% 107M 1s 91650K .......... .......... .......... .......... .......... 52% 92.0M 1s 91700K .......... .......... .......... .......... .......... 52% 53.1M 1s 91750K .......... .......... .......... .......... .......... 52% 123M 1s 91800K .......... .......... .......... .......... .......... 52% 93.2M 1s 91850K .......... .......... .......... .......... .......... 52% 78.0M 1s 91900K .......... .......... .......... .......... .......... 52% 67.5M 1s 91950K .......... .......... .......... .......... .......... 52% 105M 1s 92000K .......... .......... .......... .......... .......... 52% 83.9M 1s 92050K .......... .......... .......... .......... .......... 52% 68.6M 1s 92100K .......... .......... .......... .......... .......... 52% 78.6M 1s 92150K .......... .......... .......... .......... .......... 52% 105M 1s 92200K .......... .......... .......... .......... .......... 52% 98.9M 1s 92250K .......... .......... .......... .......... .......... 52% 113M 1s 92300K .......... .......... .......... .......... .......... 52% 115M 1s 92350K .......... .......... .......... .......... .......... 52% 91.3M 1s 92400K .......... .......... .......... .......... .......... 52% 123M 1s 92450K .......... .......... .......... .......... .......... 52% 104M 1s 92500K .......... .......... .......... .......... .......... 52% 110M 1s 92550K .......... .......... .......... .......... .......... 52% 116M 1s 92600K .......... .......... .......... .......... .......... 52% 101M 1s 92650K .......... .......... .......... .......... .......... 52% 126M 1s 92700K .......... .......... .......... .......... .......... 52% 105M 1s 92750K .......... .......... .......... .......... .......... 52% 60.1M 1s 92800K .......... .......... .......... .......... .......... 52% 92.8M 1s 92850K .......... .......... .......... .......... .......... 53% 88.4M 1s 92900K .......... .......... .......... .......... .......... 53% 103M 1s 92950K .......... .......... .......... .......... .......... 53% 101M 1s 93000K .......... .......... .......... .......... .......... 53% 90.0M 1s 93050K .......... .......... .......... .......... .......... 53% 139M 1s 93100K .......... .......... .......... .......... .......... 53% 125M 1s 93150K .......... .......... .......... .......... .......... 53% 105M 1s 93200K .......... .......... .......... .......... .......... 53% 111M 1s 93250K .......... .......... .......... .......... .......... 53% 110M 1s 93300K .......... .......... .......... .......... .......... 53% 98.3M 1s 93350K .......... .......... .......... .......... .......... 53% 134M 1s 93400K .......... .......... .......... .......... .......... 53% 94.3M 1s 93450K .......... .......... .......... .......... .......... 53% 116M 1s 93500K .......... .......... .......... .......... .......... 53% 103M 1s 93550K .......... .......... .......... .......... .......... 53% 118M 1s 93600K .......... .......... .......... .......... .......... 53% 112M 1s 93650K .......... .......... .......... .......... .......... 53% 59.6M 1s 93700K .......... .......... .......... .......... .......... 53% 72.5M 1s 93750K .......... .......... .......... .......... .......... 53% 119M 1s 93800K .......... .......... .......... .......... .......... 53% 128M 1s 93850K .......... .......... .......... .......... .......... 53% 68.9M 1s 93900K .......... .......... .......... .......... .......... 53% 57.2M 1s 93950K .......... .......... .......... .......... .......... 53% 113M 1s 94000K .......... .......... .......... .......... .......... 53% 94.5M 1s 94050K .......... .......... .......... .......... .......... 53% 82.5M 1s 94100K .......... .......... .......... .......... .......... 53% 55.7M 1s 94150K .......... .......... .......... .......... .......... 53% 131M 1s 94200K .......... .......... .......... .......... .......... 53% 89.1M 1s 94250K .......... .......... .......... .......... .......... 53% 129M 1s 94300K .......... .......... .......... .......... .......... 53% 79.0M 1s 94350K .......... .......... .......... .......... .......... 53% 58.5M 1s 94400K .......... .......... .......... .......... .......... 53% 123M 1s 94450K .......... .......... .......... .......... .......... 53% 121M 1s 94500K .......... .......... .......... .......... .......... 53% 60.4M 1s 94550K .......... .......... .......... .......... .......... 53% 71.3M 1s 94600K .......... .......... .......... .......... .......... 54% 122M 1s 94650K .......... .......... .......... .......... .......... 54% 88.7M 1s 94700K .......... .......... .......... .......... .......... 54% 82.4M 1s 94750K .......... .......... .......... .......... .......... 54% 58.2M 1s 94800K .......... .......... .......... .......... .......... 54% 107M 1s 94850K .......... .......... .......... .......... .......... 54% 124M 1s 94900K .......... .......... .......... .......... .......... 54% 63.5M 1s 94950K .......... .......... .......... .......... .......... 54% 93.7M 1s 95000K .......... .......... .......... .......... .......... 54% 91.7M 1s 95050K .......... .......... .......... .......... .......... 54% 61.5M 1s 95100K .......... .......... .......... .......... .......... 54% 105M 1s 95150K .......... .......... .......... .......... .......... 54% 79.6M 1s 95200K .......... .......... .......... .......... .......... 54% 89.8M 1s 95250K .......... .......... .......... .......... .......... 54% 75.4M 1s 95300K .......... .......... .......... .......... .......... 54% 83.3M 1s 95350K .......... .......... .......... .......... .......... 54% 80.4M 1s 95400K .......... .......... .......... .......... .......... 54% 74.7M 1s 95450K .......... .......... .......... .......... .......... 54% 73.4M 1s 95500K .......... .......... .......... .......... .......... 54% 85.0M 1s 95550K .......... .......... .......... .......... .......... 54% 102M 1s 95600K .......... .......... .......... .......... .......... 54% 67.9M 1s 95650K .......... .......... .......... .......... .......... 54% 112M 1s 95700K .......... .......... .......... .......... .......... 54% 66.3M 1s 95750K .......... .......... .......... .......... .......... 54% 61.4M 1s 95800K .......... .......... .......... .......... .......... 54% 126M 1s 95850K .......... .......... .......... .......... .......... 54% 75.8M 1s 95900K .......... .......... .......... .......... .......... 54% 98.4M 1s 95950K .......... .......... .......... .......... .......... 54% 66.3M 1s 96000K .......... .......... .......... .......... .......... 54% 112M 1s 96050K .......... .......... .......... .......... .......... 54% 68.7M 1s 96100K .......... .......... .......... .......... .......... 54% 86.7M 1s 96150K .......... .......... .......... .......... .......... 54% 71.9M 1s 96200K .......... .......... .......... .......... .......... 54% 77.2M 1s 96250K .......... .......... .......... .......... .......... 54% 98.7M 1s 96300K .......... .......... .......... .......... .......... 54% 105M 1s 96350K .......... .......... .......... .......... .......... 55% 48.8M 1s 96400K .......... .......... .......... .......... .......... 55% 126M 1s 96450K .......... .......... .......... .......... .......... 55% 114M 1s 96500K .......... .......... .......... .......... .......... 55% 45.7M 1s 96550K .......... .......... .......... .......... .......... 55% 136M 1s 96600K .......... .......... .......... .......... .......... 55% 101M 1s 96650K .......... .......... .......... .......... .......... 55% 71.2M 1s 96700K .......... .......... .......... .......... .......... 55% 58.8M 1s 96750K .......... .......... .......... .......... .......... 55% 126M 1s 96800K .......... .......... .......... .......... .......... 55% 101M 1s 96850K .......... .......... .......... .......... .......... 55% 89.7M 1s 96900K .......... .......... .......... .......... .......... 55% 62.9M 1s 96950K .......... .......... .......... .......... .......... 55% 98.6M 1s 97000K .......... .......... .......... .......... .......... 55% 138M 1s 97050K .......... .......... .......... .......... .......... 55% 75.0M 1s 97100K .......... .......... .......... .......... .......... 55% 80.4M 1s 97150K .......... .......... .......... .......... .......... 55% 78.3M 1s 97200K .......... .......... .......... .......... .......... 55% 58.6M 1s 97250K .......... .......... .......... .......... .......... 55% 88.8M 1s 97300K .......... .......... .......... .......... .......... 55% 52.1M 1s 97350K .......... .......... .......... .......... .......... 55% 83.8M 1s 97400K .......... .......... .......... .......... .......... 55% 82.8M 1s 97450K .......... .......... .......... .......... .......... 55% 57.7M 1s 97500K .......... .......... .......... .......... .......... 55% 48.3M 1s 97550K .......... .......... .......... .......... .......... 55% 76.5M 1s 97600K .......... .......... .......... .......... .......... 55% 110M 1s 97650K .......... .......... .......... .......... .......... 55% 67.8M 1s 97700K .......... .......... .......... .......... .......... 55% 2.08M 1s 97750K .......... .......... .......... .......... .......... 55% 212M 1s 97800K .......... .......... .......... .......... .......... 55% 3.94M 1s 97850K .......... .......... .......... .......... .......... 55% 134M 1s 97900K .......... .......... .......... .......... .......... 55% 227M 1s 97950K .......... .......... .......... .......... .......... 55% 297M 1s 98000K .......... .......... .......... .......... .......... 55% 295M 1s 98050K .......... .......... .......... .......... .......... 55% 295M 1s 98100K .......... .......... .......... .......... .......... 56% 256M 1s 98150K .......... .......... .......... .......... .......... 56% 288M 1s 98200K .......... .......... .......... .......... .......... 56% 276M 1s 98250K .......... .......... .......... .......... .......... 56% 267M 1s 98300K .......... .......... .......... .......... .......... 56% 298M 1s 98350K .......... .......... .......... .......... .......... 56% 264M 1s 98400K .......... .......... .......... .......... .......... 56% 278M 1s 98450K .......... .......... .......... .......... .......... 56% 271M 1s 98500K .......... .......... .......... .......... .......... 56% 270M 1s 98550K .......... .......... .......... .......... .......... 56% 283M 1s 98600K .......... .......... .......... .......... .......... 56% 313M 1s 98650K .......... .......... .......... .......... .......... 56% 293M 1s 98700K .......... .......... .......... .......... .......... 56% 242M 1s 98750K .......... .......... .......... .......... .......... 56% 294M 1s 98800K .......... .......... .......... .......... .......... 56% 286M 1s 98850K .......... .......... .......... .......... .......... 56% 261M 1s 98900K .......... .......... .......... .......... .......... 56% 287M 1s 98950K .......... .......... .......... .......... .......... 56% 267M 1s 99000K .......... .......... .......... .......... .......... 56% 204M 1s 99050K .......... .......... .......... .......... .......... 56% 229M 1s 99100K .......... .......... .......... .......... .......... 56% 244M 1s 99150K .......... .......... .......... .......... .......... 56% 262M 1s 99200K .......... .......... .......... .......... .......... 56% 235M 1s 99250K .......... .......... .......... .......... .......... 56% 236M 1s 99300K .......... .......... .......... .......... .......... 56% 293M 1s 99350K .......... .......... .......... .......... .......... 56% 282M 1s 99400K .......... .......... .......... .......... .......... 56% 236M 1s 99450K .......... .......... .......... .......... .......... 56% 307M 1s 99500K .......... .......... .......... .......... .......... 56% 293M 1s 99550K .......... .......... .......... .......... .......... 56% 244M 1s 99600K .......... .......... .......... .......... .......... 56% 292M 1s 99650K .......... .......... .......... .......... .......... 56% 296M 1s 99700K .......... .......... .......... .......... .......... 56% 288M 1s 99750K .......... .......... .......... .......... .......... 56% 239M 1s 99800K .......... .......... .......... .......... .......... 56% 259M 1s 99850K .......... .......... .......... .......... .......... 57% 302M 1s 99900K .......... .......... .......... .......... .......... 57% 237M 1s 99950K .......... .......... .......... .......... .......... 57% 279M 1s 100000K .......... .......... .......... .......... .......... 57% 284M 1s 100050K .......... .......... .......... .......... .......... 57% 295M 1s 100100K .......... .......... .......... .......... .......... 57% 237M 1s 100150K .......... .......... .......... .......... .......... 57% 291M 1s 100200K .......... .......... .......... .......... .......... 57% 282M 1s 100250K .......... .......... .......... .......... .......... 57% 229M 1s 100300K .......... .......... .......... .......... .......... 57% 272M 1s 100350K .......... .......... .......... .......... .......... 57% 252M 1s 100400K .......... .......... .......... .......... .......... 57% 281M 1s 100450K .......... .......... .......... .......... .......... 57% 261M 1s 100500K .......... .......... .......... .......... .......... 57% 282M 1s 100550K .......... .......... .......... .......... .......... 57% 219M 1s 100600K .......... .......... .......... .......... .......... 57% 270M 1s 100650K .......... .......... .......... .......... .......... 57% 302M 1s 100700K .......... .......... .......... .......... .......... 57% 240M 1s 100750K .......... .......... .......... .......... .......... 57% 17.2M 1s 100800K .......... .......... .......... .......... .......... 57% 123M 1s 100850K .......... .......... .......... .......... .......... 57% 62.1M 1s 100900K .......... .......... .......... .......... .......... 57% 77.3M 1s 100950K .......... .......... .......... .......... .......... 57% 98.4M 1s 101000K .......... .......... .......... .......... .......... 57% 74.7M 1s 101050K .......... .......... .......... .......... .......... 57% 58.4M 1s 101100K .......... .......... .......... .......... .......... 57% 73.2M 1s 101150K .......... .......... .......... .......... .......... 57% 63.9M 1s 101200K .......... .......... .......... .......... .......... 57% 67.1M 1s 101250K .......... .......... .......... .......... .......... 57% 124M 1s 101300K .......... .......... .......... .......... .......... 57% 60.7M 1s 101350K .......... .......... .......... .......... .......... 57% 67.4M 1s 101400K .......... .......... .......... .......... .......... 57% 65.6M 1s 101450K .......... .......... .......... .......... .......... 57% 61.3M 1s 101500K .......... .......... .......... .......... .......... 57% 134M 1s 101550K .......... .......... .......... .......... .......... 57% 56.4M 1s 101600K .......... .......... .......... .......... .......... 58% 81.5M 1s 101650K .......... .......... .......... .......... .......... 58% 89.6M 1s 101700K .......... .......... .......... .......... .......... 58% 70.0M 1s 101750K .......... .......... .......... .......... .......... 58% 59.8M 1s 101800K .......... .......... .......... .......... .......... 58% 67.7M 1s 101850K .......... .......... .......... .......... .......... 58% 56.1M 1s 101900K .......... .......... .......... .......... .......... 58% 118M 1s 101950K .......... .......... .......... .......... .......... 58% 77.9M 1s 102000K .......... .......... .......... .......... .......... 58% 51.2M 1s 102050K .......... .......... .......... .......... .......... 58% 81.9M 1s 102100K .......... .......... .......... .......... .......... 58% 54.9M 1s 102150K .......... .......... .......... .......... .......... 58% 84.4M 1s 102200K .......... .......... .......... .......... .......... 58% 73.7M 1s 102250K .......... .......... .......... .......... .......... 58% 54.3M 1s 102300K .......... .......... .......... .......... .......... 58% 86.2M 1s 102350K .......... .......... .......... .......... .......... 58% 76.9M 1s 102400K .......... .......... .......... .......... .......... 58% 73.5M 1s 102450K .......... .......... .......... .......... .......... 58% 61.7M 1s 102500K .......... .......... .......... .......... .......... 58% 72.0M 1s 102550K .......... .......... .......... .......... .......... 58% 74.2M 1s 102600K .......... .......... .......... .......... .......... 58% 60.8M 1s 102650K .......... .......... .......... .......... .......... 58% 80.4M 1s 102700K .......... .......... .......... .......... .......... 58% 64.2M 1s 102750K .......... .......... .......... .......... .......... 58% 54.0M 1s 102800K .......... .......... .......... .......... .......... 58% 89.6M 1s 102850K .......... .......... .......... .......... .......... 58% 115M 1s 102900K .......... .......... .......... .......... .......... 58% 50.5M 1s 102950K .......... .......... .......... .......... .......... 58% 73.6M 1s 103000K .......... .......... .......... .......... .......... 58% 73.7M 1s 103050K .......... .......... .......... .......... .......... 58% 87.2M 1s 103100K .......... .......... .......... .......... .......... 58% 71.8M 1s 103150K .......... .......... .......... .......... .......... 58% 74.5M 1s 103200K .......... .......... .......... .......... .......... 58% 66.8M 1s 103250K .......... .......... .......... .......... .......... 58% 68.9M 1s 103300K .......... .......... .......... .......... .......... 58% 102M 1s 103350K .......... .......... .......... .......... .......... 59% 71.7M 1s 103400K .......... .......... .......... .......... .......... 59% 115M 1s 103450K .......... .......... .......... .......... .......... 59% 80.7M 1s 103500K .......... .......... .......... .......... .......... 59% 98.2M 1s 103550K .......... .......... .......... .......... .......... 59% 55.4M 1s 103600K .......... .......... .......... .......... .......... 59% 51.3M 1s 103650K .......... .......... .......... .......... .......... 59% 94.7M 1s 103700K .......... .......... .......... .......... .......... 59% 64.5M 1s 103750K .......... .......... .......... .......... .......... 59% 61.6M 1s 103800K .......... .......... .......... .......... .......... 59% 73.5M 1s 103850K .......... .......... .......... .......... .......... 59% 86.2M 1s 103900K .......... .......... .......... .......... .......... 59% 72.9M 1s 103950K .......... .......... .......... .......... .......... 59% 80.3M 1s 104000K .......... .......... .......... .......... .......... 59% 87.4M 1s 104050K .......... .......... .......... .......... .......... 59% 74.2M 1s 104100K .......... .......... .......... .......... .......... 59% 81.4M 1s 104150K .......... .......... .......... .......... .......... 59% 95.5M 1s 104200K .......... .......... .......... .......... .......... 59% 75.4M 1s 104250K .......... .......... .......... .......... .......... 59% 104M 1s 104300K .......... .......... .......... .......... .......... 59% 64.9M 1s 104350K .......... .......... .......... .......... .......... 59% 135M 1s 104400K .......... .......... .......... .......... .......... 59% 14.6M 1s 104450K .......... .......... .......... .......... .......... 59% 156M 1s 104500K .......... .......... .......... .......... .......... 59% 109M 1s 104550K .......... .......... .......... .......... .......... 59% 82.7M 1s 104600K .......... .......... .......... .......... .......... 59% 99.8M 1s 104650K .......... .......... .......... .......... .......... 59% 102M 1s 104700K .......... .......... .......... .......... .......... 59% 80.1M 1s 104750K .......... .......... .......... .......... .......... 59% 22.4M 1s 104800K .......... .......... .......... .......... .......... 59% 92.3M 1s 104850K .......... .......... .......... .......... .......... 59% 106M 1s 104900K .......... .......... .......... .......... .......... 59% 108M 1s 104950K .......... .......... .......... .......... .......... 59% 80.8M 1s 105000K .......... .......... .......... .......... .......... 59% 17.0M 1s 105050K .......... .......... .......... .......... .......... 59% 86.6M 1s 105100K .......... .......... .......... .......... .......... 60% 107M 1s 105150K .......... .......... .......... .......... .......... 60% 147M 1s 105200K .......... .......... .......... .......... .......... 60% 95.5M 1s 105250K .......... .......... .......... .......... .......... 60% 30.5M 1s 105300K .......... .......... .......... .......... .......... 60% 147M 1s 105350K .......... .......... .......... .......... .......... 60% 129M 1s 105400K .......... .......... .......... .......... .......... 60% 86.4M 1s 105450K .......... .......... .......... .......... .......... 60% 98.9M 1s 105500K .......... .......... .......... .......... .......... 60% 43.0M 1s 105550K .......... .......... .......... .......... .......... 60% 91.2M 1s 105600K .......... .......... .......... .......... .......... 60% 122M 1s 105650K .......... .......... .......... .......... .......... 60% 108M 1s 105700K .......... .......... .......... .......... .......... 60% 114M 1s 105750K .......... .......... .......... .......... .......... 60% 16.7M 1s 105800K .......... .......... .......... .......... .......... 60% 106M 1s 105850K .......... .......... .......... .......... .......... 60% 132M 1s 105900K .......... .......... .......... .......... .......... 60% 107M 1s 105950K .......... .......... .......... .......... .......... 60% 80.8M 1s 106000K .......... .......... .......... .......... .......... 60% 27.1M 1s 106050K .......... .......... .......... .......... .......... 60% 107M 1s 106100K .......... .......... .......... .......... .......... 60% 94.2M 1s 106150K .......... .......... .......... .......... .......... 60% 113M 1s 106200K .......... .......... .......... .......... .......... 60% 88.0M 1s 106250K .......... .......... .......... .......... .......... 60% 22.1M 1s 106300K .......... .......... .......... .......... .......... 60% 106M 1s 106350K .......... .......... .......... .......... .......... 60% 93.3M 1s 106400K .......... .......... .......... .......... .......... 60% 113M 1s 106450K .......... .......... .......... .......... .......... 60% 11.0M 1s 106500K .......... .......... .......... .......... .......... 60% 132M 1s 106550K .......... .......... .......... .......... .......... 60% 42.8M 1s 106600K .......... .......... .......... .......... .......... 60% 101M 1s 106650K .......... .......... .......... .......... .......... 60% 128M 1s 106700K .......... .......... .......... .......... .......... 60% 91.5M 1s 106750K .......... .......... .......... .......... .......... 60% 110M 1s 106800K .......... .......... .......... .......... .......... 60% 25.7M 1s 106850K .......... .......... .......... .......... .......... 61% 123M 1s 106900K .......... .......... .......... .......... .......... 61% 111M 1s 106950K .......... .......... .......... .......... .......... 61% 112M 1s 107000K .......... .......... .......... .......... .......... 61% 89.3M 1s 107050K .......... .......... .......... .......... .......... 61% 19.6M 1s 107100K .......... .......... .......... .......... .......... 61% 87.6M 1s 107150K .......... .......... .......... .......... .......... 61% 107M 1s 107200K .......... .......... .......... .......... .......... 61% 121M 1s 107250K .......... .......... .......... .......... .......... 61% 82.6M 1s 107300K .......... .......... .......... .......... .......... 61% 13.8M 1s 107350K .......... .......... .......... .......... .......... 61% 107M 1s 107400K .......... .......... .......... .......... .......... 61% 80.3M 1s 107450K .......... .......... .......... .......... .......... 61% 112M 1s 107500K .......... .......... .......... .......... .......... 61% 127M 1s 107550K .......... .......... .......... .......... .......... 61% 18.1M 1s 107600K .......... .......... .......... .......... .......... 61% 101M 1s 107650K .......... .......... .......... .......... .......... 61% 110M 1s 107700K .......... .......... .......... .......... .......... 61% 98.5M 1s 107750K .......... .......... .......... .......... .......... 61% 105M 1s 107800K .......... .......... .......... .......... .......... 61% 32.4M 1s 107850K .......... .......... .......... .......... .......... 61% 113M 1s 107900K .......... .......... .......... .......... .......... 61% 131M 1s 107950K .......... .......... .......... .......... .......... 61% 90.1M 1s 108000K .......... .......... .......... .......... .......... 61% 103M 1s 108050K .......... .......... .......... .......... .......... 61% 17.7M 1s 108100K .......... .......... .......... .......... .......... 61% 84.7M 1s 108150K .......... .......... .......... .......... .......... 61% 140M 1s 108200K .......... .......... .......... .......... .......... 61% 105M 1s 108250K .......... .......... .......... .......... .......... 61% 89.8M 1s 108300K .......... .......... .......... .......... .......... 61% 38.3M 1s 108350K .......... .......... .......... .......... .......... 61% 131M 1s 108400K .......... .......... .......... .......... .......... 61% 115M 1s 108450K .......... .......... .......... .......... .......... 61% 119M 1s 108500K .......... .......... .......... .......... .......... 61% 90.4M 1s 108550K .......... .......... .......... .......... .......... 61% 107M 1s 108600K .......... .......... .......... .......... .......... 61% 46.7M 1s 108650K .......... .......... .......... .......... .......... 62% 112M 1s 108700K .......... .......... .......... .......... .......... 62% 120M 1s 108750K .......... .......... .......... .......... .......... 62% 77.8M 1s 108800K .......... .......... .......... .......... .......... 62% 128M 1s 108850K .......... .......... .......... .......... .......... 62% 47.2M 1s 108900K .......... .......... .......... .......... .......... 62% 94.2M 1s 108950K .......... .......... .......... .......... .......... 62% 107M 1s 109000K .......... .......... .......... .......... .......... 62% 109M 1s 109050K .......... .......... .......... .......... .......... 62% 87.5M 1s 109100K .......... .......... .......... .......... .......... 62% 114M 1s 109150K .......... .......... .......... .......... .......... 62% 91.4M 1s 109200K .......... .......... .......... .......... .......... 62% 72.1M 1s 109250K .......... .......... .......... .......... .......... 62% 100M 1s 109300K .......... .......... .......... .......... .......... 62% 74.9M 1s 109350K .......... .......... .......... .......... .......... 62% 28.4M 1s 109400K .......... .......... .......... .......... .......... 62% 56.7M 1s 109450K .......... .......... .......... .......... .......... 62% 91.7M 1s 109500K .......... .......... .......... .......... .......... 62% 90.3M 1s 109550K .......... .......... .......... .......... .......... 62% 112M 1s 109600K .......... .......... .......... .......... .......... 62% 81.0M 1s 109650K .......... .......... .......... .......... .......... 62% 114M 1s 109700K .......... .......... .......... .......... .......... 62% 114M 1s 109750K .......... .......... .......... .......... .......... 62% 68.8M 1s 109800K .......... .......... .......... .......... .......... 62% 98.8M 1s 109850K .......... .......... .......... .......... .......... 62% 76.2M 1s 109900K .......... .......... .......... .......... .......... 62% 134M 1s 109950K .......... .......... .......... .......... .......... 62% 73.4M 1s 110000K .......... .......... .......... .......... .......... 62% 99.4M 1s 110050K .......... .......... .......... .......... .......... 62% 100M 1s 110100K .......... .......... .......... .......... .......... 62% 94.7M 1s 110150K .......... .......... .......... .......... .......... 62% 116M 1s 110200K .......... .......... .......... .......... .......... 62% 142M 1s 110250K .......... .......... .......... .......... .......... 62% 112M 1s 110300K .......... .......... .......... .......... .......... 62% 86.6M 1s 110350K .......... .......... .......... .......... .......... 62% 123M 1s 110400K .......... .......... .......... .......... .......... 63% 122M 1s 110450K .......... .......... .......... .......... .......... 63% 94.0M 1s 110500K .......... .......... .......... .......... .......... 63% 143M 1s 110550K .......... .......... .......... .......... .......... 63% 110M 1s 110600K .......... .......... .......... .......... .......... 63% 106M 1s 110650K .......... .......... .......... .......... .......... 63% 98.0M 1s 110700K .......... .......... .......... .......... .......... 63% 135M 1s 110750K .......... .......... .......... .......... .......... 63% 91.2M 1s 110800K .......... .......... .......... .......... .......... 63% 123M 1s 110850K .......... .......... .......... .......... .......... 63% 134M 1s 110900K .......... .......... .......... .......... .......... 63% 85.5M 1s 110950K .......... .......... .......... .......... .......... 63% 136M 1s 111000K .......... .......... .......... .......... .......... 63% 119M 1s 111050K .......... .......... .......... .......... .......... 63% 56.2M 1s 111100K .......... .......... .......... .......... .......... 63% 61.5M 1s 111150K .......... .......... .......... .......... .......... 63% 79.9M 1s 111200K .......... .......... .......... .......... .......... 63% 61.0M 1s 111250K .......... .......... .......... .......... .......... 63% 63.2M 1s 111300K .......... .......... .......... .......... .......... 63% 81.3M 1s 111350K .......... .......... .......... .......... .......... 63% 105M 1s 111400K .......... .......... .......... .......... .......... 63% 102M 1s 111450K .......... .......... .......... .......... .......... 63% 72.6M 1s 111500K .......... .......... .......... .......... .......... 63% 80.4M 1s 111550K .......... .......... .......... .......... .......... 63% 143M 1s 111600K .......... .......... .......... .......... .......... 63% 73.3M 1s 111650K .......... .......... .......... .......... .......... 63% 110M 1s 111700K .......... .......... .......... .......... .......... 63% 94.9M 1s 111750K .......... .......... .......... .......... .......... 63% 109M 1s 111800K .......... .......... .......... .......... .......... 63% 97.2M 1s 111850K .......... .......... .......... .......... .......... 63% 110M 1s 111900K .......... .......... .......... .......... .......... 63% 84.7M 1s 111950K .......... .......... .......... .......... .......... 63% 117M 1s 112000K .......... .......... .......... .......... .......... 63% 112M 1s 112050K .......... .......... .......... .......... .......... 63% 90.5M 1s 112100K .......... .......... .......... .......... .......... 63% 135M 1s 112150K .......... .......... .......... .......... .......... 64% 78.4M 1s 112200K .......... .......... .......... .......... .......... 64% 102M 1s 112250K .......... .......... .......... .......... .......... 64% 113M 1s 112300K .......... .......... .......... .......... .......... 64% 97.2M 1s 112350K .......... .......... .......... .......... .......... 64% 133M 1s 112400K .......... .......... .......... .......... .......... 64% 114M 1s 112450K .......... .......... .......... .......... .......... 64% 10.5M 1s 112500K .......... .......... .......... .......... .......... 64% 143M 1s 112550K .......... .......... .......... .......... .......... 64% 124M 1s 112600K .......... .......... .......... .......... .......... 64% 106M 1s 112650K .......... .......... .......... .......... .......... 64% 98.0M 1s 112700K .......... .......... .......... .......... .......... 64% 123M 1s 112750K .......... .......... .......... .......... .......... 64% 119M 1s 112800K .......... .......... .......... .......... .......... 64% 77.8M 1s 112850K .......... .......... .......... .......... .......... 64% 113M 1s 112900K .......... .......... .......... .......... .......... 64% 116M 1s 112950K .......... .......... .......... .......... .......... 64% 101M 1s 113000K .......... .......... .......... .......... .......... 64% 122M 1s 113050K .......... .......... .......... .......... .......... 64% 122M 1s 113100K .......... .......... .......... .......... .......... 64% 92.9M 1s 113150K .......... .......... .......... .......... .......... 64% 121M 1s 113200K .......... .......... .......... .......... .......... 64% 29.6M 1s 113250K .......... .......... .......... .......... .......... 64% 86.5M 1s 113300K .......... .......... .......... .......... .......... 64% 124M 1s 113350K .......... .......... .......... .......... .......... 64% 120M 1s 113400K .......... .......... .......... .......... .......... 64% 77.9M 1s 113450K .......... .......... .......... .......... .......... 64% 22.3M 1s 113500K .......... .......... .......... .......... .......... 64% 77.4M 1s 113550K .......... .......... .......... .......... .......... 64% 99.4M 1s 113600K .......... .......... .......... .......... .......... 64% 89.5M 1s 113650K .......... .......... .......... .......... .......... 64% 91.3M 1s 113700K .......... .......... .......... .......... .......... 64% 16.1M 1s 113750K .......... .......... .......... .......... .......... 64% 113M 1s 113800K .......... .......... .......... .......... .......... 64% 81.1M 1s 113850K .......... .......... .......... .......... .......... 64% 125M 1s 113900K .......... .......... .......... .......... .......... 65% 103M 1s 113950K .......... .......... .......... .......... .......... 65% 17.6M 1s 114000K .......... .......... .......... .......... .......... 65% 96.5M 1s 114050K .......... .......... .......... .......... .......... 65% 100M 1s 114100K .......... .......... .......... .......... .......... 65% 91.3M 1s 114150K .......... .......... .......... .......... .......... 65% 110M 1s 114200K .......... .......... .......... .......... .......... 65% 28.0M 1s 114250K .......... .......... .......... .......... .......... 65% 120M 1s 114300K .......... .......... .......... .......... .......... 65% 132M 1s 114350K .......... .......... .......... .......... .......... 65% 94.6M 1s 114400K .......... .......... .......... .......... .......... 65% 120M 1s 114450K .......... .......... .......... .......... .......... 65% 12.9M 1s 114500K .......... .......... .......... .......... .......... 65% 106M 1s 114550K .......... .......... .......... .......... .......... 65% 136M 1s 114600K .......... .......... .......... .......... .......... 65% 116M 1s 114650K .......... .......... .......... .......... .......... 65% 99.1M 1s 114700K .......... .......... .......... .......... .......... 65% 103M 1s 114750K .......... .......... .......... .......... .......... 65% 86.3M 1s 114800K .......... .......... .......... .......... .......... 65% 127M 1s 114850K .......... .......... .......... .......... .......... 65% 89.9M 1s 114900K .......... .......... .......... .......... .......... 65% 118M 1s 114950K .......... .......... .......... .......... .......... 65% 109M 1s 115000K .......... .......... .......... .......... .......... 65% 91.6M 1s 115050K .......... .......... .......... .......... .......... 65% 137M 1s 115100K .......... .......... .......... .......... .......... 65% 73.8M 1s 115150K .......... .......... .......... .......... .......... 65% 124M 1s 115200K .......... .......... .......... .......... .......... 65% 125M 1s 115250K .......... .......... .......... .......... .......... 65% 26.2M 1s 115300K .......... .......... .......... .......... .......... 65% 115M 1s 115350K .......... .......... .......... .......... .......... 65% 109M 1s 115400K .......... .......... .......... .......... .......... 65% 132M 1s 115450K .......... .......... .......... .......... .......... 65% 69.2M 1s 115500K .......... .......... .......... .......... .......... 65% 33.7M 1s 115550K .......... .......... .......... .......... .......... 65% 94.3M 1s 115600K .......... .......... .......... .......... .......... 65% 125M 1s 115650K .......... .......... .......... .......... .......... 66% 98.0M 1s 115700K .......... .......... .......... .......... .......... 66% 94.5M 1s 115750K .......... .......... .......... .......... .......... 66% 40.7M 1s 115800K .......... .......... .......... .......... .......... 66% 80.1M 1s 115850K .......... .......... .......... .......... .......... 66% 127M 1s 115900K .......... .......... .......... .......... .......... 66% 114M 1s 115950K .......... .......... .......... .......... .......... 66% 85.7M 1s 116000K .......... .......... .......... .......... .......... 66% 119M 1s 116050K .......... .......... .......... .......... .......... 66% 119M 1s 116100K .......... .......... .......... .......... .......... 66% 94.9M 1s 116150K .......... .......... .......... .......... .......... 66% 66.8M 1s 116200K .......... .......... .......... .......... .......... 66% 110M 1s 116250K .......... .......... .......... .......... .......... 66% 98.4M 1s 116300K .......... .......... .......... .......... .......... 66% 111M 1s 116350K .......... .......... .......... .......... .......... 66% 100M 1s 116400K .......... .......... .......... .......... .......... 66% 78.0M 1s 116450K .......... .......... .......... .......... .......... 66% 92.7M 1s 116500K .......... .......... .......... .......... .......... 66% 96.9M 1s 116550K .......... .......... .......... .......... .......... 66% 106M 1s 116600K .......... .......... .......... .......... .......... 66% 136M 1s 116650K .......... .......... .......... .......... .......... 66% 98.4M 1s 116700K .......... .......... .......... .......... .......... 66% 133M 1s 116750K .......... .......... .......... .......... .......... 66% 89.8M 1s 116800K .......... .......... .......... .......... .......... 66% 128M 1s 116850K .......... .......... .......... .......... .......... 66% 117M 1s 116900K .......... .......... .......... .......... .......... 66% 73.0M 1s 116950K .......... .......... .......... .......... .......... 66% 144M 1s 117000K .......... .......... .......... .......... .......... 66% 169M 1s 117050K .......... .......... .......... .......... .......... 66% 98.4M 1s 117100K .......... .......... .......... .......... .......... 66% 115M 1s 117150K .......... .......... .......... .......... .......... 66% 99.5M 1s 117200K .......... .......... .......... .......... .......... 66% 119M 1s 117250K .......... .......... .......... .......... .......... 66% 107M 1s 117300K .......... .......... .......... .......... .......... 66% 27.7M 1s 117350K .......... .......... .......... .......... .......... 66% 95.7M 1s 117400K .......... .......... .......... .......... .......... 67% 79.6M 1s 117450K .......... .......... .......... .......... .......... 67% 73.6M 1s 117500K .......... .......... .......... .......... .......... 67% 98.2M 1s 117550K .......... .......... .......... .......... .......... 67% 58.4M 1s 117600K .......... .......... .......... .......... .......... 67% 63.9M 1s 117650K .......... .......... .......... .......... .......... 67% 77.1M 1s 117700K .......... .......... .......... .......... .......... 67% 126M 1s 117750K .......... .......... .......... .......... .......... 67% 93.3M 1s 117800K .......... .......... .......... .......... .......... 67% 28.2M 1s 117850K .......... .......... .......... .......... .......... 67% 104M 1s 117900K .......... .......... .......... .......... .......... 67% 117M 1s 117950K .......... .......... .......... .......... .......... 67% 108M 1s 118000K .......... .......... .......... .......... .......... 67% 102M 1s 118050K .......... .......... .......... .......... .......... 67% 47.6M 1s 118100K .......... .......... .......... .......... .......... 67% 104M 1s 118150K .......... .......... .......... .......... .......... 67% 94.9M 1s 118200K .......... .......... .......... .......... .......... 67% 104M 1s 118250K .......... .......... .......... .......... .......... 67% 133M 1s 118300K .......... .......... .......... .......... .......... 67% 68.4M 1s 118350K .......... .......... .......... .......... .......... 67% 98.6M 1s 118400K .......... .......... .......... .......... .......... 67% 144M 1s 118450K .......... .......... .......... .......... .......... 67% 96.6M 1s 118500K .......... .......... .......... .......... .......... 67% 96.6M 1s 118550K .......... .......... .......... .......... .......... 67% 57.9M 1s 118600K .......... .......... .......... .......... .......... 67% 117M 1s 118650K .......... .......... .......... .......... .......... 67% 116M 1s 118700K .......... .......... .......... .......... .......... 67% 93.6M 1s 118750K .......... .......... .......... .......... .......... 67% 151M 1s 118800K .......... .......... .......... .......... .......... 67% 48.6M 1s 118850K .......... .......... .......... .......... .......... 67% 151M 1s 118900K .......... .......... .......... .......... .......... 67% 107M 1s 118950K .......... .......... .......... .......... .......... 67% 110M 1s 119000K .......... .......... .......... .......... .......... 67% 111M 1s 119050K .......... .......... .......... .......... .......... 67% 121M 1s 119100K .......... .......... .......... .......... .......... 67% 89.9M 1s 119150K .......... .......... .......... .......... .......... 68% 119M 1s 119200K .......... .......... .......... .......... .......... 68% 98.9M 1s 119250K .......... .......... .......... .......... .......... 68% 112M 1s 119300K .......... .......... .......... .......... .......... 68% 118M 1s 119350K .......... .......... .......... .......... .......... 68% 98.4M 1s 119400K .......... .......... .......... .......... .......... 68% 123M 1s 119450K .......... .......... .......... .......... .......... 68% 93.1M 1s 119500K .......... .......... .......... .......... .......... 68% 128M 1s 119550K .......... .......... .......... .......... .......... 68% 129M 1s 119600K .......... .......... .......... .......... .......... 68% 49.9M 1s 119650K .......... .......... .......... .......... .......... 68% 117M 1s 119700K .......... .......... .......... .......... .......... 68% 122M 1s 119750K .......... .......... .......... .......... .......... 68% 104M 1s 119800K .......... .......... .......... .......... .......... 68% 89.3M 1s 119850K .......... .......... .......... .......... .......... 68% 102M 1s 119900K .......... .......... .......... .......... .......... 68% 87.4M 1s 119950K .......... .......... .......... .......... .......... 68% 144M 1s 120000K .......... .......... .......... .......... .......... 68% 123M 1s 120050K .......... .......... .......... .......... .......... 68% 91.2M 1s 120100K .......... .......... .......... .......... .......... 68% 32.8M 1s 120150K .......... .......... .......... .......... .......... 68% 86.2M 1s 120200K .......... .......... .......... .......... .......... 68% 115M 1s 120250K .......... .......... .......... .......... .......... 68% 148M 1s 120300K .......... .......... .......... .......... .......... 68% 87.7M 1s 120350K .......... .......... .......... .......... .......... 68% 46.5M 1s 120400K .......... .......... .......... .......... .......... 68% 161M 1s 120450K .......... .......... .......... .......... .......... 68% 106M 1s 120500K .......... .......... .......... .......... .......... 68% 96.3M 1s 120550K .......... .......... .......... .......... .......... 68% 113M 1s 120600K .......... .......... .......... .......... .......... 68% 93.9M 1s 120650K .......... .......... .......... .......... .......... 68% 106M 1s 120700K .......... .......... .......... .......... .......... 68% 102M 1s 120750K .......... .......... .......... .......... .......... 68% 100M 1s 120800K .......... .......... .......... .......... .......... 68% 116M 1s 120850K .......... .......... .......... .......... .......... 68% 115M 1s 120900K .......... .......... .......... .......... .......... 69% 119M 1s 120950K .......... .......... .......... .......... .......... 69% 88.5M 1s 121000K .......... .......... .......... .......... .......... 69% 134M 1s 121050K .......... .......... .......... .......... .......... 69% 112M 1s 121100K .......... .......... .......... .......... .......... 69% 48.8M 1s 121150K .......... .......... .......... .......... .......... 69% 135M 1s 121200K .......... .......... .......... .......... .......... 69% 120M 1s 121250K .......... .......... .......... .......... .......... 69% 96.1M 1s 121300K .......... .......... .......... .......... .......... 69% 99.4M 1s 121350K .......... .......... .......... .......... .......... 69% 130M 1s 121400K .......... .......... .......... .......... .......... 69% 58.5M 1s 121450K .......... .......... .......... .......... .......... 69% 120M 1s 121500K .......... .......... .......... .......... .......... 69% 93.8M 1s 121550K .......... .......... .......... .......... .......... 69% 110M 1s 121600K .......... .......... .......... .......... .......... 69% 141M 1s 121650K .......... .......... .......... .......... .......... 69% 49.1M 1s 121700K .......... .......... .......... .......... .......... 69% 104M 1s 121750K .......... .......... .......... .......... .......... 69% 140M 1s 121800K .......... .......... .......... .......... .......... 69% 115M 1s 121850K .......... .......... .......... .......... .......... 69% 120M 1s 121900K .......... .......... .......... .......... .......... 69% 45.6M 1s 121950K .......... .......... .......... .......... .......... 69% 93.0M 1s 122000K .......... .......... .......... .......... .......... 69% 117M 1s 122050K .......... .......... .......... .......... .......... 69% 108M 1s 122100K .......... .......... .......... .......... .......... 69% 110M 1s 122150K .......... .......... .......... .......... .......... 69% 38.3M 1s 122200K .......... .......... .......... .......... .......... 69% 97.2M 1s 122250K .......... .......... .......... .......... .......... 69% 132M 1s 122300K .......... .......... .......... .......... .......... 69% 93.8M 1s 122350K .......... .......... .......... .......... .......... 69% 98.9M 1s 122400K .......... .......... .......... .......... .......... 69% 68.3M 1s 122450K .......... .......... .......... .......... .......... 69% 182M 1s 122500K .......... .......... .......... .......... .......... 69% 80.1M 1s 122550K .......... .......... .......... .......... .......... 69% 134M 1s 122600K .......... .......... .......... .......... .......... 69% 104M 1s 122650K .......... .......... .......... .......... .......... 70% 114M 1s 122700K .......... .......... .......... .......... .......... 70% 96.5M 1s 122750K .......... .......... .......... .......... .......... 70% 125M 1s 122800K .......... .......... .......... .......... .......... 70% 99.7M 1s 122850K .......... .......... .......... .......... .......... 70% 63.5M 1s 122900K .......... .......... .......... .......... .......... 70% 95.1M 1s 122950K .......... .......... .......... .......... .......... 70% 110M 1s 123000K .......... .......... .......... .......... .......... 70% 109M 1s 123050K .......... .......... .......... .......... .......... 70% 116M 1s 123100K .......... .......... .......... .......... .......... 70% 94.2M 1s 123150K .......... .......... .......... .......... .......... 70% 102M 1s 123200K .......... .......... .......... .......... .......... 70% 169M 1s 123250K .......... .......... .......... .......... .......... 70% 104M 1s 123300K .......... .......... .......... .......... .......... 70% 85.9M 1s 123350K .......... .......... .......... .......... .......... 70% 141M 1s 123400K .......... .......... .......... .......... .......... 70% 116M 1s 123450K .......... .......... .......... .......... .......... 70% 96.9M 1s 123500K .......... .......... .......... .......... .......... 70% 112M 1s 123550K .......... .......... .......... .......... .......... 70% 104M 1s 123600K .......... .......... .......... .......... .......... 70% 99.6M 1s 123650K .......... .......... .......... .......... .......... 70% 137M 1s 123700K .......... .......... .......... .......... .......... 70% 50.7M 1s 123750K .......... .......... .......... .......... .......... 70% 208M 1s 123800K .......... .......... .......... .......... .......... 70% 98.1M 1s 123850K .......... .......... .......... .......... .......... 70% 112M 1s 123900K .......... .......... .......... .......... .......... 70% 129M 1s 123950K .......... .......... .......... .......... .......... 70% 44.2M 1s 124000K .......... .......... .......... .......... .......... 70% 87.2M 1s 124050K .......... .......... .......... .......... .......... 70% 123M 1s 124100K .......... .......... .......... .......... .......... 70% 113M 1s 124150K .......... .......... .......... .......... .......... 70% 93.8M 1s 124200K .......... .......... .......... .......... .......... 70% 42.9M 1s 124250K .......... .......... .......... .......... .......... 70% 148M 1s 124300K .......... .......... .......... .......... .......... 70% 116M 1s 124350K .......... .......... .......... .......... .......... 70% 117M 1s 124400K .......... .......... .......... .......... .......... 71% 101M 1s 124450K .......... .......... .......... .......... .......... 71% 21.5M 1s 124500K .......... .......... .......... .......... .......... 71% 114M 1s 124550K .......... .......... .......... .......... .......... 71% 106M 1s 124600K .......... .......... .......... .......... .......... 71% 146M 1s 124650K .......... .......... .......... .......... .......... 71% 98.2M 1s 124700K .......... .......... .......... .......... .......... 71% 31.3M 1s 124750K .......... .......... .......... .......... .......... 71% 107M 1s 124800K .......... .......... .......... .......... .......... 71% 105M 1s 124850K .......... .......... .......... .......... .......... 71% 116M 1s 124900K .......... .......... .......... .......... .......... 71% 65.6M 1s 124950K .......... .......... .......... .......... .......... 71% 75.9M 1s 125000K .......... .......... .......... .......... .......... 71% 121M 1s 125050K .......... .......... .......... .......... .......... 71% 131M 1s 125100K .......... .......... .......... .......... .......... 71% 119M 1s 125150K .......... .......... .......... .......... .......... 71% 101M 1s 125200K .......... .......... .......... .......... .......... 71% 125M 1s 125250K .......... .......... .......... .......... .......... 71% 122M 1s 125300K .......... .......... .......... .......... .......... 71% 87.4M 1s 125350K .......... .......... .......... .......... .......... 71% 117M 1s 125400K .......... .......... .......... .......... .......... 71% 139M 1s 125450K .......... .......... .......... .......... .......... 71% 90.6M 1s 125500K .......... .......... .......... .......... .......... 71% 124M 1s 125550K .......... .......... .......... .......... .......... 71% 114M 1s 125600K .......... .......... .......... .......... .......... 71% 95.6M 1s 125650K .......... .......... .......... .......... .......... 71% 112M 1s 125700K .......... .......... .......... .......... .......... 71% 116M 1s 125750K .......... .......... .......... .......... .......... 71% 104M 1s 125800K .......... .......... .......... .......... .......... 71% 128M 1s 125850K .......... .......... .......... .......... .......... 71% 94.6M 1s 125900K .......... .......... .......... .......... .......... 71% 120M 1s 125950K .......... .......... .......... .......... .......... 71% 120M 1s 126000K .......... .......... .......... .......... .......... 71% 93.6M 1s 126050K .......... .......... .......... .......... .......... 71% 123M 1s 126100K .......... .......... .......... .......... .......... 71% 105M 1s 126150K .......... .......... .......... .......... .......... 72% 92.5M 1s 126200K .......... .......... .......... .......... .......... 72% 132M 1s 126250K .......... .......... .......... .......... .......... 72% 102M 1s 126300K .......... .......... .......... .......... .......... 72% 83.5M 1s 126350K .......... .......... .......... .......... .......... 72% 91.2M 1s 126400K .......... .......... .......... .......... .......... 72% 223M 1s 126450K .......... .......... .......... .......... .......... 72% 105M 1s 126500K .......... .......... .......... .......... .......... 72% 40.9M 1s 126550K .......... .......... .......... .......... .......... 72% 126M 1s 126600K .......... .......... .......... .......... .......... 72% 98.7M 1s 126650K .......... .......... .......... .......... .......... 72% 167M 1s 126700K .......... .......... .......... .......... .......... 72% 80.1M 1s 126750K .......... .......... .......... .......... .......... 72% 50.0M 1s 126800K .......... .......... .......... .......... .......... 72% 122M 1s 126850K .......... .......... .......... .......... .......... 72% 81.2M 1s 126900K .......... .......... .......... .......... .......... 72% 118M 1s 126950K .......... .......... .......... .......... .......... 72% 64.8M 1s 127000K .......... .......... .......... .......... .......... 72% 119M 1s 127050K .......... .......... .......... .......... .......... 72% 118M 1s 127100K .......... .......... .......... .......... .......... 72% 106M 1s 127150K .......... .......... .......... .......... .......... 72% 114M 1s 127200K .......... .......... .......... .......... .......... 72% 100M 1s 127250K .......... .......... .......... .......... .......... 72% 96.9M 1s 127300K .......... .......... .......... .......... .......... 72% 127M 1s 127350K .......... .......... .......... .......... .......... 72% 90.9M 1s 127400K .......... .......... .......... .......... .......... 72% 128M 1s 127450K .......... .......... .......... .......... .......... 72% 126M 1s 127500K .......... .......... .......... .......... .......... 72% 90.9M 1s 127550K .......... .......... .......... .......... .......... 72% 130M 1s 127600K .......... .......... .......... .......... .......... 72% 66.0M 1s 127650K .......... .......... .......... .......... .......... 72% 242M 1s 127700K .......... .......... .......... .......... .......... 72% 143M 1s 127750K .......... .......... .......... .......... .......... 72% 98.5M 1s 127800K .......... .......... .......... .......... .......... 72% 95.0M 1s 127850K .......... .......... .......... .......... .......... 72% 126M 1s 127900K .......... .......... .......... .......... .......... 73% 94.5M 1s 127950K .......... .......... .......... .......... .......... 73% 127M 1s 128000K .......... .......... .......... .......... .......... 73% 60.0M 1s 128050K .......... .......... .......... .......... .......... 73% 192M 1s 128100K .......... .......... .......... .......... .......... 73% 188M 1s 128150K .......... .......... .......... .......... .......... 73% 134M 1s 128200K .......... .......... .......... .......... .......... 73% 77.2M 1s 128250K .......... .......... .......... .......... .......... 73% 175M 1s 128300K .......... .......... .......... .......... .......... 73% 98.4M 1s 128350K .......... .......... .......... .......... .......... 73% 121M 1s 128400K .......... .......... .......... .......... .......... 73% 93.4M 1s 128450K .......... .......... .......... .......... .......... 73% 117M 1s 128500K .......... .......... .......... .......... .......... 73% 98.9M 1s 128550K .......... .......... .......... .......... .......... 73% 119M 1s 128600K .......... .......... .......... .......... .......... 73% 103M 1s 128650K .......... .......... .......... .......... .......... 73% 130M 1s 128700K .......... .......... .......... .......... .......... 73% 95.4M 1s 128750K .......... .......... .......... .......... .......... 73% 88.8M 1s 128800K .......... .......... .......... .......... .......... 73% 198M 1s 128850K .......... .......... .......... .......... .......... 73% 77.9M 1s 128900K .......... .......... .......... .......... .......... 73% 126M 1s 128950K .......... .......... .......... .......... .......... 73% 119M 1s 129000K .......... .......... .......... .......... .......... 73% 126M 1s 129050K .......... .......... .......... .......... .......... 73% 94.4M 1s 129100K .......... .......... .......... .......... .......... 73% 118M 1s 129150K .......... .......... .......... .......... .......... 73% 101M 1s 129200K .......... .......... .......... .......... .......... 73% 119M 1s 129250K .......... .......... .......... .......... .......... 73% 102M 1s 129300K .......... .......... .......... .......... .......... 73% 120M 1s 129350K .......... .......... .......... .......... .......... 73% 100M 1s 129400K .......... .......... .......... .......... .......... 73% 125M 1s 129450K .......... .......... .......... .......... .......... 73% 89.5M 1s 129500K .......... .......... .......... .......... .......... 73% 94.2M 1s 129550K .......... .......... .......... .......... .......... 73% 134M 1s 129600K .......... .......... .......... .......... .......... 73% 118M 1s 129650K .......... .......... .......... .......... .......... 74% 101M 1s 129700K .......... .......... .......... .......... .......... 74% 117M 1s 129750K .......... .......... .......... .......... .......... 74% 95.8M 1s 129800K .......... .......... .......... .......... .......... 74% 114M 1s 129850K .......... .......... .......... .......... .......... 74% 102M 1s 129900K .......... .......... .......... .......... .......... 74% 137M 1s 129950K .......... .......... .......... .......... .......... 74% 94.7M 1s 130000K .......... .......... .......... .......... .......... 74% 119M 1s 130050K .......... .......... .......... .......... .......... 74% 117M 1s 130100K .......... .......... .......... .......... .......... 74% 105M 1s 130150K .......... .......... .......... .......... .......... 74% 120M 1s 130200K .......... .......... .......... .......... .......... 74% 97.8M 1s 130250K .......... .......... .......... .......... .......... 74% 94.5M 1s 130300K .......... .......... .......... .......... .......... 74% 176M 1s 130350K .......... .......... .......... .......... .......... 74% 76.8M 1s 130400K .......... .......... .......... .......... .......... 74% 109M 1s 130450K .......... .......... .......... .......... .......... 74% 102M 1s 130500K .......... .......... .......... .......... .......... 74% 176M 1s 130550K .......... .......... .......... .......... .......... 74% 100M 1s 130600K .......... .......... .......... .......... .......... 74% 133M 1s 130650K .......... .......... .......... .......... .......... 74% 97.9M 1s 130700K .......... .......... .......... .......... .......... 74% 111M 1s 130750K .......... .......... .......... .......... .......... 74% 109M 1s 130800K .......... .......... .......... .......... .......... 74% 99.9M 1s 130850K .......... .......... .......... .......... .......... 74% 131M 1s 130900K .......... .......... .......... .......... .......... 74% 90.7M 1s 130950K .......... .......... .......... .......... .......... 74% 113M 1s 131000K .......... .......... .......... .......... .......... 74% 138M 1s 131050K .......... .......... .......... .......... .......... 74% 89.1M 1s 131100K .......... .......... .......... .......... .......... 74% 114M 1s 131150K .......... .......... .......... .......... .......... 74% 88.4M 1s 131200K .......... .......... .......... .......... .......... 74% 143M 1s 131250K .......... .......... .......... .......... .......... 74% 125M 1s 131300K .......... .......... .......... .......... .......... 74% 86.4M 1s 131350K .......... .......... .......... .......... .......... 74% 48.5M 1s 131400K .......... .......... .......... .......... .......... 75% 128M 1s 131450K .......... .......... .......... .......... .......... 75% 89.1M 1s 131500K .......... .......... .......... .......... .......... 75% 121M 1s 131550K .......... .......... .......... .......... .......... 75% 107M 1s 131600K .......... .......... .......... .......... .......... 75% 99.9M 1s 131650K .......... .......... .......... .......... .......... 75% 106M 1s 131700K .......... .......... .......... .......... .......... 75% 113M 1s 131750K .......... .......... .......... .......... .......... 75% 123M 1s 131800K .......... .......... .......... .......... .......... 75% 123M 1s 131850K .......... .......... .......... .......... .......... 75% 77.7M 1s 131900K .......... .......... .......... .......... .......... 75% 179M 1s 131950K .......... .......... .......... .......... .......... 75% 93.5M 1s 132000K .......... .......... .......... .......... .......... 75% 94.2M 1s 132050K .......... .......... .......... .......... .......... 75% 140M 1s 132100K .......... .......... .......... .......... .......... 75% 100M 1s 132150K .......... .......... .......... .......... .......... 75% 107M 1s 132200K .......... .......... .......... .......... .......... 75% 120M 1s 132250K .......... .......... .......... .......... .......... 75% 105M 1s 132300K .......... .......... .......... .......... .......... 75% 91.2M 1s 132350K .......... .......... .......... .......... .......... 75% 125M 1s 132400K .......... .......... .......... .......... .......... 75% 96.6M 1s 132450K .......... .......... .......... .......... .......... 75% 154M 1s 132500K .......... .......... .......... .......... .......... 75% 76.6M 1s 132550K .......... .......... .......... .......... .......... 75% 144M 1s 132600K .......... .......... .......... .......... .......... 75% 123M 1s 132650K .......... .......... .......... .......... .......... 75% 117M 1s 132700K .......... .......... .......... .......... .......... 75% 92.6M 1s 132750K .......... .......... .......... .......... .......... 75% 131M 1s 132800K .......... .......... .......... .......... .......... 75% 114M 1s 132850K .......... .......... .......... .......... .......... 75% 95.7M 1s 132900K .......... .......... .......... .......... .......... 75% 113M 1s 132950K .......... .......... .......... .......... .......... 75% 110M 1s 133000K .......... .......... .......... .......... .......... 75% 115M 1s 133050K .......... .......... .......... .......... .......... 75% 103M 1s 133100K .......... .......... .......... .......... .......... 75% 115M 1s 133150K .......... .......... .......... .......... .......... 76% 76.5M 1s 133200K .......... .......... .......... .......... .......... 76% 95.8M 1s 133250K .......... .......... .......... .......... .......... 76% 135M 1s 133300K .......... .......... .......... .......... .......... 76% 107M 1s 133350K .......... .......... .......... .......... .......... 76% 120M 1s 133400K .......... .......... .......... .......... .......... 76% 115M 1s 133450K .......... .......... .......... .......... .......... 76% 104M 1s 133500K .......... .......... .......... .......... .......... 76% 111M 1s 133550K .......... .......... .......... .......... .......... 76% 117M 1s 133600K .......... .......... .......... .......... .......... 76% 107M 1s 133650K .......... .......... .......... .......... .......... 76% 104M 1s 133700K .......... .......... .......... .......... .......... 76% 131M 1s 133750K .......... .......... .......... .......... .......... 76% 91.8M 1s 133800K .......... .......... .......... .......... .......... 76% 130M 1s 133850K .......... .......... .......... .......... .......... 76% 82.6M 1s 133900K .......... .......... .......... .......... .......... 76% 125M 1s 133950K .......... .......... .......... .......... .......... 76% 177M 1s 134000K .......... .......... .......... .......... .......... 76% 79.7M 1s 134050K .......... .......... .......... .......... .......... 76% 114M 1s 134100K .......... .......... .......... .......... .......... 76% 139M 1s 134150K .......... .......... .......... .......... .......... 76% 122M 1s 134200K .......... .......... .......... .......... .......... 76% 99.4M 1s 134250K .......... .......... .......... .......... .......... 76% 122M 1s 134300K .......... .......... .......... .......... .......... 76% 97.9M 1s 134350K .......... .......... .......... .......... .......... 76% 114M 1s 134400K .......... .......... .......... .......... .......... 76% 111M 1s 134450K .......... .......... .......... .......... .......... 76% 98.4M 1s 134500K .......... .......... .......... .......... .......... 76% 121M 1s 134550K .......... .......... .......... .......... .......... 76% 98.1M 1s 134600K .......... .......... .......... .......... .......... 76% 106M 1s 134650K .......... .......... .......... .......... .......... 76% 127M 1s 134700K .......... .......... .......... .......... .......... 76% 98.2M 1s 134750K .......... .......... .......... .......... .......... 76% 120M 1s 134800K .......... .......... .......... .......... .......... 76% 131M 1s 134850K .......... .......... .......... .......... .......... 76% 95.9M 1s 134900K .......... .......... .......... .......... .......... 77% 90.3M 0s 134950K .......... .......... .......... .......... .......... 77% 140M 0s 135000K .......... .......... .......... .......... .......... 77% 110M 0s 135050K .......... .......... .......... .......... .......... 77% 110M 0s 135100K .......... .......... .......... .......... .......... 77% 117M 0s 135150K .......... .......... .......... .......... .......... 77% 111M 0s 135200K .......... .......... .......... .......... .......... 77% 107M 0s 135250K .......... .......... .......... .......... .......... 77% 105M 0s 135300K .......... .......... .......... .......... .......... 77% 116M 0s 135350K .......... .......... .......... .......... .......... 77% 95.8M 0s 135400K .......... .......... .......... .......... .......... 77% 102M 0s 135450K .......... .......... .......... .......... .......... 77% 31.7M 0s 135500K .......... .......... .......... .......... .......... 77% 86.7M 0s 135550K .......... .......... .......... .......... .......... 77% 150M 0s 135600K .......... .......... .......... .......... .......... 77% 119M 0s 135650K .......... .......... .......... .......... .......... 77% 98.6M 0s 135700K .......... .......... .......... .......... .......... 77% 82.3M 0s 135750K .......... .......... .......... .......... .......... 77% 119M 0s 135800K .......... .......... .......... .......... .......... 77% 98.2M 0s 135850K .......... .......... .......... .......... .......... 77% 113M 0s 135900K .......... .......... .......... .......... .......... 77% 93.5M 0s 135950K .......... .......... .......... .......... .......... 77% 108M 0s 136000K .......... .......... .......... .......... .......... 77% 122M 0s 136050K .......... .......... .......... .......... .......... 77% 95.4M 0s 136100K .......... .......... .......... .......... .......... 77% 142M 0s 136150K .......... .......... .......... .......... .......... 77% 107M 0s 136200K .......... .......... .......... .......... .......... 77% 86.6M 0s 136250K .......... .......... .......... .......... .......... 77% 136M 0s 136300K .......... .......... .......... .......... .......... 77% 129M 0s 136350K .......... .......... .......... .......... .......... 77% 98.4M 0s 136400K .......... .......... .......... .......... .......... 77% 105M 0s 136450K .......... .......... .......... .......... .......... 77% 119M 0s 136500K .......... .......... .......... .......... .......... 77% 99.9M 0s 136550K .......... .......... .......... .......... .......... 77% 117M 0s 136600K .......... .......... .......... .......... .......... 77% 84.8M 0s 136650K .......... .......... .......... .......... .......... 78% 133M 0s 136700K .......... .......... .......... .......... .......... 78% 110M 0s 136750K .......... .......... .......... .......... .......... 78% 115M 0s 136800K .......... .......... .......... .......... .......... 78% 131M 0s 136850K .......... .......... .......... .......... .......... 78% 119M 0s 136900K .......... .......... .......... .......... .......... 78% 80.5M 0s 136950K .......... .......... .......... .......... .......... 78% 144M 0s 137000K .......... .......... .......... .......... .......... 78% 100M 0s 137050K .......... .......... .......... .......... .......... 78% 102M 0s 137100K .......... .......... .......... .......... .......... 78% 114M 0s 137150K .......... .......... .......... .......... .......... 78% 113M 0s 137200K .......... .......... .......... .......... .......... 78% 115M 0s 137250K .......... .......... .......... .......... .......... 78% 100M 0s 137300K .......... .......... .......... .......... .......... 78% 122M 0s 137350K .......... .......... .......... .......... .......... 78% 107M 0s 137400K .......... .......... .......... .......... .......... 78% 104M 0s 137450K .......... .......... .......... .......... .......... 78% 128M 0s 137500K .......... .......... .......... .......... .......... 78% 30.8M 0s 137550K .......... .......... .......... .......... .......... 78% 109M 0s 137600K .......... .......... .......... .......... .......... 78% 97.5M 0s 137650K .......... .......... .......... .......... .......... 78% 90.1M 0s 137700K .......... .......... .......... .......... .......... 78% 100M 0s 137750K .......... .......... .......... .......... .......... 78% 95.0M 0s 137800K .......... .......... .......... .......... .......... 78% 134M 0s 137850K .......... .......... .......... .......... .......... 78% 89.7M 0s 137900K .......... .......... .......... .......... .......... 78% 120M 0s 137950K .......... .......... .......... .......... .......... 78% 81.9M 0s 138000K .......... .......... .......... .......... .......... 78% 47.2M 0s 138050K .......... .......... .......... .......... .......... 78% 121M 0s 138100K .......... .......... .......... .......... .......... 78% 106M 0s 138150K .......... .......... .......... .......... .......... 78% 119M 0s 138200K .......... .......... .......... .......... .......... 78% 77.7M 0s 138250K .......... .......... .......... .......... .......... 78% 47.9M 0s 138300K .......... .......... .......... .......... .......... 78% 119M 0s 138350K .......... .......... .......... .......... .......... 78% 137M 0s 138400K .......... .......... .......... .......... .......... 79% 65.5M 0s 138450K .......... .......... .......... .......... .......... 79% 95.8M 0s 138500K .......... .......... .......... .......... .......... 79% 71.1M 0s 138550K .......... .......... .......... .......... .......... 79% 78.1M 0s 138600K .......... .......... .......... .......... .......... 79% 122M 0s 138650K .......... .......... .......... .......... .......... 79% 104M 0s 138700K .......... .......... .......... .......... .......... 79% 127M 0s 138750K .......... .......... .......... .......... .......... 79% 98.6M 0s 138800K .......... .......... .......... .......... .......... 79% 95.3M 0s 138850K .......... .......... .......... .......... .......... 79% 129M 0s 138900K .......... .......... .......... .......... .......... 79% 102M 0s 138950K .......... .......... .......... .......... .......... 79% 124M 0s 139000K .......... .......... .......... .......... .......... 79% 131M 0s 139050K .......... .......... .......... .......... .......... 79% 116M 0s 139100K .......... .......... .......... .......... .......... 79% 98.6M 0s 139150K .......... .......... .......... .......... .......... 79% 120M 0s 139200K .......... .......... .......... .......... .......... 79% 116M 0s 139250K .......... .......... .......... .......... .......... 79% 108M 0s 139300K .......... .......... .......... .......... .......... 79% 106M 0s 139350K .......... .......... .......... .......... .......... 79% 94.4M 0s 139400K .......... .......... .......... .......... .......... 79% 129M 0s 139450K .......... .......... .......... .......... .......... 79% 102M 0s 139500K .......... .......... .......... .......... .......... 79% 110M 0s 139550K .......... .......... .......... .......... .......... 79% 108M 0s 139600K .......... .......... .......... .......... .......... 79% 117M 0s 139650K .......... .......... .......... .......... .......... 79% 128M 0s 139700K .......... .......... .......... .......... .......... 79% 85.1M 0s 139750K .......... .......... .......... .......... .......... 79% 126M 0s 139800K .......... .......... .......... .......... .......... 79% 115M 0s 139850K .......... .......... .......... .......... .......... 79% 101M 0s 139900K .......... .......... .......... .......... .......... 79% 130M 0s 139950K .......... .......... .......... .......... .......... 79% 113M 0s 140000K .......... .......... .......... .......... .......... 79% 106M 0s 140050K .......... .......... .......... .......... .......... 79% 115M 0s 140100K .......... .......... .......... .......... .......... 79% 107M 0s 140150K .......... .......... .......... .......... .......... 80% 98.7M 0s 140200K .......... .......... .......... .......... .......... 80% 133M 0s 140250K .......... .......... .......... .......... .......... 80% 75.5M 0s 140300K .......... .......... .......... .......... .......... 80% 48.0M 0s 140350K .......... .......... .......... .......... .......... 80% 117M 0s 140400K .......... .......... .......... .......... .......... 80% 103M 0s 140450K .......... .......... .......... .......... .......... 80% 116M 0s 140500K .......... .......... .......... .......... .......... 80% 129M 0s 140550K .......... .......... .......... .......... .......... 80% 73.2M 0s 140600K .......... .......... .......... .......... .......... 80% 139M 0s 140650K .......... .......... .......... .......... .......... 80% 122M 0s 140700K .......... .......... .......... .......... .......... 80% 89.7M 0s 140750K .......... .......... .......... .......... .......... 80% 105M 0s 140800K .......... .......... .......... .......... .......... 80% 116M 0s 140850K .......... .......... .......... .......... .......... 80% 99.6M 0s 140900K .......... .......... .......... .......... .......... 80% 130M 0s 140950K .......... .......... .......... .......... .......... 80% 96.7M 0s 141000K .......... .......... .......... .......... .......... 80% 108M 0s 141050K .......... .......... .......... .......... .......... 80% 127M 0s 141100K .......... .......... .......... .......... .......... 80% 89.5M 0s 141150K .......... .......... .......... .......... .......... 80% 128M 0s 141200K .......... .......... .......... .......... .......... 80% 114M 0s 141250K .......... .......... .......... .......... .......... 80% 95.8M 0s 141300K .......... .......... .......... .......... .......... 80% 39.4M 0s 141350K .......... .......... .......... .......... .......... 80% 97.1M 0s 141400K .......... .......... .......... .......... .......... 80% 92.5M 0s 141450K .......... .......... .......... .......... .......... 80% 124M 0s 141500K .......... .......... .......... .......... .......... 80% 90.6M 0s 141550K .......... .......... .......... .......... .......... 80% 118M 0s 141600K .......... .......... .......... .......... .......... 80% 97.8M 0s 141650K .......... .......... .......... .......... .......... 80% 134M 0s 141700K .......... .......... .......... .......... .......... 80% 116M 0s 141750K .......... .......... .......... .......... .......... 80% 69.8M 0s 141800K .......... .......... .......... .......... .......... 80% 155M 0s 141850K .......... .......... .......... .......... .......... 80% 78.0M 0s 141900K .......... .......... .......... .......... .......... 81% 150M 0s 141950K .......... .......... .......... .......... .......... 81% 114M 0s 142000K .......... .......... .......... .......... .......... 81% 81.7M 0s 142050K .......... .......... .......... .......... .......... 81% 125M 0s 142100K .......... .......... .......... .......... .......... 81% 48.2M 0s 142150K .......... .......... .......... .......... .......... 81% 124M 0s 142200K .......... .......... .......... .......... .......... 81% 96.5M 0s 142250K .......... .......... .......... .......... .......... 81% 126M 0s 142300K .......... .......... .......... .......... .......... 81% 102M 0s 142350K .......... .......... .......... .......... .......... 81% 107M 0s 142400K .......... .......... .......... .......... .......... 81% 115M 0s 142450K .......... .......... .......... .......... .......... 81% 91.5M 0s 142500K .......... .......... .......... .......... .......... 81% 126M 0s 142550K .......... .......... .......... .......... .......... 81% 85.9M 0s 142600K .......... .......... .......... .......... .......... 81% 69.2M 0s 142650K .......... .......... .......... .......... .......... 81% 130M 0s 142700K .......... .......... .......... .......... .......... 81% 101M 0s 142750K .......... .......... .......... .......... .......... 81% 73.2M 0s 142800K .......... .......... .......... .......... .......... 81% 76.0M 0s 142850K .......... .......... .......... .......... .......... 81% 132M 0s 142900K .......... .......... .......... .......... .......... 81% 91.1M 0s 142950K .......... .......... .......... .......... .......... 81% 134M 0s 143000K .......... .......... .......... .......... .......... 81% 93.5M 0s 143050K .......... .......... .......... .......... .......... 81% 123M 0s 143100K .......... .......... .......... .......... .......... 81% 115M 0s 143150K .......... .......... .......... .......... .......... 81% 125M 0s 143200K .......... .......... .......... .......... .......... 81% 133M 0s 143250K .......... .......... .......... .......... .......... 81% 81.0M 0s 143300K .......... .......... .......... .......... .......... 81% 142M 0s 143350K .......... .......... .......... .......... .......... 81% 101M 0s 143400K .......... .......... .......... .......... .......... 81% 49.0M 0s 143450K .......... .......... .......... .......... .......... 81% 109M 0s 143500K .......... .......... .......... .......... .......... 81% 130M 0s 143550K .......... .......... .......... .......... .......... 81% 70.2M 0s 143600K .......... .......... .......... .......... .......... 81% 111M 0s 143650K .......... .......... .......... .......... .......... 82% 192M 0s 143700K .......... .......... .......... .......... .......... 82% 91.4M 0s 143750K .......... .......... .......... .......... .......... 82% 132M 0s 143800K .......... .......... .......... .......... .......... 82% 93.9M 0s 143850K .......... .......... .......... .......... .......... 82% 120M 0s 143900K .......... .......... .......... .......... .......... 82% 98.6M 0s 143950K .......... .......... .......... .......... .......... 82% 127M 0s 144000K .......... .......... .......... .......... .......... 82% 119M 0s 144050K .......... .......... .......... .......... .......... 82% 77.7M 0s 144100K .......... .......... .......... .......... .......... 82% 181M 0s 144150K .......... .......... .......... .......... .......... 82% 92.9M 0s 144200K .......... .......... .......... .......... .......... 82% 97.3M 0s 144250K .......... .......... .......... .......... .......... 82% 134M 0s 144300K .......... .......... .......... .......... .......... 82% 126M 0s 144350K .......... .......... .......... .......... .......... 82% 84.1M 0s 144400K .......... .......... .......... .......... .......... 82% 124M 0s 144450K .......... .......... .......... .......... .......... 82% 124M 0s 144500K .......... .......... .......... .......... .......... 82% 96.4M 0s 144550K .......... .......... .......... .......... .......... 82% 115M 0s 144600K .......... .......... .......... .......... .......... 82% 92.6M 0s 144650K .......... .......... .......... .......... .......... 82% 127M 0s 144700K .......... .......... .......... .......... .......... 82% 70.9M 0s 144750K .......... .......... .......... .......... .......... 82% 186M 0s 144800K .......... .......... .......... .......... .......... 82% 125M 0s 144850K .......... .......... .......... .......... .......... 82% 112M 0s 144900K .......... .......... .......... .......... .......... 82% 82.0M 0s 144950K .......... .......... .......... .......... .......... 82% 129M 0s 145000K .......... .......... .......... .......... .......... 82% 131M 0s 145050K .......... .......... .......... .......... .......... 82% 93.1M 0s 145100K .......... .......... .......... .......... .......... 82% 93.9M 0s 145150K .......... .......... .......... .......... .......... 82% 121M 0s 145200K .......... .......... .......... .......... .......... 82% 103M 0s 145250K .......... .......... .......... .......... .......... 82% 109M 0s 145300K .......... .......... .......... .......... .......... 82% 98.6M 0s 145350K .......... .......... .......... .......... .......... 82% 134M 0s 145400K .......... .......... .......... .......... .......... 82% 98.7M 0s 145450K .......... .......... .......... .......... .......... 83% 115M 0s 145500K .......... .......... .......... .......... .......... 83% 126M 0s 145550K .......... .......... .......... .......... .......... 83% 90.9M 0s 145600K .......... .......... .......... .......... .......... 83% 125M 0s 145650K .......... .......... .......... .......... .......... 83% 129M 0s 145700K .......... .......... .......... .......... .......... 83% 93.1M 0s 145750K .......... .......... .......... .......... .......... 83% 116M 0s 145800K .......... .......... .......... .......... .......... 83% 111M 0s 145850K .......... .......... .......... .......... .......... 83% 104M 0s 145900K .......... .......... .......... .......... .......... 83% 120M 0s 145950K .......... .......... .......... .......... .......... 83% 89.1M 0s 146000K .......... .......... .......... .......... .......... 83% 119M 0s 146050K .......... .......... .......... .......... .......... 83% 113M 0s 146100K .......... .......... .......... .......... .......... 83% 103M 0s 146150K .......... .......... .......... .......... .......... 83% 123M 0s 146200K .......... .......... .......... .......... .......... 83% 123M 0s 146250K .......... .......... .......... .......... .......... 83% 88.7M 0s 146300K .......... .......... .......... .......... .......... 83% 130M 0s 146350K .......... .......... .......... .......... .......... 83% 124M 0s 146400K .......... .......... .......... .......... .......... 83% 74.8M 0s 146450K .......... .......... .......... .......... .......... 83% 127M 0s 146500K .......... .......... .......... .......... .......... 83% 127M 0s 146550K .......... .......... .......... .......... .......... 83% 98.9M 0s 146600K .......... .......... .......... .......... .......... 83% 109M 0s 146650K .......... .......... .......... .......... .......... 83% 101M 0s 146700K .......... .......... .......... .......... .......... 83% 107M 0s 146750K .......... .......... .......... .......... .......... 83% 108M 0s 146800K .......... .......... .......... .......... .......... 83% 103M 0s 146850K .......... .......... .......... .......... .......... 83% 131M 0s 146900K .......... .......... .......... .......... .......... 83% 105M 0s 146950K .......... .......... .......... .......... .......... 83% 90.7M 0s 147000K .......... .......... .......... .......... .......... 83% 127M 0s 147050K .......... .......... .......... .......... .......... 83% 127M 0s 147100K .......... .......... .......... .......... .......... 83% 96.7M 0s 147150K .......... .......... .......... .......... .......... 83% 107M 0s 147200K .......... .......... .......... .......... .......... 84% 109M 0s 147250K .......... .......... .......... .......... .......... 84% 68.1M 0s 147300K .......... .......... .......... .......... .......... 84% 83.1M 0s 147350K .......... .......... .......... .......... .......... 84% 113M 0s 147400K .......... .......... .......... .......... .......... 84% 120M 0s 147450K .......... .......... .......... .......... .......... 84% 102M 0s 147500K .......... .......... .......... .......... .......... 84% 133M 0s 147550K .......... .......... .......... .......... .......... 84% 83.9M 0s 147600K .......... .......... .......... .......... .......... 84% 114M 0s 147650K .......... .......... .......... .......... .......... 84% 127M 0s 147700K .......... .......... .......... .......... .......... 84% 108M 0s 147750K .......... .......... .......... .......... .......... 84% 128M 0s 147800K .......... .......... .......... .......... .......... 84% 119M 0s 147850K .......... .......... .......... .......... .......... 84% 101M 0s 147900K .......... .......... .......... .......... .......... 84% 72.8M 0s 147950K .......... .......... .......... .......... .......... 84% 81.3M 0s 148000K .......... .......... .......... .......... .......... 84% 83.2M 0s 148050K .......... .......... .......... .......... .......... 84% 83.0M 0s 148100K .......... .......... .......... .......... .......... 84% 90.6M 0s 148150K .......... .......... .......... .......... .......... 84% 80.9M 0s 148200K .......... .......... .......... .......... .......... 84% 127M 0s 148250K .......... .......... .......... .......... .......... 84% 83.6M 0s 148300K .......... .......... .......... .......... .......... 84% 119M 0s 148350K .......... .......... .......... .......... .......... 84% 77.8M 0s 148400K .......... .......... .......... .......... .......... 84% 77.1M 0s 148450K .......... .......... .......... .......... .......... 84% 127M 0s 148500K .......... .......... .......... .......... .......... 84% 97.4M 0s 148550K .......... .......... .......... .......... .......... 84% 3.02M 0s 148600K .......... .......... .......... .......... .......... 84% 218M 0s 148650K .......... .......... .......... .......... .......... 84% 256M 0s 148700K .......... .......... .......... .......... .......... 84% 238M 0s 148750K .......... .......... .......... .......... .......... 84% 37.1M 0s 148800K .......... .......... .......... .......... .......... 84% 233M 0s 148850K .......... .......... .......... .......... .......... 84% 269M 0s 148900K .......... .......... .......... .......... .......... 84% 241M 0s 148950K .......... .......... .......... .......... .......... 85% 58.5M 0s 149000K .......... .......... .......... .......... .......... 85% 274M 0s 149050K .......... .......... .......... .......... .......... 85% 46.6M 0s 149100K .......... .......... .......... .......... .......... 85% 112M 0s 149150K .......... .......... .......... .......... .......... 85% 205M 0s 149200K .......... .......... .......... .......... .......... 85% 252M 0s 149250K .......... .......... .......... .......... .......... 85% 273M 0s 149300K .......... .......... .......... .......... .......... 85% 228M 0s 149350K .......... .......... .......... .......... .......... 85% 254M 0s 149400K .......... .......... .......... .......... .......... 85% 3.67M 0s 149450K .......... .......... .......... .......... .......... 85% 230M 0s 149500K .......... .......... .......... .......... .......... 85% 233M 0s 149550K .......... .......... .......... .......... .......... 85% 243M 0s 149600K .......... .......... .......... .......... .......... 85% 266M 0s 149650K .......... .......... .......... .......... .......... 85% 273M 0s 149700K .......... .......... .......... .......... .......... 85% 242M 0s 149750K .......... .......... .......... .......... .......... 85% 23.2M 0s 149800K .......... .......... .......... .......... .......... 85% 188M 0s 149850K .......... .......... .......... .......... .......... 85% 229M 0s 149900K .......... .......... .......... .......... .......... 85% 202M 0s 149950K .......... .......... .......... .......... .......... 85% 260M 0s 150000K .......... .......... .......... .......... .......... 85% 254M 0s 150050K .......... .......... .......... .......... .......... 85% 233M 0s 150100K .......... .......... .......... .......... .......... 85% 242M 0s 150150K .......... .......... .......... .......... .......... 85% 270M 0s 150200K .......... .......... .......... .......... .......... 85% 264M 0s 150250K .......... .......... .......... .......... .......... 85% 239M 0s 150300K .......... .......... .......... .......... .......... 85% 240M 0s 150350K .......... .......... .......... .......... .......... 85% 260M 0s 150400K .......... .......... .......... .......... .......... 85% 247M 0s 150450K .......... .......... .......... .......... .......... 85% 257M 0s 150500K .......... .......... .......... .......... .......... 85% 280M 0s 150550K .......... .......... .......... .......... .......... 85% 259M 0s 150600K .......... .......... .......... .......... .......... 85% 223M 0s 150650K .......... .......... .......... .......... .......... 85% 286M 0s 150700K .......... .......... .......... .......... .......... 86% 276M 0s 150750K .......... .......... .......... .......... .......... 86% 228M 0s 150800K .......... .......... .......... .......... .......... 86% 238M 0s 150850K .......... .......... .......... .......... .......... 86% 250M 0s 150900K .......... .......... .......... .......... .......... 86% 243M 0s 150950K .......... .......... .......... .......... .......... 86% 193M 0s 151000K .......... .......... .......... .......... .......... 86% 237M 0s 151050K .......... .......... .......... .......... .......... 86% 261M 0s 151100K .......... .......... .......... .......... .......... 86% 236M 0s 151150K .......... .......... .......... .......... .......... 86% 258M 0s 151200K .......... .......... .......... .......... .......... 86% 248M 0s 151250K .......... .......... .......... .......... .......... 86% 229M 0s 151300K .......... .......... .......... .......... .......... 86% 223M 0s 151350K .......... .......... .......... .......... .......... 86% 293M 0s 151400K .......... .......... .......... .......... .......... 86% 276M 0s 151450K .......... .......... .......... .......... .......... 86% 218M 0s 151500K .......... .......... .......... .......... .......... 86% 256M 0s 151550K .......... .......... .......... .......... .......... 86% 232M 0s 151600K .......... .......... .......... .......... .......... 86% 16.9M 0s 151650K .......... .......... .......... .......... .......... 86% 107M 0s 151700K .......... .......... .......... .......... .......... 86% 94.8M 0s 151750K .......... .......... .......... .......... .......... 86% 94.5M 0s 151800K .......... .......... .......... .......... .......... 86% 99.4M 0s 151850K .......... .......... .......... .......... .......... 86% 93.2M 0s 151900K .......... .......... .......... .......... .......... 86% 71.9M 0s 151950K .......... .......... .......... .......... .......... 86% 85.4M 0s 152000K .......... .......... .......... .......... .......... 86% 89.4M 0s 152050K .......... .......... .......... .......... .......... 86% 80.8M 0s 152100K .......... .......... .......... .......... .......... 86% 145M 0s 152150K .......... .......... .......... .......... .......... 86% 90.3M 0s 152200K .......... .......... .......... .......... .......... 86% 79.9M 0s 152250K .......... .......... .......... .......... .......... 86% 10.9M 0s 152300K .......... .......... .......... .......... .......... 86% 116M 0s 152350K .......... .......... .......... .......... .......... 86% 22.7M 0s 152400K .......... .......... .......... .......... .......... 86% 90.1M 0s 152450K .......... .......... .......... .......... .......... 87% 121M 0s 152500K .......... .......... .......... .......... .......... 87% 80.7M 0s 152550K .......... .......... .......... .......... .......... 87% 97.1M 0s 152600K .......... .......... .......... .......... .......... 87% 68.7M 0s 152650K .......... .......... .......... .......... .......... 87% 86.8M 0s 152700K .......... .......... .......... .......... .......... 87% 114M 0s 152750K .......... .......... .......... .......... .......... 87% 68.9M 0s 152800K .......... .......... .......... .......... .......... 87% 125M 0s 152850K .......... .......... .......... .......... .......... 87% 84.7M 0s 152900K .......... .......... .......... .......... .......... 87% 105M 0s 152950K .......... .......... .......... .......... .......... 87% 87.0M 0s 153000K .......... .......... .......... .......... .......... 87% 92.2M 0s 153050K .......... .......... .......... .......... .......... 87% 65.8M 0s 153100K .......... .......... .......... .......... .......... 87% 94.7M 0s 153150K .......... .......... .......... .......... .......... 87% 99.9M 0s 153200K .......... .......... .......... .......... .......... 87% 94.0M 0s 153250K .......... .......... .......... .......... .......... 87% 104M 0s 153300K .......... .......... .......... .......... .......... 87% 70.0M 0s 153350K .......... .......... .......... .......... .......... 87% 85.9M 0s 153400K .......... .......... .......... .......... .......... 87% 112M 0s 153450K .......... .......... .......... .......... .......... 87% 64.1M 0s 153500K .......... .......... .......... .......... .......... 87% 146M 0s 153550K .......... .......... .......... .......... .......... 87% 91.4M 0s 153600K .......... .......... .......... .......... .......... 87% 84.0M 0s 153650K .......... .......... .......... .......... .......... 87% 90.8M 0s 153700K .......... .......... .......... .......... .......... 87% 101M 0s 153750K .......... .......... .......... .......... .......... 87% 74.9M 0s 153800K .......... .......... .......... .......... .......... 87% 99.9M 0s 153850K .......... .......... .......... .......... .......... 87% 81.5M 0s 153900K .......... .......... .......... .......... .......... 87% 82.6M 0s 153950K .......... .......... .......... .......... .......... 87% 90.6M 0s 154000K .......... .......... .......... .......... .......... 87% 103M 0s 154050K .......... .......... .......... .......... .......... 87% 122M 0s 154100K .......... .......... .......... .......... .......... 87% 83.6M 0s 154150K .......... .......... .......... .......... .......... 87% 150M 0s 154200K .......... .......... .......... .......... .......... 88% 118M 0s 154250K .......... .......... .......... .......... .......... 88% 74.9M 0s 154300K .......... .......... .......... .......... .......... 88% 144M 0s 154350K .......... .......... .......... .......... .......... 88% 136M 0s 154400K .......... .......... .......... .......... .......... 88% 88.8M 0s 154450K .......... .......... .......... .......... .......... 88% 102M 0s 154500K .......... .......... .......... .......... .......... 88% 112M 0s 154550K .......... .......... .......... .......... .......... 88% 102M 0s 154600K .......... .......... .......... .......... .......... 88% 132M 0s 154650K .......... .......... .......... .......... .......... 88% 102M 0s 154700K .......... .......... .......... .......... .......... 88% 107M 0s 154750K .......... .......... .......... .......... .......... 88% 147M 0s 154800K .......... .......... .......... .......... .......... 88% 81.9M 0s 154850K .......... .......... .......... .......... .......... 88% 117M 0s 154900K .......... .......... .......... .......... .......... 88% 130M 0s 154950K .......... .......... .......... .......... .......... 88% 91.6M 0s 155000K .......... .......... .......... .......... .......... 88% 115M 0s 155050K .......... .......... .......... .......... .......... 88% 110M 0s 155100K .......... .......... .......... .......... .......... 88% 102M 0s 155150K .......... .......... .......... .......... .......... 88% 120M 0s 155200K .......... .......... .......... .......... .......... 88% 103M 0s 155250K .......... .......... .......... .......... .......... 88% 120M 0s 155300K .......... .......... .......... .......... .......... 88% 104M 0s 155350K .......... .......... .......... .......... .......... 88% 93.8M 0s 155400K .......... .......... .......... .......... .......... 88% 69.6M 0s 155450K .......... .......... .......... .......... .......... 88% 81.4M 0s 155500K .......... .......... .......... .......... .......... 88% 55.5M 0s 155550K .......... .......... .......... .......... .......... 88% 120M 0s 155600K .......... .......... .......... .......... .......... 88% 79.9M 0s 155650K .......... .......... .......... .......... .......... 88% 102M 0s 155700K .......... .......... .......... .......... .......... 88% 112M 0s 155750K .......... .......... .......... .......... .......... 88% 80.2M 0s 155800K .......... .......... .......... .......... .......... 88% 108M 0s 155850K .......... .......... .......... .......... .......... 88% 97.4M 0s 155900K .......... .......... .......... .......... .......... 88% 96.6M 0s 155950K .......... .......... .......... .......... .......... 89% 65.2M 0s 156000K .......... .......... .......... .......... .......... 89% 129M 0s 156050K .......... .......... .......... .......... .......... 89% 109M 0s 156100K .......... .......... .......... .......... .......... 89% 77.7M 0s 156150K .......... .......... .......... .......... .......... 89% 85.8M 0s 156200K .......... .......... .......... .......... .......... 89% 119M 0s 156250K .......... .......... .......... .......... .......... 89% 89.4M 0s 156300K .......... .......... .......... .......... .......... 89% 115M 0s 156350K .......... .......... .......... .......... .......... 89% 95.5M 0s 156400K .......... .......... .......... .......... .......... 89% 105M 0s 156450K .......... .......... .......... .......... .......... 89% 86.0M 0s 156500K .......... .......... .......... .......... .......... 89% 111M 0s 156550K .......... .......... .......... .......... .......... 89% 122M 0s 156600K .......... .......... .......... .......... .......... 89% 93.6M 0s 156650K .......... .......... .......... .......... .......... 89% 117M 0s 156700K .......... .......... .......... .......... .......... 89% 87.7M 0s 156750K .......... .......... .......... .......... .......... 89% 145M 0s 156800K .......... .......... .......... .......... .......... 89% 104M 0s 156850K .......... .......... .......... .......... .......... 89% 94.9M 0s 156900K .......... .......... .......... .......... .......... 89% 150M 0s 156950K .......... .......... .......... .......... .......... 89% 99.4M 0s 157000K .......... .......... .......... .......... .......... 89% 112M 0s 157050K .......... .......... .......... .......... .......... 89% 125M 0s 157100K .......... .......... .......... .......... .......... 89% 126M 0s 157150K .......... .......... .......... .......... .......... 89% 97.6M 0s 157200K .......... .......... .......... .......... .......... 89% 118M 0s 157250K .......... .......... .......... .......... .......... 89% 70.0M 0s 157300K .......... .......... .......... .......... .......... 89% 216M 0s 157350K .......... .......... .......... .......... .......... 89% 101M 0s 157400K .......... .......... .......... .......... .......... 89% 111M 0s 157450K .......... .......... .......... .......... .......... 89% 110M 0s 157500K .......... .......... .......... .......... .......... 89% 144M 0s 157550K .......... .......... .......... .......... .......... 89% 92.7M 0s 157600K .......... .......... .......... .......... .......... 89% 120M 0s 157650K .......... .......... .......... .......... .......... 89% 94.4M 0s 157700K .......... .......... .......... .......... .......... 90% 159M 0s 157750K .......... .......... .......... .......... .......... 90% 78.5M 0s 157800K .......... .......... .......... .......... .......... 90% 153M 0s 157850K .......... .......... .......... .......... .......... 90% 110M 0s 157900K .......... .......... .......... .......... .......... 90% 97.2M 0s 157950K .......... .......... .......... .......... .......... 90% 124M 0s 158000K .......... .......... .......... .......... .......... 90% 111M 0s 158050K .......... .......... .......... .......... .......... 90% 115M 0s 158100K .......... .......... .......... .......... .......... 90% 97.2M 0s 158150K .......... .......... .......... .......... .......... 90% 121M 0s 158200K .......... .......... .......... .......... .......... 90% 109M 0s 158250K .......... .......... .......... .......... .......... 90% 99.3M 0s 158300K .......... .......... .......... .......... .......... 90% 110M 0s 158350K .......... .......... .......... .......... .......... 90% 116M 0s 158400K .......... .......... .......... .......... .......... 90% 130M 0s 158450K .......... .......... .......... .......... .......... 90% 85.2M 0s 158500K .......... .......... .......... .......... .......... 90% 122M 0s 158550K .......... .......... .......... .......... .......... 90% 112M 0s 158600K .......... .......... .......... .......... .......... 90% 102M 0s 158650K .......... .......... .......... .......... .......... 90% 128M 0s 158700K .......... .......... .......... .......... .......... 90% 110M 0s 158750K .......... .......... .......... .......... .......... 90% 112M 0s 158800K .......... .......... .......... .......... .......... 90% 101M 0s 158850K .......... .......... .......... .......... .......... 90% 129M 0s 158900K .......... .......... .......... .......... .......... 90% 92.4M 0s 158950K .......... .......... .......... .......... .......... 90% 127M 0s 159000K .......... .......... .......... .......... .......... 90% 87.7M 0s 159050K .......... .......... .......... .......... .......... 90% 95.2M 0s 159100K .......... .......... .......... .......... .......... 90% 163M 0s 159150K .......... .......... .......... .......... .......... 90% 87.1M 0s 159200K .......... .......... .......... .......... .......... 90% 127M 0s 159250K .......... .......... .......... .......... .......... 90% 125M 0s 159300K .......... .......... .......... .......... .......... 90% 88.5M 0s 159350K .......... .......... .......... .......... .......... 90% 126M 0s 159400K .......... .......... .......... .......... .......... 90% 126M 0s 159450K .......... .......... .......... .......... .......... 91% 103M 0s 159500K .......... .......... .......... .......... .......... 91% 105M 0s 159550K .......... .......... .......... .......... .......... 91% 120M 0s 159600K .......... .......... .......... .......... .......... 91% 101M 0s 159650K .......... .......... .......... .......... .......... 91% 102M 0s 159700K .......... .......... .......... .......... .......... 91% 28.4M 0s 159750K .......... .......... .......... .......... .......... 91% 120M 0s 159800K .......... .......... .......... .......... .......... 91% 70.2M 0s 159850K .......... .......... .......... .......... .......... 91% 131M 0s 159900K .......... .......... .......... .......... .......... 91% 115M 0s 159950K .......... .......... .......... .......... .......... 91% 86.8M 0s 160000K .......... .......... .......... .......... .......... 91% 122M 0s 160050K .......... .......... .......... .......... .......... 91% 18.6M 0s 160100K .......... .......... .......... .......... .......... 91% 87.1M 0s 160150K .......... .......... .......... .......... .......... 91% 128M 0s 160200K .......... .......... .......... .......... .......... 91% 116M 0s 160250K .......... .......... .......... .......... .......... 91% 92.1M 0s 160300K .......... .......... .......... .......... .......... 91% 28.1M 0s 160350K .......... .......... .......... .......... .......... 91% 72.8M 0s 160400K .......... .......... .......... .......... .......... 91% 115M 0s 160450K .......... .......... .......... .......... .......... 91% 109M 0s 160500K .......... .......... .......... .......... .......... 91% 93.3M 0s 160550K .......... .......... .......... .......... .......... 91% 18.2M 0s 160600K .......... .......... .......... .......... .......... 91% 62.6M 0s 160650K .......... .......... .......... .......... .......... 91% 86.2M 0s 160700K .......... .......... .......... .......... .......... 91% 113M 0s 160750K .......... .......... .......... .......... .......... 91% 96.1M 0s 160800K .......... .......... .......... .......... .......... 91% 21.3M 0s 160850K .......... .......... .......... .......... .......... 91% 94.7M 0s 160900K .......... .......... .......... .......... .......... 91% 111M 0s 160950K .......... .......... .......... .......... .......... 91% 103M 0s 161000K .......... .......... .......... .......... .......... 91% 112M 0s 161050K .......... .......... .......... .......... .......... 91% 12.8M 0s 161100K .......... .......... .......... .......... .......... 91% 146M 0s 161150K .......... .......... .......... .......... .......... 91% 108M 0s 161200K .......... .......... .......... .......... .......... 92% 103M 0s 161250K .......... .......... .......... .......... .......... 92% 128M 0s 161300K .......... .......... .......... .......... .......... 92% 18.0M 0s 161350K .......... .......... .......... .......... .......... 92% 135M 0s 161400K .......... .......... .......... .......... .......... 92% 135M 0s 161450K .......... .......... .......... .......... .......... 92% 127M 0s 161500K .......... .......... .......... .......... .......... 92% 85.4M 0s 161550K .......... .......... .......... .......... .......... 92% 45.3M 0s 161600K .......... .......... .......... .......... .......... 92% 113M 0s 161650K .......... .......... .......... .......... .......... 92% 60.6M 0s 161700K .......... .......... .......... .......... .......... 92% 106M 0s 161750K .......... .......... .......... .......... .......... 92% 90.5M 0s 161800K .......... .......... .......... .......... .......... 92% 93.5M 0s 161850K .......... .......... .......... .......... .......... 92% 65.2M 0s 161900K .......... .......... .......... .......... .......... 92% 93.2M 0s 161950K .......... .......... .......... .......... .......... 92% 85.6M 0s 162000K .......... .......... .......... .......... .......... 92% 97.1M 0s 162050K .......... .......... .......... .......... .......... 92% 103M 0s 162100K .......... .......... .......... .......... .......... 92% 117M 0s 162150K .......... .......... .......... .......... .......... 92% 148M 0s 162200K .......... .......... .......... .......... .......... 92% 121M 0s 162250K .......... .......... .......... .......... .......... 92% 124M 0s 162300K .......... .......... .......... .......... .......... 92% 92.3M 0s 162350K .......... .......... .......... .......... .......... 92% 117M 0s 162400K .......... .......... .......... .......... .......... 92% 100M 0s 162450K .......... .......... .......... .......... .......... 92% 113M 0s 162500K .......... .......... .......... .......... .......... 92% 71.0M 0s 162550K .......... .......... .......... .......... .......... 92% 212M 0s 162600K .......... .......... .......... .......... .......... 92% 123M 0s 162650K .......... .......... .......... .......... .......... 92% 95.0M 0s 162700K .......... .......... .......... .......... .......... 92% 94.8M 0s 162750K .......... .......... .......... .......... .......... 92% 128M 0s 162800K .......... .......... .......... .......... .......... 92% 92.8M 0s 162850K .......... .......... .......... .......... .......... 92% 39.6M 0s 162900K .......... .......... .......... .......... .......... 92% 110M 0s 162950K .......... .......... .......... .......... .......... 93% 126M 0s 163000K .......... .......... .......... .......... .......... 93% 92.5M 0s 163050K .......... .......... .......... .......... .......... 93% 123M 0s 163100K .......... .......... .......... .......... .......... 93% 96.6M 0s 163150K .......... .......... .......... .......... .......... 93% 94.7M 0s 163200K .......... .......... .......... .......... .......... 93% 122M 0s 163250K .......... .......... .......... .......... .......... 93% 104M 0s 163300K .......... .......... .......... .......... .......... 93% 141M 0s 163350K .......... .......... .......... .......... .......... 93% 47.7M 0s 163400K .......... .......... .......... .......... .......... 93% 194M 0s 163450K .......... .......... .......... .......... .......... 93% 132M 0s 163500K .......... .......... .......... .......... .......... 93% 78.8M 0s 163550K .......... .......... .......... .......... .......... 93% 179M 0s 163600K .......... .......... .......... .......... .......... 93% 75.4M 0s 163650K .......... .......... .......... .......... .......... 93% 91.5M 0s 163700K .......... .......... .......... .......... .......... 93% 138M 0s 163750K .......... .......... .......... .......... .......... 93% 110M 0s 163800K .......... .......... .......... .......... .......... 93% 105M 0s 163850K .......... .......... .......... .......... .......... 93% 107M 0s 163900K .......... .......... .......... .......... .......... 93% 47.9M 0s 163950K .......... .......... .......... .......... .......... 93% 93.0M 0s 164000K .......... .......... .......... .......... .......... 93% 106M 0s 164050K .......... .......... .......... .......... .......... 93% 128M 0s 164100K .......... .......... .......... .......... .......... 93% 81.9M 0s 164150K .......... .......... .......... .......... .......... 93% 85.2M 0s 164200K .......... .......... .......... .......... .......... 93% 121M 0s 164250K .......... .......... .......... .......... .......... 93% 127M 0s 164300K .......... .......... .......... .......... .......... 93% 84.4M 0s 164350K .......... .......... .......... .......... .......... 93% 127M 0s 164400K .......... .......... .......... .......... .......... 93% 113M 0s 164450K .......... .......... .......... .......... .......... 93% 103M 0s 164500K .......... .......... .......... .......... .......... 93% 109M 0s 164550K .......... .......... .......... .......... .......... 93% 110M 0s 164600K .......... .......... .......... .......... .......... 93% 93.6M 0s 164650K .......... .......... .......... .......... .......... 93% 110M 0s 164700K .......... .......... .......... .......... .......... 94% 94.0M 0s 164750K .......... .......... .......... .......... .......... 94% 113M 0s 164800K .......... .......... .......... .......... .......... 94% 115M 0s 164850K .......... .......... .......... .......... .......... 94% 105M 0s 164900K .......... .......... .......... .......... .......... 94% 129M 0s 164950K .......... .......... .......... .......... .......... 94% 116M 0s 165000K .......... .......... .......... .......... .......... 94% 86.9M 0s 165050K .......... .......... .......... .......... .......... 94% 124M 0s 165100K .......... .......... .......... .......... .......... 94% 122M 0s 165150K .......... .......... .......... .......... .......... 94% 98.5M 0s 165200K .......... .......... .......... .......... .......... 94% 106M 0s 165250K .......... .......... .......... .......... .......... 94% 114M 0s 165300K .......... .......... .......... .......... .......... 94% 114M 0s 165350K .......... .......... .......... .......... .......... 94% 96.6M 0s 165400K .......... .......... .......... .......... .......... 94% 29.9M 0s 165450K .......... .......... .......... .......... .......... 94% 112M 0s 165500K .......... .......... .......... .......... .......... 94% 103M 0s 165550K .......... .......... .......... .......... .......... 94% 98.8M 0s 165600K .......... .......... .......... .......... .......... 94% 135M 0s 165650K .......... .......... .......... .......... .......... 94% 108M 0s 165700K .......... .......... .......... .......... .......... 94% 90.1M 0s 165750K .......... .......... .......... .......... .......... 94% 135M 0s 165800K .......... .......... .......... .......... .......... 94% 120M 0s 165850K .......... .......... .......... .......... .......... 94% 95.9M 0s 165900K .......... .......... .......... .......... .......... 94% 133M 0s 165950K .......... .......... .......... .......... .......... 94% 27.4M 0s 166000K .......... .......... .......... .......... .......... 94% 102M 0s 166050K .......... .......... .......... .......... .......... 94% 78.8M 0s 166100K .......... .......... .......... .......... .......... 94% 134M 0s 166150K .......... .......... .......... .......... .......... 94% 116M 0s 166200K .......... .......... .......... .......... .......... 94% 105M 0s 166250K .......... .......... .......... .......... .......... 94% 126M 0s 166300K .......... .......... .......... .......... .......... 94% 91.4M 0s 166350K .......... .......... .......... .......... .......... 94% 77.4M 0s 166400K .......... .......... .......... .......... .......... 94% 113M 0s 166450K .......... .......... .......... .......... .......... 95% 102M 0s 166500K .......... .......... .......... .......... .......... 95% 120M 0s 166550K .......... .......... .......... .......... .......... 95% 112M 0s 166600K .......... .......... .......... .......... .......... 95% 117M 0s 166650K .......... .......... .......... .......... .......... 95% 93.5M 0s 166700K .......... .......... .......... .......... .......... 95% 71.8M 0s 166750K .......... .......... .......... .......... .......... 95% 117M 0s 166800K .......... .......... .......... .......... .......... 95% 106M 0s 166850K .......... .......... .......... .......... .......... 95% 95.3M 0s 166900K .......... .......... .......... .......... .......... 95% 113M 0s 166950K .......... .......... .......... .......... .......... 95% 135M 0s 167000K .......... .......... .......... .......... .......... 95% 83.2M 0s 167050K .......... .......... .......... .......... .......... 95% 110M 0s 167100K .......... .......... .......... .......... .......... 95% 110M 0s 167150K .......... .......... .......... .......... .......... 95% 87.8M 0s 167200K .......... .......... .......... .......... .......... 95% 160M 0s 167250K .......... .......... .......... .......... .......... 95% 123M 0s 167300K .......... .......... .......... .......... .......... 95% 119M 0s 167350K .......... .......... .......... .......... .......... 95% 95.2M 0s 167400K .......... .......... .......... .......... .......... 95% 112M 0s 167450K .......... .......... .......... .......... .......... 95% 14.7M 0s 167500K .......... .......... .......... .......... .......... 95% 116M 0s 167550K .......... .......... .......... .......... .......... 95% 113M 0s 167600K .......... .......... .......... .......... .......... 95% 94.4M 0s 167650K .......... .......... .......... .......... .......... 95% 124M 0s 167700K .......... .......... .......... .......... .......... 95% 85.2M 0s 167750K .......... .......... .......... .......... .......... 95% 116M 0s 167800K .......... .......... .......... .......... .......... 95% 144M 0s 167850K .......... .......... .......... .......... .......... 95% 85.9M 0s 167900K .......... .......... .......... .......... .......... 95% 140M 0s 167950K .......... .......... .......... .......... .......... 95% 42.9M 0s 168000K .......... .......... .......... .......... .......... 95% 108M 0s 168050K .......... .......... .......... .......... .......... 95% 115M 0s 168100K .......... .......... .......... .......... .......... 95% 102M 0s 168150K .......... .......... .......... .......... .......... 95% 119M 0s 168200K .......... .......... .......... .......... .......... 96% 98.8M 0s 168250K .......... .......... .......... .......... .......... 96% 127M 0s 168300K .......... .......... .......... .......... .......... 96% 94.6M 0s 168350K .......... .......... .......... .......... .......... 96% 93.4M 0s 168400K .......... .......... .......... .......... .......... 96% 126M 0s 168450K .......... .......... .......... .......... .......... 96% 113M 0s 168500K .......... .......... .......... .......... .......... 96% 41.0M 0s 168550K .......... .......... .......... .......... .......... 96% 181M 0s 168600K .......... .......... .......... .......... .......... 96% 95.3M 0s 168650K .......... .......... .......... .......... .......... 96% 97.0M 0s 168700K .......... .......... .......... .......... .......... 96% 121M 0s 168750K .......... .......... .......... .......... .......... 96% 58.8M 0s 168800K .......... .......... .......... .......... .......... 96% 112M 0s 168850K .......... .......... .......... .......... .......... 96% 114M 0s 168900K .......... .......... .......... .......... .......... 96% 120M 0s 168950K .......... .......... .......... .......... .......... 96% 99.4M 0s 169000K .......... .......... .......... .......... .......... 96% 48.9M 0s 169050K .......... .......... .......... .......... .......... 96% 99.4M 0s 169100K .......... .......... .......... .......... .......... 96% 115M 0s 169150K .......... .......... .......... .......... .......... 96% 116M 0s 169200K .......... .......... .......... .......... .......... 96% 101M 0s 169250K .......... .......... .......... .......... .......... 96% 104M 0s 169300K .......... .......... .......... .......... .......... 96% 111M 0s 169350K .......... .......... .......... .......... .......... 96% 90.6M 0s 169400K .......... .......... .......... .......... .......... 96% 138M 0s 169450K .......... .......... .......... .......... .......... 96% 113M 0s 169500K .......... .......... .......... .......... .......... 96% 88.8M 0s 169550K .......... .......... .......... .......... .......... 96% 112M 0s 169600K .......... .......... .......... .......... .......... 96% 143M 0s 169650K .......... .......... .......... .......... .......... 96% 102M 0s 169700K .......... .......... .......... .......... .......... 96% 102M 0s 169750K .......... .......... .......... .......... .......... 96% 96.2M 0s 169800K .......... .......... .......... .......... .......... 96% 133M 0s 169850K .......... .......... .......... .......... .......... 96% 95.0M 0s 169900K .......... .......... .......... .......... .......... 96% 109M 0s 169950K .......... .......... .......... .......... .......... 97% 14.2M 0s 170000K .......... .......... .......... .......... .......... 97% 49.2M 0s 170050K .......... .......... .......... .......... .......... 97% 126M 0s 170100K .......... .......... .......... .......... .......... 97% 118M 0s 170150K .......... .......... .......... .......... .......... 97% 90.5M 0s 170200K .......... .......... .......... .......... .......... 97% 122M 0s 170250K .......... .......... .......... .......... .......... 97% 120M 0s 170300K .......... .......... .......... .......... .......... 97% 12.1M 0s 170350K .......... .......... .......... .......... .......... 97% 115M 0s 170400K .......... .......... .......... .......... .......... 97% 96.4M 0s 170450K .......... .......... .......... .......... .......... 97% 97.1M 0s 170500K .......... .......... .......... .......... .......... 97% 125M 0s 170550K .......... .......... .......... .......... .......... 97% 9.93M 0s 170600K .......... .......... .......... .......... .......... 97% 130M 0s 170650K .......... .......... .......... .......... .......... 97% 86.4M 0s 170700K .......... .......... .......... .......... .......... 97% 113M 0s 170750K .......... .......... .......... .......... .......... 97% 81.7M 0s 170800K .......... .......... .......... .......... .......... 97% 25.1M 0s 170850K .......... .......... .......... .......... .......... 97% 91.8M 0s 170900K .......... .......... .......... .......... .......... 97% 120M 0s 170950K .......... .......... .......... .......... .......... 97% 103M 0s 171000K .......... .......... .......... .......... .......... 97% 96.9M 0s 171050K .......... .......... .......... .......... .......... 97% 27.6M 0s 171100K .......... .......... .......... .......... .......... 97% 98.0M 0s 171150K .......... .......... .......... .......... .......... 97% 122M 0s 171200K .......... .......... .......... .......... .......... 97% 100M 0s 171250K .......... .......... .......... .......... .......... 97% 104M 0s 171300K .......... .......... .......... .......... .......... 97% 18.8M 0s 171350K .......... .......... .......... .......... .......... 97% 86.6M 0s 171400K .......... .......... .......... .......... .......... 97% 133M 0s 171450K .......... .......... .......... .......... .......... 97% 126M 0s 171500K .......... .......... .......... .......... .......... 97% 80.3M 0s 171550K .......... .......... .......... .......... .......... 97% 16.0M 0s 171600K .......... .......... .......... .......... .......... 97% 114M 0s 171650K .......... .......... .......... .......... .......... 97% 112M 0s 171700K .......... .......... .......... .......... .......... 98% 96.4M 0s 171750K .......... .......... .......... .......... .......... 98% 105M 0s 171800K .......... .......... .......... .......... .......... 98% 24.0M 0s 171850K .......... .......... .......... .......... .......... 98% 104M 0s 171900K .......... .......... .......... .......... .......... 98% 118M 0s 171950K .......... .......... .......... .......... .......... 98% 97.9M 0s 172000K .......... .......... .......... .......... .......... 98% 20.0M 0s 172050K .......... .......... .......... .......... .......... 98% 9.43M 0s 172100K .......... .......... .......... .......... .......... 98% 113M 0s 172150K .......... .......... .......... .......... .......... 98% 91.1M 0s 172200K .......... .......... .......... .......... .......... 98% 120M 0s 172250K .......... .......... .......... .......... .......... 98% 109M 0s 172300K .......... .......... .......... .......... .......... 98% 33.3M 0s 172350K .......... .......... .......... .......... .......... 98% 94.5M 0s 172400K .......... .......... .......... .......... .......... 98% 84.8M 0s 172450K .......... .......... .......... .......... .......... 98% 79.2M 0s 172500K .......... .......... .......... .......... .......... 98% 95.2M 0s 172550K .......... .......... .......... .......... .......... 98% 92.6M 0s 172600K .......... .......... .......... .......... .......... 98% 36.6M 0s 172650K .......... .......... .......... .......... .......... 98% 89.8M 0s 172700K .......... .......... .......... .......... .......... 98% 76.4M 0s 172750K .......... .......... .......... .......... .......... 98% 82.2M 0s 172800K .......... .......... .......... .......... .......... 98% 85.3M 0s 172850K .......... .......... .......... .......... .......... 98% 42.4M 0s 172900K .......... .......... .......... .......... .......... 98% 134M 0s 172950K .......... .......... .......... .......... .......... 98% 141M 0s 173000K .......... .......... .......... .......... .......... 98% 63.5M 0s 173050K .......... .......... .......... .......... .......... 98% 136M 0s 173100K .......... .......... .......... .......... .......... 98% 69.3M 0s 173150K .......... .......... .......... .......... .......... 98% 104M 0s 173200K .......... .......... .......... .......... .......... 98% 105M 0s 173250K .......... .......... .......... .......... .......... 98% 117M 0s 173300K .......... .......... .......... .......... .......... 98% 99.9M 0s 173350K .......... .......... .......... .......... .......... 98% 22.3M 0s 173400K .......... .......... .......... .......... .......... 98% 94.6M 0s 173450K .......... .......... .......... .......... .......... 99% 122M 0s 173500K .......... .......... .......... .......... .......... 99% 124M 0s 173550K .......... .......... .......... .......... .......... 99% 87.7M 0s 173600K .......... .......... .......... .......... .......... 99% 15.0M 0s 173650K .......... .......... .......... .......... .......... 99% 106M 0s 173700K .......... .......... .......... .......... .......... 99% 91.5M 0s 173750K .......... .......... .......... .......... .......... 99% 108M 0s 173800K .......... .......... .......... .......... .......... 99% 141M 0s 173850K .......... .......... .......... .......... .......... 99% 31.1M 0s 173900K .......... .......... .......... .......... .......... 99% 110M 0s 173950K .......... .......... .......... .......... .......... 99% 108M 0s 174000K .......... .......... .......... .......... .......... 99% 113M 0s 174050K .......... .......... .......... .......... .......... 99% 107M 0s 174100K .......... .......... .......... .......... .......... 99% 13.4M 0s 174150K .......... .......... .......... .......... .......... 99% 102M 0s 174200K .......... .......... .......... .......... .......... 99% 104M 0s 174250K .......... .......... .......... .......... .......... 99% 114M 0s 174300K .......... .......... .......... .......... .......... 99% 93.3M 0s 174350K .......... .......... .......... .......... .......... 99% 103M 0s 174400K .......... .......... .......... .......... .......... 99% 147M 0s 174450K .......... .......... .......... .......... .......... 99% 112M 0s 174500K .......... .......... .......... .......... .......... 99% 87.9M 0s 174550K .......... .......... .......... .......... .......... 99% 112M 0s 174600K .......... .......... .......... .......... .......... 99% 119M 0s 174650K .......... .......... .......... .......... .......... 99% 66.9M 0s 174700K .......... .......... .......... .......... .......... 99% 110M 0s 174750K .......... .......... .......... .......... .......... 99% 101M 0s 174800K .......... .......... .......... .......... .......... 99% 118M 0s 174850K .......... .......... .......... .......... .......... 99% 116M 0s 174900K .......... .......... .......... .......... .......... 99% 95.5M 0s 174950K .......... .......... .......... .......... .......... 99% 129M 0s 175000K .......... .......... .......... .......... .......... 99% 98.6M 0s 175050K .......... .......... .......... .......... .......... 99% 111M 0s 175100K .......... .......... .......... .......... .......... 99% 125M 0s 175150K .......... .......... .......... .......... .......... 99% 122M 0s 175200K .......... .......... .......... .......... ... 100% 119M=2.1s 2021-12-16 04:58:31 (79.7 MB/s) - '/home/jenkins/extension.lib.external/wildfly-15.0.1.Final.tar.gz' saved [179449615/179449615] --2021-12-16 04:58:31-- https://download.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz Resolving download.eclipse.org (download.eclipse.org)... 198.41.30.199 Connecting to download.eclipse.org (download.eclipse.org)|198.41.30.199|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://archive.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz [following] --2021-12-16 04:58:33-- https://archive.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz Resolving archive.eclipse.org (archive.eclipse.org)... 198.41.30.199 Connecting to archive.eclipse.org (archive.eclipse.org)|198.41.30.199|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 213490446 (204M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz' 0K .......... .......... .......... .......... .......... 0% 18.8M 11s 50K .......... .......... .......... .......... .......... 0% 24.0M 10s 100K .......... .......... .......... .......... .......... 0% 35.3M 8s 150K .......... .......... .......... .......... .......... 0% 17.2M 9s 200K .......... .......... .......... .......... .......... 0% 37.2M 8s 250K .......... .......... .......... .......... .......... 0% 97.7M 7s 300K .......... .......... .......... .......... .......... 0% 109M 7s 350K .......... .......... .......... .......... .......... 0% 117M 6s 400K .......... .......... .......... .......... .......... 0% 102M 6s 450K .......... .......... .......... .......... .......... 0% 95.2M 5s 500K .......... .......... .......... .......... .......... 0% 52.2M 5s 550K .......... .......... .......... .......... .......... 0% 1.71M 15s 600K .......... .......... .......... .......... .......... 0% 138M 14s 650K .......... .......... .......... .......... .......... 0% 110M 13s 700K .......... .......... .......... .......... .......... 0% 47.3M 12s 750K .......... .......... .......... .......... .......... 0% 54.6M 12s 800K .......... .......... .......... .......... .......... 0% 59.2M 11s 850K .......... .......... .......... .......... .......... 0% 93.1M 11s 900K .......... .......... .......... .......... .......... 0% 113M 10s 950K .......... .......... .......... .......... .......... 0% 2.27M 14s 1000K .......... .......... .......... .......... .......... 0% 66.6M 14s 1050K .......... .......... .......... .......... .......... 0% 40.1M 13s 1100K .......... .......... .......... .......... .......... 0% 49.7M 13s 1150K .......... .......... .......... .......... .......... 0% 42.4M 12s 1200K .......... .......... .......... .......... .......... 0% 95.0M 12s 1250K .......... .......... .......... .......... .......... 0% 113M 12s 1300K .......... .......... .......... .......... .......... 0% 115M 11s 1350K .......... .......... .......... .......... .......... 0% 123M 11s 1400K .......... .......... .......... .......... .......... 0% 86.7M 11s 1450K .......... .......... .......... .......... .......... 0% 110M 10s 1500K .......... .......... .......... .......... .......... 0% 115M 10s 1550K .......... .......... .......... .......... .......... 0% 108M 10s 1600K .......... .......... .......... .......... .......... 0% 78.6M 10s 1650K .......... .......... .......... .......... .......... 0% 28.9M 9s 1700K .......... .......... .......... .......... .......... 0% 45.3M 9s 1750K .......... .......... .......... .......... .......... 0% 124M 9s 1800K .......... .......... .......... .......... .......... 0% 116M 9s 1850K .......... .......... .......... .......... .......... 0% 98.1M 9s 1900K .......... .......... .......... .......... .......... 0% 85.7M 9s 1950K .......... .......... .......... .......... .......... 0% 69.8M 8s 2000K .......... .......... .......... .......... .......... 0% 60.8M 8s 2050K .......... .......... .......... .......... .......... 1% 120M 8s 2100K .......... .......... .......... .......... .......... 1% 110M 8s 2150K .......... .......... .......... .......... .......... 1% 104M 8s 2200K .......... .......... .......... .......... .......... 1% 32.7M 8s 2250K .......... .......... .......... .......... .......... 1% 37.9M 8s 2300K .......... .......... .......... .......... .......... 1% 45.1M 8s 2350K .......... .......... .......... .......... .......... 1% 36.6M 8s 2400K .......... .......... .......... .......... .......... 1% 7.52M 8s 2450K .......... .......... .......... .......... .......... 1% 142M 8s 2500K .......... .......... .......... .......... .......... 1% 28.7M 8s 2550K .......... .......... .......... .......... .......... 1% 28.0M 8s 2600K .......... .......... .......... .......... .......... 1% 17.0M 8s 2650K .......... .......... .......... .......... .......... 1% 30.2M 8s 2700K .......... .......... .......... .......... .......... 1% 103M 8s 2750K .......... .......... .......... .......... .......... 1% 4.83M 8s 2800K .......... .......... .......... .......... .......... 1% 98.4M 8s 2850K .......... .......... .......... .......... .......... 1% 115M 8s 2900K .......... .......... .......... .......... .......... 1% 102M 8s 2950K .......... .......... .......... .......... .......... 1% 117M 8s 3000K .......... .......... .......... .......... .......... 1% 110M 8s 3050K .......... .......... .......... .......... .......... 1% 114M 8s 3100K .......... .......... .......... .......... .......... 1% 111M 8s 3150K .......... .......... .......... .......... .......... 1% 111M 8s 3200K .......... .......... .......... .......... .......... 1% 106M 7s 3250K .......... .......... .......... .......... .......... 1% 100M 7s 3300K .......... .......... .......... .......... .......... 1% 106M 7s 3350K .......... .......... .......... .......... .......... 1% 119M 7s 3400K .......... .......... .......... .......... .......... 1% 117M 7s 3450K .......... .......... .......... .......... .......... 1% 118M 7s 3500K .......... .......... .......... .......... .......... 1% 104M 7s 3550K .......... .......... .......... .......... .......... 1% 109M 7s 3600K .......... .......... .......... .......... .......... 1% 104M 7s 3650K .......... .......... .......... .......... .......... 1% 122M 7s 3700K .......... .......... .......... .......... .......... 1% 110M 7s 3750K .......... .......... .......... .......... .......... 1% 111M 7s 3800K .......... .......... .......... .......... .......... 1% 98.1M 7s 3850K .......... .......... .......... .......... .......... 1% 111M 7s 3900K .......... .......... .......... .......... .......... 1% 109M 6s 3950K .......... .......... .......... .......... .......... 1% 116M 6s 4000K .......... .......... .......... .......... .......... 1% 111M 6s 4050K .......... .......... .......... .......... .......... 1% 104M 6s 4100K .......... .......... .......... .......... .......... 1% 103M 6s 4150K .......... .......... .......... .......... .......... 2% 90.7M 6s 4200K .......... .......... .......... .......... .......... 2% 117M 6s 4250K .......... .......... .......... .......... .......... 2% 91.7M 6s 4300K .......... .......... .......... .......... .......... 2% 102M 6s 4350K .......... .......... .......... .......... .......... 2% 4.74M 6s 4400K .......... .......... .......... .......... .......... 2% 94.1M 6s 4450K .......... .......... .......... .......... .......... 2% 124M 6s 4500K .......... .......... .......... .......... .......... 2% 103M 6s 4550K .......... .......... .......... .......... .......... 2% 112M 6s 4600K .......... .......... .......... .......... .......... 2% 111M 6s 4650K .......... .......... .......... .......... .......... 2% 97.4M 6s 4700K .......... .......... .......... .......... .......... 2% 118M 6s 4750K .......... .......... .......... .......... .......... 2% 94.6M 6s 4800K .......... .......... .......... .......... .......... 2% 122M 6s 4850K .......... .......... .......... .......... .......... 2% 123M 6s 4900K .......... .......... .......... .......... .......... 2% 109M 6s 4950K .......... .......... .......... .......... .......... 2% 110M 6s 5000K .......... .......... .......... .......... .......... 2% 119M 6s 5050K .......... .......... .......... .......... .......... 2% 98.1M 6s 5100K .......... .......... .......... .......... .......... 2% 106M 6s 5150K .......... .......... .......... .......... .......... 2% 7.01M 6s 5200K .......... .......... .......... .......... .......... 2% 114M 6s 5250K .......... .......... .......... .......... .......... 2% 119M 6s 5300K .......... .......... .......... .......... .......... 2% 107M 6s 5350K .......... .......... .......... .......... .......... 2% 115M 6s 5400K .......... .......... .......... .......... .......... 2% 109M 6s 5450K .......... .......... .......... .......... .......... 2% 108M 6s 5500K .......... .......... .......... .......... .......... 2% 103M 6s 5550K .......... .......... .......... .......... .......... 2% 7.21M 6s 5600K .......... .......... .......... .......... .......... 2% 114M 6s 5650K .......... .......... .......... .......... .......... 2% 102M 6s 5700K .......... .......... .......... .......... .......... 2% 114M 6s 5750K .......... .......... .......... .......... .......... 2% 112M 6s 5800K .......... .......... .......... .......... .......... 2% 102M 6s 5850K .......... .......... .......... .......... .......... 2% 57.9M 6s 5900K .......... .......... .......... .......... .......... 2% 86.2M 6s 5950K .......... .......... .......... .......... .......... 2% 33.4M 6s 6000K .......... .......... .......... .......... .......... 2% 111M 6s 6050K .......... .......... .......... .......... .......... 2% 88.2M 6s 6100K .......... .......... .......... .......... .......... 2% 108M 6s 6150K .......... .......... .......... .......... .......... 2% 126M 6s 6200K .......... .......... .......... .......... .......... 2% 102M 5s 6250K .......... .......... .......... .......... .......... 3% 119M 5s 6300K .......... .......... .......... .......... .......... 3% 99.1M 5s 6350K .......... .......... .......... .......... .......... 3% 112M 5s 6400K .......... .......... .......... .......... .......... 3% 103M 5s 6450K .......... .......... .......... .......... .......... 3% 121M 5s 6500K .......... .......... .......... .......... .......... 3% 7.28M 6s 6550K .......... .......... .......... .......... .......... 3% 2.32M 6s 6600K .......... .......... .......... .......... .......... 3% 164M 6s 6650K .......... .......... .......... .......... .......... 3% 104M 6s 6700K .......... .......... .......... .......... .......... 3% 113M 6s 6750K .......... .......... .......... .......... .......... 3% 102M 6s 6800K .......... .......... .......... .......... .......... 3% 111M 6s 6850K .......... .......... .......... .......... .......... 3% 116M 6s 6900K .......... .......... .......... .......... .......... 3% 109M 6s 6950K .......... .......... .......... .......... .......... 3% 115M 6s 7000K .......... .......... .......... .......... .......... 3% 115M 6s 7050K .......... .......... .......... .......... .......... 3% 110M 6s 7100K .......... .......... .......... .......... .......... 3% 102M 6s 7150K .......... .......... .......... .......... .......... 3% 6.98M 6s 7200K .......... .......... .......... .......... .......... 3% 157M 6s 7250K .......... .......... .......... .......... .......... 3% 123M 6s 7300K .......... .......... .......... .......... .......... 3% 93.6M 6s 7350K .......... .......... .......... .......... .......... 3% 120M 6s 7400K .......... .......... .......... .......... .......... 3% 108M 6s 7450K .......... .......... .......... .......... .......... 3% 101M 6s 7500K .......... .......... .......... .......... .......... 3% 124M 6s 7550K .......... .......... .......... .......... .......... 3% 116M 6s 7600K .......... .......... .......... .......... .......... 3% 107M 6s 7650K .......... .......... .......... .......... .......... 3% 107M 6s 7700K .......... .......... .......... .......... .......... 3% 109M 6s 7750K .......... .......... .......... .......... .......... 3% 108M 6s 7800K .......... .......... .......... .......... .......... 3% 103M 6s 7850K .......... .......... .......... .......... .......... 3% 118M 6s 7900K .......... .......... .......... .......... .......... 3% 115M 5s 7950K .......... .......... .......... .......... .......... 3% 79.2M 5s 8000K .......... .......... .......... .......... .......... 3% 82.7M 5s 8050K .......... .......... .......... .......... .......... 3% 98.1M 5s 8100K .......... .......... .......... .......... .......... 3% 60.9M 5s 8150K .......... .......... .......... .......... .......... 3% 143M 5s 8200K .......... .......... .......... .......... .......... 3% 64.8M 5s 8250K .......... .......... .......... .......... .......... 3% 106M 5s 8300K .......... .......... .......... .......... .......... 4% 60.0M 5s 8350K .......... .......... .......... .......... .......... 4% 103M 5s 8400K .......... .......... .......... .......... .......... 4% 64.3M 5s 8450K .......... .......... .......... .......... .......... 4% 107M 5s 8500K .......... .......... .......... .......... .......... 4% 90.2M 5s 8550K .......... .......... .......... .......... .......... 4% 97.5M 5s 8600K .......... .......... .......... .......... .......... 4% 117M 5s 8650K .......... .......... .......... .......... .......... 4% 102M 5s 8700K .......... .......... .......... .......... .......... 4% 107M 5s 8750K .......... .......... .......... .......... .......... 4% 4.83M 5s 8800K .......... .......... .......... .......... .......... 4% 118M 5s 8850K .......... .......... .......... .......... .......... 4% 98.6M 5s 8900K .......... .......... .......... .......... .......... 4% 85.7M 5s 8950K .......... .......... .......... .......... .......... 4% 69.8M 5s 9000K .......... .......... .......... .......... .......... 4% 73.5M 5s 9050K .......... .......... .......... .......... .......... 4% 67.0M 5s 9100K .......... .......... .......... .......... .......... 4% 80.4M 5s 9150K .......... .......... .......... .......... .......... 4% 112M 5s 9200K .......... .......... .......... .......... .......... 4% 89.7M 5s 9250K .......... .......... .......... .......... .......... 4% 89.3M 5s 9300K .......... .......... .......... .......... .......... 4% 119M 5s 9350K .......... .......... .......... .......... .......... 4% 114M 5s 9400K .......... .......... .......... .......... .......... 4% 95.2M 5s 9450K .......... .......... .......... .......... .......... 4% 102M 5s 9500K .......... .......... .......... .......... .......... 4% 84.8M 5s 9550K .......... .......... .......... .......... .......... 4% 64.6M 5s 9600K .......... .......... .......... .......... .......... 4% 69.8M 5s 9650K .......... .......... .......... .......... .......... 4% 118M 5s 9700K .......... .......... .......... .......... .......... 4% 95.2M 5s 9750K .......... .......... .......... .......... .......... 4% 108M 5s 9800K .......... .......... .......... .......... .......... 4% 89.8M 5s 9850K .......... .......... .......... .......... .......... 4% 52.5M 5s 9900K .......... .......... .......... .......... .......... 4% 33.7M 5s 9950K .......... .......... .......... .......... .......... 4% 96.8M 5s 10000K .......... .......... .......... .......... .......... 4% 116M 5s 10050K .......... .......... .......... .......... .......... 4% 6.01M 5s 10100K .......... .......... .......... .......... .......... 4% 114M 5s 10150K .......... .......... .......... .......... .......... 4% 75.9M 5s 10200K .......... .......... .......... .......... .......... 4% 112M 5s 10250K .......... .......... .......... .......... .......... 4% 64.7M 5s 10300K .......... .......... .......... .......... .......... 4% 104M 5s 10350K .......... .......... .......... .......... .......... 4% 71.1M 5s 10400K .......... .......... .......... .......... .......... 5% 2.30M 5s 10450K .......... .......... .......... .......... .......... 5% 101M 5s 10500K .......... .......... .......... .......... .......... 5% 123M 5s 10550K .......... .......... .......... .......... .......... 5% 105M 5s 10600K .......... .......... .......... .......... .......... 5% 113M 5s 10650K .......... .......... .......... .......... .......... 5% 105M 5s 10700K .......... .......... .......... .......... .......... 5% 106M 5s 10750K .......... .......... .......... .......... .......... 5% 123M 5s 10800K .......... .......... .......... .......... .......... 5% 109M 5s 10850K .......... .......... .......... .......... .......... 5% 113M 5s 10900K .......... .......... .......... .......... .......... 5% 109M 5s 10950K .......... .......... .......... .......... .......... 5% 106M 5s 11000K .......... .......... .......... .......... .......... 5% 110M 5s 11050K .......... .......... .......... .......... .......... 5% 116M 5s 11100K .......... .......... .......... .......... .......... 5% 109M 5s 11150K .......... .......... .......... .......... .......... 5% 109M 5s 11200K .......... .......... .......... .......... .......... 5% 117M 5s 11250K .......... .......... .......... .......... .......... 5% 84.5M 5s 11300K .......... .......... .......... .......... .......... 5% 141M 5s 11350K .......... .......... .......... .......... .......... 5% 104M 5s 11400K .......... .......... .......... .......... .......... 5% 130M 5s 11450K .......... .......... .......... .......... .......... 5% 73.3M 5s 11500K .......... .......... .......... .......... .......... 5% 120M 5s 11550K .......... .......... .......... .......... .......... 5% 103M 5s 11600K .......... .......... .......... .......... .......... 5% 88.1M 5s 11650K .......... .......... .......... .......... .......... 5% 101M 5s 11700K .......... .......... .......... .......... .......... 5% 85.6M 5s 11750K .......... .......... .......... .......... .......... 5% 110M 5s 11800K .......... .......... .......... .......... .......... 5% 118M 5s 11850K .......... .......... .......... .......... .......... 5% 99.2M 5s 11900K .......... .......... .......... .......... .......... 5% 127M 5s 11950K .......... .......... .......... .......... .......... 5% 110M 5s 12000K .......... .......... .......... .......... .......... 5% 112M 5s 12050K .......... .......... .......... .......... .......... 5% 98.3M 5s 12100K .......... .......... .......... .......... .......... 5% 131M 5s 12150K .......... .......... .......... .......... .......... 5% 92.6M 5s 12200K .......... .......... .......... .......... .......... 5% 118M 5s 12250K .......... .......... .......... .......... .......... 5% 103M 5s 12300K .......... .......... .......... .......... .......... 5% 112M 5s 12350K .......... .......... .......... .......... .......... 5% 106M 5s 12400K .......... .......... .......... .......... .......... 5% 117M 5s 12450K .......... .......... .......... .......... .......... 5% 101M 5s 12500K .......... .......... .......... .......... .......... 6% 126M 5s 12550K .......... .......... .......... .......... .......... 6% 95.8M 5s 12600K .......... .......... .......... .......... .......... 6% 121M 5s 12650K .......... .......... .......... .......... .......... 6% 108M 5s 12700K .......... .......... .......... .......... .......... 6% 104M 5s 12750K .......... .......... .......... .......... .......... 6% 115M 5s 12800K .......... .......... .......... .......... .......... 6% 115M 5s 12850K .......... .......... .......... .......... .......... 6% 90.6M 5s 12900K .......... .......... .......... .......... .......... 6% 123M 5s 12950K .......... .......... .......... .......... .......... 6% 114M 5s 13000K .......... .......... .......... .......... .......... 6% 107M 5s 13050K .......... .......... .......... .......... .......... 6% 118M 5s 13100K .......... .......... .......... .......... .......... 6% 10.4M 5s 13150K .......... .......... .......... .......... .......... 6% 109M 5s 13200K .......... .......... .......... .......... .......... 6% 105M 5s 13250K .......... .......... .......... .......... .......... 6% 114M 5s 13300K .......... .......... .......... .......... .......... 6% 109M 5s 13350K .......... .......... .......... .......... .......... 6% 104M 5s 13400K .......... .......... .......... .......... .......... 6% 104M 5s 13450K .......... .......... .......... .......... .......... 6% 108M 5s 13500K .......... .......... .......... .......... .......... 6% 64.8M 5s 13550K .......... .......... .......... .......... .......... 6% 6.12M 5s 13600K .......... .......... .......... .......... .......... 6% 101M 5s 13650K .......... .......... .......... .......... .......... 6% 114M 5s 13700K .......... .......... .......... .......... .......... 6% 112M 5s 13750K .......... .......... .......... .......... .......... 6% 125M 5s 13800K .......... .......... .......... .......... .......... 6% 95.1M 5s 13850K .......... .......... .......... .......... .......... 6% 117M 5s 13900K .......... .......... .......... .......... .......... 6% 113M 5s 13950K .......... .......... .......... .......... .......... 6% 121M 5s 14000K .......... .......... .......... .......... .......... 6% 105M 5s 14050K .......... .......... .......... .......... .......... 6% 110M 5s 14100K .......... .......... .......... .......... .......... 6% 107M 5s 14150K .......... .......... .......... .......... .......... 6% 105M 5s 14200K .......... .......... .......... .......... .......... 6% 116M 5s 14250K .......... .......... .......... .......... .......... 6% 104M 5s 14300K .......... .......... .......... .......... .......... 6% 101M 4s 14350K .......... .......... .......... .......... .......... 6% 119M 4s 14400K .......... .......... .......... .......... .......... 6% 102M 4s 14450K .......... .......... .......... .......... .......... 6% 109M 4s 14500K .......... .......... .......... .......... .......... 6% 107M 4s 14550K .......... .......... .......... .......... .......... 7% 95.0M 4s 14600K .......... .......... .......... .......... .......... 7% 105M 4s 14650K .......... .......... .......... .......... .......... 7% 111M 4s 14700K .......... .......... .......... .......... .......... 7% 131M 4s 14750K .......... .......... .......... .......... .......... 7% 110M 4s 14800K .......... .......... .......... .......... .......... 7% 93.5M 4s 14850K .......... .......... .......... .......... .......... 7% 106M 4s 14900K .......... .......... .......... .......... .......... 7% 97.1M 4s 14950K .......... .......... .......... .......... .......... 7% 108M 4s 15000K .......... .......... .......... .......... .......... 7% 105M 4s 15050K .......... .......... .......... .......... .......... 7% 114M 4s 15100K .......... .......... .......... .......... .......... 7% 109M 4s 15150K .......... .......... .......... .......... .......... 7% 104M 4s 15200K .......... .......... .......... .......... .......... 7% 107M 4s 15250K .......... .......... .......... .......... .......... 7% 111M 4s 15300K .......... .......... .......... .......... .......... 7% 108M 4s 15350K .......... .......... .......... .......... .......... 7% 3.66M 4s 15400K .......... .......... .......... .......... .......... 7% 129M 4s 15450K .......... .......... .......... .......... .......... 7% 5.57M 5s 15500K .......... .......... .......... .......... .......... 7% 123M 5s 15550K .......... .......... .......... .......... .......... 7% 92.3M 5s 15600K .......... .......... .......... .......... .......... 7% 110M 4s 15650K .......... .......... .......... .......... .......... 7% 118M 4s 15700K .......... .......... .......... .......... .......... 7% 108M 4s 15750K .......... .......... .......... .......... .......... 7% 43.2M 4s 15800K .......... .......... .......... .......... .......... 7% 106M 4s 15850K .......... .......... .......... .......... .......... 7% 113M 4s 15900K .......... .......... .......... .......... .......... 7% 111M 4s 15950K .......... .......... .......... .......... .......... 7% 105M 4s 16000K .......... .......... .......... .......... .......... 7% 103M 4s 16050K .......... .......... .......... .......... .......... 7% 117M 4s 16100K .......... .......... .......... .......... .......... 7% 112M 4s 16150K .......... .......... .......... .......... .......... 7% 111M 4s 16200K .......... .......... .......... .......... .......... 7% 103M 4s 16250K .......... .......... .......... .......... .......... 7% 58.0M 4s 16300K .......... .......... .......... .......... .......... 7% 110M 4s 16350K .......... .......... .......... .......... .......... 7% 105M 4s 16400K .......... .......... .......... .......... .......... 7% 96.3M 4s 16450K .......... .......... .......... .......... .......... 7% 88.3M 4s 16500K .......... .......... .......... .......... .......... 7% 107M 4s 16550K .......... .......... .......... .......... .......... 7% 108M 4s 16600K .......... .......... .......... .......... .......... 7% 6.96M 4s 16650K .......... .......... .......... .......... .......... 8% 111M 4s 16700K .......... .......... .......... .......... .......... 8% 7.63M 4s 16750K .......... .......... .......... .......... .......... 8% 111M 4s 16800K .......... .......... .......... .......... .......... 8% 117M 4s 16850K .......... .......... .......... .......... .......... 8% 79.3M 4s 16900K .......... .......... .......... .......... .......... 8% 79.4M 4s 16950K .......... .......... .......... .......... .......... 8% 79.9M 4s 17000K .......... .......... .......... .......... .......... 8% 80.8M 4s 17050K .......... .......... .......... .......... .......... 8% 69.8M 4s 17100K .......... .......... .......... .......... .......... 8% 80.5M 4s 17150K .......... .......... .......... .......... .......... 8% 82.5M 4s 17200K .......... .......... .......... .......... .......... 8% 82.6M 4s 17250K .......... .......... .......... .......... .......... 8% 60.9M 4s 17300K .......... .......... .......... .......... .......... 8% 95.9M 4s 17350K .......... .......... .......... .......... .......... 8% 56.2M 4s 17400K .......... .......... .......... .......... .......... 8% 75.3M 4s 17450K .......... .......... .......... .......... .......... 8% 26.8M 4s 17500K .......... .......... .......... .......... .......... 8% 53.3M 4s 17550K .......... .......... .......... .......... .......... 8% 78.5M 4s 17600K .......... .......... .......... .......... .......... 8% 101M 4s 17650K .......... .......... .......... .......... .......... 8% 107M 4s 17700K .......... .......... .......... .......... .......... 8% 97.7M 4s 17750K .......... .......... .......... .......... .......... 8% 96.8M 4s 17800K .......... .......... .......... .......... .......... 8% 56.8M 4s 17850K .......... .......... .......... .......... .......... 8% 45.3M 4s 17900K .......... .......... .......... .......... .......... 8% 73.8M 4s 17950K .......... .......... .......... .......... .......... 8% 56.2M 4s 18000K .......... .......... .......... .......... .......... 8% 66.3M 4s 18050K .......... .......... .......... .......... .......... 8% 76.9M 4s 18100K .......... .......... .......... .......... .......... 8% 95.9M 4s 18150K .......... .......... .......... .......... .......... 8% 54.3M 4s 18200K .......... .......... .......... .......... .......... 8% 84.8M 4s 18250K .......... .......... .......... .......... .......... 8% 57.7M 4s 18300K .......... .......... .......... .......... .......... 8% 109M 4s 18350K .......... .......... .......... .......... .......... 8% 55.5M 4s 18400K .......... .......... .......... .......... .......... 8% 114M 4s 18450K .......... .......... .......... .......... .......... 8% 96.1M 4s 18500K .......... .......... .......... .......... .......... 8% 91.0M 4s 18550K .......... .......... .......... .......... .......... 8% 78.0M 4s 18600K .......... .......... .......... .......... .......... 8% 70.8M 4s 18650K .......... .......... .......... .......... .......... 8% 110M 4s 18700K .......... .......... .......... .......... .......... 8% 109M 4s 18750K .......... .......... .......... .......... .......... 9% 112M 4s 18800K .......... .......... .......... .......... .......... 9% 101M 4s 18850K .......... .......... .......... .......... .......... 9% 117M 4s 18900K .......... .......... .......... .......... .......... 9% 101M 4s 18950K .......... .......... .......... .......... .......... 9% 96.7M 4s 19000K .......... .......... .......... .......... .......... 9% 76.6M 4s 19050K .......... .......... .......... .......... .......... 9% 86.6M 4s 19100K .......... .......... .......... .......... .......... 9% 73.6M 4s 19150K .......... .......... .......... .......... .......... 9% 4.68M 4s 19200K .......... .......... .......... .......... .......... 9% 123M 4s 19250K .......... .......... .......... .......... .......... 9% 95.3M 4s 19300K .......... .......... .......... .......... .......... 9% 121M 4s 19350K .......... .......... .......... .......... .......... 9% 113M 4s 19400K .......... .......... .......... .......... .......... 9% 96.7M 4s 19450K .......... .......... .......... .......... .......... 9% 99.0M 4s 19500K .......... .......... .......... .......... .......... 9% 113M 4s 19550K .......... .......... .......... .......... .......... 9% 137M 4s 19600K .......... .......... .......... .......... .......... 9% 102M 4s 19650K .......... .......... .......... .......... .......... 9% 6.31M 4s 19700K .......... .......... .......... .......... .......... 9% 129M 4s 19750K .......... .......... .......... .......... .......... 9% 120M 4s 19800K .......... .......... .......... .......... .......... 9% 125M 4s 19850K .......... .......... .......... .......... .......... 9% 106M 4s 19900K .......... .......... .......... .......... .......... 9% 113M 4s 19950K .......... .......... .......... .......... .......... 9% 103M 4s 20000K .......... .......... .......... .......... .......... 9% 7.40M 4s 20050K .......... .......... .......... .......... .......... 9% 81.1M 4s 20100K .......... .......... .......... .......... .......... 9% 95.5M 4s 20150K .......... .......... .......... .......... .......... 9% 96.5M 4s 20200K .......... .......... .......... .......... .......... 9% 67.7M 4s 20250K .......... .......... .......... .......... .......... 9% 101M 4s 20300K .......... .......... .......... .......... .......... 9% 56.8M 4s 20350K .......... .......... .......... .......... .......... 9% 3.16M 4s 20400K .......... .......... .......... .......... .......... 9% 124M 4s 20450K .......... .......... .......... .......... .......... 9% 78.1M 4s 20500K .......... .......... .......... .......... .......... 9% 111M 4s 20550K .......... .......... .......... .......... .......... 9% 103M 4s 20600K .......... .......... .......... .......... .......... 9% 28.7M 4s 20650K .......... .......... .......... .......... .......... 9% 3.92M 4s 20700K .......... .......... .......... .......... .......... 9% 101M 4s 20750K .......... .......... .......... .......... .......... 9% 123M 4s 20800K .......... .......... .......... .......... .......... 10% 63.2M 4s 20850K .......... .......... .......... .......... .......... 10% 111M 4s 20900K .......... .......... .......... .......... .......... 10% 115M 4s 20950K .......... .......... .......... .......... .......... 10% 110M 4s 21000K .......... .......... .......... .......... .......... 10% 99.1M 4s 21050K .......... .......... .......... .......... .......... 10% 119M 4s 21100K .......... .......... .......... .......... .......... 10% 105M 4s 21150K .......... .......... .......... .......... .......... 10% 76.9M 4s 21200K .......... .......... .......... .......... .......... 10% 13.7M 4s 21250K .......... .......... .......... .......... .......... 10% 130M 4s 21300K .......... .......... .......... .......... .......... 10% 113M 4s 21350K .......... .......... .......... .......... .......... 10% 115M 4s 21400K .......... .......... .......... .......... .......... 10% 91.0M 4s 21450K .......... .......... .......... .......... .......... 10% 112M 4s 21500K .......... .......... .......... .......... .......... 10% 103M 4s 21550K .......... .......... .......... .......... .......... 10% 118M 4s 21600K .......... .......... .......... .......... .......... 10% 109M 4s 21650K .......... .......... .......... .......... .......... 10% 107M 4s 21700K .......... .......... .......... .......... .......... 10% 102M 4s 21750K .......... .......... .......... .......... .......... 10% 118M 4s 21800K .......... .......... .......... .......... .......... 10% 106M 4s 21850K .......... .......... .......... .......... .......... 10% 114M 4s 21900K .......... .......... .......... .......... .......... 10% 109M 4s 21950K .......... .......... .......... .......... .......... 10% 122M 4s 22000K .......... .......... .......... .......... .......... 10% 95.7M 4s 22050K .......... .......... .......... .......... .......... 10% 117M 4s 22100K .......... .......... .......... .......... .......... 10% 112M 4s 22150K .......... .......... .......... .......... .......... 10% 118M 4s 22200K .......... .......... .......... .......... .......... 10% 109M 4s 22250K .......... .......... .......... .......... .......... 10% 107M 4s 22300K .......... .......... .......... .......... .......... 10% 116M 4s 22350K .......... .......... .......... .......... .......... 10% 103M 4s 22400K .......... .......... .......... .......... .......... 10% 102M 4s 22450K .......... .......... .......... .......... .......... 10% 117M 4s 22500K .......... .......... .......... .......... .......... 10% 107M 4s 22550K .......... .......... .......... .......... .......... 10% 129M 4s 22600K .......... .......... .......... .......... .......... 10% 6.66M 4s 22650K .......... .......... .......... .......... .......... 10% 123M 4s 22700K .......... .......... .......... .......... .......... 10% 4.78M 4s 22750K .......... .......... .......... .......... .......... 10% 92.6M 4s 22800K .......... .......... .......... .......... .......... 10% 138M 4s 22850K .......... .......... .......... .......... .......... 10% 99.0M 4s 22900K .......... .......... .......... .......... .......... 11% 113M 4s 22950K .......... .......... .......... .......... .......... 11% 70.3M 4s 23000K .......... .......... .......... .......... .......... 11% 65.9M 4s 23050K .......... .......... .......... .......... .......... 11% 65.4M 4s 23100K .......... .......... .......... .......... .......... 11% 67.1M 4s 23150K .......... .......... .......... .......... .......... 11% 107M 4s 23200K .......... .......... .......... .......... .......... 11% 111M 4s 23250K .......... .......... .......... .......... .......... 11% 104M 4s 23300K .......... .......... .......... .......... .......... 11% 107M 4s 23350K .......... .......... .......... .......... .......... 11% 111M 4s 23400K .......... .......... .......... .......... .......... 11% 112M 4s 23450K .......... .......... .......... .......... .......... 11% 102M 4s 23500K .......... .......... .......... .......... .......... 11% 72.1M 4s 23550K .......... .......... .......... .......... .......... 11% 107M 4s 23600K .......... .......... .......... .......... .......... 11% 4.18M 4s 23650K .......... .......... .......... .......... .......... 11% 145M 4s 23700K .......... .......... .......... .......... .......... 11% 103M 4s 23750K .......... .......... .......... .......... .......... 11% 103M 4s 23800K .......... .......... .......... .......... .......... 11% 94.0M 4s 23850K .......... .......... .......... .......... .......... 11% 105M 4s 23900K .......... .......... .......... .......... .......... 11% 116M 4s 23950K .......... .......... .......... .......... .......... 11% 114M 4s 24000K .......... .......... .......... .......... .......... 11% 104M 4s 24050K .......... .......... .......... .......... .......... 11% 90.9M 4s 24100K .......... .......... .......... .......... .......... 11% 97.1M 4s 24150K .......... .......... .......... .......... .......... 11% 81.1M 4s 24200K .......... .......... .......... .......... .......... 11% 102M 4s 24250K .......... .......... .......... .......... .......... 11% 100M 4s 24300K .......... .......... .......... .......... .......... 11% 105M 4s 24350K .......... .......... .......... .......... .......... 11% 5.60M 4s 24400K .......... .......... .......... .......... .......... 11% 145M 4s 24450K .......... .......... .......... .......... .......... 11% 147M 4s 24500K .......... .......... .......... .......... .......... 11% 114M 4s 24550K .......... .......... .......... .......... .......... 11% 65.7M 4s 24600K .......... .......... .......... .......... .......... 11% 122M 4s 24650K .......... .......... .......... .......... .......... 11% 113M 4s 24700K .......... .......... .......... .......... .......... 11% 116M 4s 24750K .......... .......... .......... .......... .......... 11% 101M 4s 24800K .......... .......... .......... .......... .......... 11% 114M 4s 24850K .......... .......... .......... .......... .......... 11% 3.93M 4s 24900K .......... .......... .......... .......... .......... 11% 219M 4s 24950K .......... .......... .......... .......... .......... 11% 3.95M 4s 25000K .......... .......... .......... .......... .......... 12% 148M 4s 25050K .......... .......... .......... .......... .......... 12% 122M 4s 25100K .......... .......... .......... .......... .......... 12% 4.10M 4s 25150K .......... .......... .......... .......... .......... 12% 96.9M 4s 25200K .......... .......... .......... .......... .......... 12% 142M 4s 25250K .......... .......... .......... .......... .......... 12% 125M 4s 25300K .......... .......... .......... .......... .......... 12% 111M 4s 25350K .......... .......... .......... .......... .......... 12% 101M 4s 25400K .......... .......... .......... .......... .......... 12% 109M 4s 25450K .......... .......... .......... .......... .......... 12% 42.3M 4s 25500K .......... .......... .......... .......... .......... 12% 6.27M 4s 25550K .......... .......... .......... .......... .......... 12% 111M 4s 25600K .......... .......... .......... .......... .......... 12% 101M 4s 25650K .......... .......... .......... .......... .......... 12% 114M 4s 25700K .......... .......... .......... .......... .......... 12% 107M 4s 25750K .......... .......... .......... .......... .......... 12% 122M 4s 25800K .......... .......... .......... .......... .......... 12% 101M 4s 25850K .......... .......... .......... .......... .......... 12% 110M 4s 25900K .......... .......... .......... .......... .......... 12% 103M 4s 25950K .......... .......... .......... .......... .......... 12% 106M 4s 26000K .......... .......... .......... .......... .......... 12% 122M 4s 26050K .......... .......... .......... .......... .......... 12% 105M 4s 26100K .......... .......... .......... .......... .......... 12% 106M 4s 26150K .......... .......... .......... .......... .......... 12% 108M 4s 26200K .......... .......... .......... .......... .......... 12% 105M 4s 26250K .......... .......... .......... .......... .......... 12% 108M 4s 26300K .......... .......... .......... .......... .......... 12% 116M 4s 26350K .......... .......... .......... .......... .......... 12% 101M 4s 26400K .......... .......... .......... .......... .......... 12% 106M 4s 26450K .......... .......... .......... .......... .......... 12% 106M 4s 26500K .......... .......... .......... .......... .......... 12% 77.7M 4s 26550K .......... .......... .......... .......... .......... 12% 108M 4s 26600K .......... .......... .......... .......... .......... 12% 112M 4s 26650K .......... .......... .......... .......... .......... 12% 103M 4s 26700K .......... .......... .......... .......... .......... 12% 102M 4s 26750K .......... .......... .......... .......... .......... 12% 116M 4s 26800K .......... .......... .......... .......... .......... 12% 99.5M 4s 26850K .......... .......... .......... .......... .......... 12% 101M 4s 26900K .......... .......... .......... .......... .......... 12% 120M 4s 26950K .......... .......... .......... .......... .......... 12% 108M 4s 27000K .......... .......... .......... .......... .......... 12% 107M 4s 27050K .......... .......... .......... .......... .......... 12% 104M 4s 27100K .......... .......... .......... .......... .......... 13% 117M 4s 27150K .......... .......... .......... .......... .......... 13% 107M 4s 27200K .......... .......... .......... .......... .......... 13% 123M 4s 27250K .......... .......... .......... .......... .......... 13% 88.0M 4s 27300K .......... .......... .......... .......... .......... 13% 144M 4s 27350K .......... .......... .......... .......... .......... 13% 89.4M 4s 27400K .......... .......... .......... .......... .......... 13% 58.2M 4s 27450K .......... .......... .......... .......... .......... 13% 5.93M 4s 27500K .......... .......... .......... .......... .......... 13% 116M 4s 27550K .......... .......... .......... .......... .......... 13% 105M 4s 27600K .......... .......... .......... .......... .......... 13% 103M 4s 27650K .......... .......... .......... .......... .......... 13% 121M 4s 27700K .......... .......... .......... .......... .......... 13% 102M 4s 27750K .......... .......... .......... .......... .......... 13% 121M 4s 27800K .......... .......... .......... .......... .......... 13% 106M 4s 27850K .......... .......... .......... .......... .......... 13% 112M 4s 27900K .......... .......... .......... .......... .......... 13% 110M 4s 27950K .......... .......... .......... .......... .......... 13% 99.6M 4s 28000K .......... .......... .......... .......... .......... 13% 113M 4s 28050K .......... .......... .......... .......... .......... 13% 107M 4s 28100K .......... .......... .......... .......... .......... 13% 115M 4s 28150K .......... .......... .......... .......... .......... 13% 115M 4s 28200K .......... .......... .......... .......... .......... 13% 108M 4s 28250K .......... .......... .......... .......... .......... 13% 104M 4s 28300K .......... .......... .......... .......... .......... 13% 108M 4s 28350K .......... .......... .......... .......... .......... 13% 105M 4s 28400K .......... .......... .......... .......... .......... 13% 123M 4s 28450K .......... .......... .......... .......... .......... 13% 109M 4s 28500K .......... .......... .......... .......... .......... 13% 99.8M 4s 28550K .......... .......... .......... .......... .......... 13% 109M 4s 28600K .......... .......... .......... .......... .......... 13% 103M 4s 28650K .......... .......... .......... .......... .......... 13% 116M 4s 28700K .......... .......... .......... .......... .......... 13% 114M 4s 28750K .......... .......... .......... .......... .......... 13% 118M 4s 28800K .......... .......... .......... .......... .......... 13% 107M 4s 28850K .......... .......... .......... .......... .......... 13% 104M 4s 28900K .......... .......... .......... .......... .......... 13% 116M 4s 28950K .......... .......... .......... .......... .......... 13% 99.6M 4s 29000K .......... .......... .......... .......... .......... 13% 109M 4s 29050K .......... .......... .......... .......... .......... 13% 117M 4s 29100K .......... .......... .......... .......... .......... 13% 119M 4s 29150K .......... .......... .......... .......... .......... 14% 93.7M 4s 29200K .......... .......... .......... .......... .......... 14% 111M 4s 29250K .......... .......... .......... .......... .......... 14% 119M 4s 29300K .......... .......... .......... .......... .......... 14% 111M 4s 29350K .......... .......... .......... .......... .......... 14% 113M 4s 29400K .......... .......... .......... .......... .......... 14% 99.6M 4s 29450K .......... .......... .......... .......... .......... 14% 120M 4s 29500K .......... .......... .......... .......... .......... 14% 109M 4s 29550K .......... .......... .......... .......... .......... 14% 110M 4s 29600K .......... .......... .......... .......... .......... 14% 103M 4s 29650K .......... .......... .......... .......... .......... 14% 111M 4s 29700K .......... .......... .......... .......... .......... 14% 116M 4s 29750K .......... .......... .......... .......... .......... 14% 104M 4s 29800K .......... .......... .......... .......... .......... 14% 120M 4s 29850K .......... .......... .......... .......... .......... 14% 99.1M 4s 29900K .......... .......... .......... .......... .......... 14% 61.5M 4s 29950K .......... .......... .......... .......... .......... 14% 103M 4s 30000K .......... .......... .......... .......... .......... 14% 64.8M 4s 30050K .......... .......... .......... .......... .......... 14% 3.44M 4s 30100K .......... .......... .......... .......... .......... 14% 106M 4s 30150K .......... .......... .......... .......... .......... 14% 112M 4s 30200K .......... .......... .......... .......... .......... 14% 99.4M 4s 30250K .......... .......... .......... .......... .......... 14% 77.4M 4s 30300K .......... .......... .......... .......... .......... 14% 93.6M 4s 30350K .......... .......... .......... .......... .......... 14% 5.02M 4s 30400K .......... .......... .......... .......... .......... 14% 90.7M 4s 30450K .......... .......... .......... .......... .......... 14% 74.0M 4s 30500K .......... .......... .......... .......... .......... 14% 65.9M 4s 30550K .......... .......... .......... .......... .......... 14% 86.9M 4s 30600K .......... .......... .......... .......... .......... 14% 41.6M 4s 30650K .......... .......... .......... .......... .......... 14% 69.6M 4s 30700K .......... .......... .......... .......... .......... 14% 65.9M 4s 30750K .......... .......... .......... .......... .......... 14% 85.7M 4s 30800K .......... .......... .......... .......... .......... 14% 74.1M 4s 30850K .......... .......... .......... .......... .......... 14% 47.0M 4s 30900K .......... .......... .......... .......... .......... 14% 55.1M 4s 30950K .......... .......... .......... .......... .......... 14% 56.2M 4s 31000K .......... .......... .......... .......... .......... 14% 110M 4s 31050K .......... .......... .......... .......... .......... 14% 64.2M 4s 31100K .......... .......... .......... .......... .......... 14% 39.5M 4s 31150K .......... .......... .......... .......... .......... 14% 48.9M 4s 31200K .......... .......... .......... .......... .......... 14% 55.5M 4s 31250K .......... .......... .......... .......... .......... 15% 113M 4s 31300K .......... .......... .......... .......... .......... 15% 55.1M 4s 31350K .......... .......... .......... .......... .......... 15% 45.9M 4s 31400K .......... .......... .......... .......... .......... 15% 82.1M 4s 31450K .......... .......... .......... .......... .......... 15% 108M 4s 31500K .......... .......... .......... .......... .......... 15% 103M 4s 31550K .......... .......... .......... .......... .......... 15% 114M 4s 31600K .......... .......... .......... .......... .......... 15% 88.6M 4s 31650K .......... .......... .......... .......... .......... 15% 22.2M 4s 31700K .......... .......... .......... .......... .......... 15% 85.4M 4s 31750K .......... .......... .......... .......... .......... 15% 56.2M 4s 31800K .......... .......... .......... .......... .......... 15% 37.1M 4s 31850K .......... .......... .......... .......... .......... 15% 111M 4s 31900K .......... .......... .......... .......... .......... 15% 42.6M 4s 31950K .......... .......... .......... .......... .......... 15% 52.5M 4s 32000K .......... .......... .......... .......... .......... 15% 58.9M 4s 32050K .......... .......... .......... .......... .......... 15% 45.6M 4s 32100K .......... .......... .......... .......... .......... 15% 48.8M 4s 32150K .......... .......... .......... .......... .......... 15% 54.5M 4s 32200K .......... .......... .......... .......... .......... 15% 55.0M 4s 32250K .......... .......... .......... .......... .......... 15% 47.2M 4s 32300K .......... .......... .......... .......... .......... 15% 48.2M 4s 32350K .......... .......... .......... .......... .......... 15% 54.8M 4s 32400K .......... .......... .......... .......... .......... 15% 55.0M 4s 32450K .......... .......... .......... .......... .......... 15% 43.8M 4s 32500K .......... .......... .......... .......... .......... 15% 7.93M 4s 32550K .......... .......... .......... .......... .......... 15% 57.4M 4s 32600K .......... .......... .......... .......... .......... 15% 42.4M 4s 32650K .......... .......... .......... .......... .......... 15% 2.54M 4s 32700K .......... .......... .......... .......... .......... 15% 57.6M 4s 32750K .......... .......... .......... .......... .......... 15% 48.5M 4s 32800K .......... .......... .......... .......... .......... 15% 50.6M 4s 32850K .......... .......... .......... .......... .......... 15% 46.0M 4s 32900K .......... .......... .......... .......... .......... 15% 49.1M 4s 32950K .......... .......... .......... .......... .......... 15% 46.4M 4s 33000K .......... .......... .......... .......... .......... 15% 53.5M 4s 33050K .......... .......... .......... .......... .......... 15% 51.0M 4s 33100K .......... .......... .......... .......... .......... 15% 42.4M 4s 33150K .......... .......... .......... .......... .......... 15% 46.7M 4s 33200K .......... .......... .......... .......... .......... 15% 56.9M 4s 33250K .......... .......... .......... .......... .......... 15% 48.0M 4s 33300K .......... .......... .......... .......... .......... 15% 46.0M 4s 33350K .......... .......... .......... .......... .......... 16% 43.1M 4s 33400K .......... .......... .......... .......... .......... 16% 58.4M 4s 33450K .......... .......... .......... .......... .......... 16% 44.9M 4s 33500K .......... .......... .......... .......... .......... 16% 45.0M 4s 33550K .......... .......... .......... .......... .......... 16% 45.5M 4s 33600K .......... .......... .......... .......... .......... 16% 51.2M 4s 33650K .......... .......... .......... .......... .......... 16% 52.2M 4s 33700K .......... .......... .......... .......... .......... 16% 43.6M 4s 33750K .......... .......... .......... .......... .......... 16% 43.6M 4s 33800K .......... .......... .......... .......... .......... 16% 50.7M 4s 33850K .......... .......... .......... .......... .......... 16% 46.9M 4s 33900K .......... .......... .......... .......... .......... 16% 42.2M 4s 33950K .......... .......... .......... .......... .......... 16% 54.0M 4s 34000K .......... .......... .......... .......... .......... 16% 43.3M 4s 34050K .......... .......... .......... .......... .......... 16% 56.2M 4s 34100K .......... .......... .......... .......... .......... 16% 48.9M 4s 34150K .......... .......... .......... .......... .......... 16% 41.0M 4s 34200K .......... .......... .......... .......... .......... 16% 45.1M 4s 34250K .......... .......... .......... .......... .......... 16% 53.4M 4s 34300K .......... .......... .......... .......... .......... 16% 41.8M 4s 34350K .......... .......... .......... .......... .......... 16% 48.0M 4s 34400K .......... .......... .......... .......... .......... 16% 48.2M 4s 34450K .......... .......... .......... .......... .......... 16% 2.77M 4s 34500K .......... .......... .......... .......... .......... 16% 58.7M 4s 34550K .......... .......... .......... .......... .......... 16% 47.1M 4s 34600K .......... .......... .......... .......... .......... 16% 42.9M 4s 34650K .......... .......... .......... .......... .......... 16% 44.9M 4s 34700K .......... .......... .......... .......... .......... 16% 11.1M 4s 34750K .......... .......... .......... .......... .......... 16% 50.2M 4s 34800K .......... .......... .......... .......... .......... 16% 50.8M 4s 34850K .......... .......... .......... .......... .......... 16% 45.3M 4s 34900K .......... .......... .......... .......... .......... 16% 44.4M 4s 34950K .......... .......... .......... .......... .......... 16% 50.7M 4s 35000K .......... .......... .......... .......... .......... 16% 10.7M 4s 35050K .......... .......... .......... .......... .......... 16% 43.0M 4s 35100K .......... .......... .......... .......... .......... 16% 51.2M 4s 35150K .......... .......... .......... .......... .......... 16% 27.5M 4s 35200K .......... .......... .......... .......... .......... 16% 43.2M 4s 35250K .......... .......... .......... .......... .......... 16% 16.2M 4s 35300K .......... .......... .......... .......... .......... 16% 51.2M 4s 35350K .......... .......... .......... .......... .......... 16% 54.5M 4s 35400K .......... .......... .......... .......... .......... 17% 33.1M 4s 35450K .......... .......... .......... .......... .......... 17% 45.7M 4s 35500K .......... .......... .......... .......... .......... 17% 40.5M 4s 35550K .......... .......... .......... .......... .......... 17% 56.9M 4s 35600K .......... .......... .......... .......... .......... 17% 40.5M 4s 35650K .......... .......... .......... .......... .......... 17% 13.5M 4s 35700K .......... .......... .......... .......... .......... 17% 53.5M 4s 35750K .......... .......... .......... .......... .......... 17% 45.5M 4s 35800K .......... .......... .......... .......... .......... 17% 28.7M 4s 35850K .......... .......... .......... .......... .......... 17% 47.7M 4s 35900K .......... .......... .......... .......... .......... 17% 50.1M 4s 35950K .......... .......... .......... .......... .......... 17% 43.3M 4s 36000K .......... .......... .......... .......... .......... 17% 55.7M 4s 36050K .......... .......... .......... .......... .......... 17% 59.5M 4s 36100K .......... .......... .......... .......... .......... 17% 45.7M 4s 36150K .......... .......... .......... .......... .......... 17% 15.6M 4s 36200K .......... .......... .......... .......... .......... 17% 48.7M 4s 36250K .......... .......... .......... .......... .......... 17% 43.4M 4s 36300K .......... .......... .......... .......... .......... 17% 45.2M 4s 36350K .......... .......... .......... .......... .......... 17% 50.1M 4s 36400K .......... .......... .......... .......... .......... 17% 51.9M 4s 36450K .......... .......... .......... .......... .......... 17% 42.2M 4s 36500K .......... .......... .......... .......... .......... 17% 46.3M 4s 36550K .......... .......... .......... .......... .......... 17% 56.5M 4s 36600K .......... .......... .......... .......... .......... 17% 48.1M 4s 36650K .......... .......... .......... .......... .......... 17% 47.3M 4s 36700K .......... .......... .......... .......... .......... 17% 36.1M 4s 36750K .......... .......... .......... .......... .......... 17% 57.7M 4s 36800K .......... .......... .......... .......... .......... 17% 36.7M 4s 36850K .......... .......... .......... .......... .......... 17% 47.1M 4s 36900K .......... .......... .......... .......... .......... 17% 49.4M 4s 36950K .......... .......... .......... .......... .......... 17% 48.4M 4s 37000K .......... .......... .......... .......... .......... 17% 46.0M 4s 37050K .......... .......... .......... .......... .......... 17% 52.9M 4s 37100K .......... .......... .......... .......... .......... 17% 46.9M 4s 37150K .......... .......... .......... .......... .......... 17% 6.55M 4s 37200K .......... .......... .......... .......... .......... 17% 92.3M 4s 37250K .......... .......... .......... .......... .......... 17% 86.0M 4s 37300K .......... .......... .......... .......... .......... 17% 114M 4s 37350K .......... .......... .......... .......... .......... 17% 105M 4s 37400K .......... .......... .......... .......... .......... 17% 64.4M 4s 37450K .......... .......... .......... .......... .......... 17% 104M 4s 37500K .......... .......... .......... .......... .......... 18% 114M 4s 37550K .......... .......... .......... .......... .......... 18% 111M 4s 37600K .......... .......... .......... .......... .......... 18% 89.2M 4s 37650K .......... .......... .......... .......... .......... 18% 111M 4s 37700K .......... .......... .......... .......... .......... 18% 9.51M 4s 37750K .......... .......... .......... .......... .......... 18% 74.6M 4s 37800K .......... .......... .......... .......... .......... 18% 99.3M 4s 37850K .......... .......... .......... .......... .......... 18% 124M 4s 37900K .......... .......... .......... .......... .......... 18% 95.9M 4s 37950K .......... .......... .......... .......... .......... 18% 4.06M 4s 38000K .......... .......... .......... .......... .......... 18% 87.3M 4s 38050K .......... .......... .......... .......... .......... 18% 108M 4s 38100K .......... .......... .......... .......... .......... 18% 101M 4s 38150K .......... .......... .......... .......... .......... 18% 120M 4s 38200K .......... .......... .......... .......... .......... 18% 104M 4s 38250K .......... .......... .......... .......... .......... 18% 94.7M 4s 38300K .......... .......... .......... .......... .......... 18% 105M 4s 38350K .......... .......... .......... .......... .......... 18% 62.7M 4s 38400K .......... .......... .......... .......... .......... 18% 93.9M 4s 38450K .......... .......... .......... .......... .......... 18% 106M 4s 38500K .......... .......... .......... .......... .......... 18% 10.8M 4s 38550K .......... .......... .......... .......... .......... 18% 43.6M 4s 38600K .......... .......... .......... .......... .......... 18% 62.8M 4s 38650K .......... .......... .......... .......... .......... 18% 57.7M 4s 38700K .......... .......... .......... .......... .......... 18% 51.8M 4s 38750K .......... .......... .......... .......... .......... 18% 45.9M 4s 38800K .......... .......... .......... .......... .......... 18% 43.1M 4s 38850K .......... .......... .......... .......... .......... 18% 57.2M 4s 38900K .......... .......... .......... .......... .......... 18% 53.0M 4s 38950K .......... .......... .......... .......... .......... 18% 112M 4s 39000K .......... .......... .......... .......... .......... 18% 88.3M 4s 39050K .......... .......... .......... .......... .......... 18% 106M 4s 39100K .......... .......... .......... .......... .......... 18% 77.8M 4s 39150K .......... .......... .......... .......... .......... 18% 46.6M 4s 39200K .......... .......... .......... .......... .......... 18% 101M 4s 39250K .......... .......... .......... .......... .......... 18% 114M 4s 39300K .......... .......... .......... .......... .......... 18% 6.15M 4s 39350K .......... .......... .......... .......... .......... 18% 68.6M 4s 39400K .......... .......... .......... .......... .......... 18% 103M 4s 39450K .......... .......... .......... .......... .......... 18% 114M 4s 39500K .......... .......... .......... .......... .......... 18% 110M 4s 39550K .......... .......... .......... .......... .......... 18% 19.5M 4s 39600K .......... .......... .......... .......... .......... 19% 60.5M 4s 39650K .......... .......... .......... .......... .......... 19% 100M 4s 39700K .......... .......... .......... .......... .......... 19% 110M 4s 39750K .......... .......... .......... .......... .......... 19% 99.3M 4s 39800K .......... .......... .......... .......... .......... 19% 58.7M 4s 39850K .......... .......... .......... .......... .......... 19% 119M 4s 39900K .......... .......... .......... .......... .......... 19% 105M 4s 39950K .......... .......... .......... .......... .......... 19% 109M 4s 40000K .......... .......... .......... .......... .......... 19% 88.0M 4s 40050K .......... .......... .......... .......... .......... 19% 112M 4s 40100K .......... .......... .......... .......... .......... 19% 115M 4s 40150K .......... .......... .......... .......... .......... 19% 114M 4s 40200K .......... .......... .......... .......... .......... 19% 102M 4s 40250K .......... .......... .......... .......... .......... 19% 114M 4s 40300K .......... .......... .......... .......... .......... 19% 82.3M 4s 40350K .......... .......... .......... .......... .......... 19% 157M 4s 40400K .......... .......... .......... .......... .......... 19% 116M 4s 40450K .......... .......... .......... .......... .......... 19% 111M 4s 40500K .......... .......... .......... .......... .......... 19% 103M 4s 40550K .......... .......... .......... .......... .......... 19% 117M 4s 40600K .......... .......... .......... .......... .......... 19% 103M 4s 40650K .......... .......... .......... .......... .......... 19% 105M 4s 40700K .......... .......... .......... .......... .......... 19% 115M 4s 40750K .......... .......... .......... .......... .......... 19% 11.0M 4s 40800K .......... .......... .......... .......... .......... 19% 114M 4s 40850K .......... .......... .......... .......... .......... 19% 105M 4s 40900K .......... .......... .......... .......... .......... 19% 113M 4s 40950K .......... .......... .......... .......... .......... 19% 113M 4s 41000K .......... .......... .......... .......... .......... 19% 54.0M 4s 41050K .......... .......... .......... .......... .......... 19% 54.7M 4s 41100K .......... .......... .......... .......... .......... 19% 47.0M 4s 41150K .......... .......... .......... .......... .......... 19% 62.8M 4s 41200K .......... .......... .......... .......... .......... 19% 55.8M 4s 41250K .......... .......... .......... .......... .......... 19% 49.5M 4s 41300K .......... .......... .......... .......... .......... 19% 55.8M 4s 41350K .......... .......... .......... .......... .......... 19% 52.5M 4s 41400K .......... .......... .......... .......... .......... 19% 56.1M 4s 41450K .......... .......... .......... .......... .......... 19% 51.2M 4s 41500K .......... .......... .......... .......... .......... 19% 57.5M 4s 41550K .......... .......... .......... .......... .......... 19% 49.3M 4s 41600K .......... .......... .......... .......... .......... 19% 57.8M 4s 41650K .......... .......... .......... .......... .......... 20% 55.0M 4s 41700K .......... .......... .......... .......... .......... 20% 54.5M 4s 41750K .......... .......... .......... .......... .......... 20% 56.3M 4s 41800K .......... .......... .......... .......... .......... 20% 51.1M 4s 41850K .......... .......... .......... .......... .......... 20% 57.4M 4s 41900K .......... .......... .......... .......... .......... 20% 49.3M 4s 41950K .......... .......... .......... .......... .......... 20% 60.9M 4s 42000K .......... .......... .......... .......... .......... 20% 51.2M 4s 42050K .......... .......... .......... .......... .......... 20% 60.4M 4s 42100K .......... .......... .......... .......... .......... 20% 56.0M 4s 42150K .......... .......... .......... .......... .......... 20% 53.2M 4s 42200K .......... .......... .......... .......... .......... 20% 54.0M 4s 42250K .......... .......... .......... .......... .......... 20% 53.8M 4s 42300K .......... .......... .......... .......... .......... 20% 56.1M 4s 42350K .......... .......... .......... .......... .......... 20% 53.6M 4s 42400K .......... .......... .......... .......... .......... 20% 59.1M 4s 42450K .......... .......... .......... .......... .......... 20% 62.3M 4s 42500K .......... .......... .......... .......... .......... 20% 114M 4s 42550K .......... .......... .......... .......... .......... 20% 112M 4s 42600K .......... .......... .......... .......... .......... 20% 107M 4s 42650K .......... .......... .......... .......... .......... 20% 105M 4s 42700K .......... .......... .......... .......... .......... 20% 107M 4s 42750K .......... .......... .......... .......... .......... 20% 113M 4s 42800K .......... .......... .......... .......... .......... 20% 107M 4s 42850K .......... .......... .......... .......... .......... 20% 14.4M 4s 42900K .......... .......... .......... .......... .......... 20% 124M 4s 42950K .......... .......... .......... .......... .......... 20% 126M 4s 43000K .......... .......... .......... .......... .......... 20% 104M 4s 43050K .......... .......... .......... .......... .......... 20% 90.2M 4s 43100K .......... .......... .......... .......... .......... 20% 102M 4s 43150K .......... .......... .......... .......... .......... 20% 90.5M 4s 43200K .......... .......... .......... .......... .......... 20% 107M 4s 43250K .......... .......... .......... .......... .......... 20% 114M 4s 43300K .......... .......... .......... .......... .......... 20% 142M 4s 43350K .......... .......... .......... .......... .......... 20% 120M 4s 43400K .......... .......... .......... .......... .......... 20% 118M 4s 43450K .......... .......... .......... .......... .......... 20% 109M 4s 43500K .......... .......... .......... .......... .......... 20% 112M 4s 43550K .......... .......... .......... .......... .......... 20% 108M 4s 43600K .......... .......... .......... .......... .......... 20% 7.03M 4s 43650K .......... .......... .......... .......... .......... 20% 108M 4s 43700K .......... .......... .......... .......... .......... 20% 99.8M 4s 43750K .......... .......... .......... .......... .......... 21% 7.35M 4s 43800K .......... .......... .......... .......... .......... 21% 115M 4s 43850K .......... .......... .......... .......... .......... 21% 103M 4s 43900K .......... .......... .......... .......... .......... 21% 119M 4s 43950K .......... .......... .......... .......... .......... 21% 102M 4s 44000K .......... .......... .......... .......... .......... 21% 115M 4s 44050K .......... .......... .......... .......... .......... 21% 101M 4s 44100K .......... .......... .......... .......... .......... 21% 87.7M 4s 44150K .......... .......... .......... .......... .......... 21% 134M 4s 44200K .......... .......... .......... .......... .......... 21% 114M 4s 44250K .......... .......... .......... .......... .......... 21% 106M 4s 44300K .......... .......... .......... .......... .......... 21% 106M 4s 44350K .......... .......... .......... .......... .......... 21% 121M 4s 44400K .......... .......... .......... .......... .......... 21% 93.9M 4s 44450K .......... .......... .......... .......... .......... 21% 107M 4s 44500K .......... .......... .......... .......... .......... 21% 95.4M 4s 44550K .......... .......... .......... .......... .......... 21% 6.48M 4s 44600K .......... .......... .......... .......... .......... 21% 138M 4s 44650K .......... .......... .......... .......... .......... 21% 120M 4s 44700K .......... .......... .......... .......... .......... 21% 116M 4s 44750K .......... .......... .......... .......... .......... 21% 7.90M 4s 44800K .......... .......... .......... .......... .......... 21% 115M 4s 44850K .......... .......... .......... .......... .......... 21% 107M 4s 44900K .......... .......... .......... .......... .......... 21% 115M 4s 44950K .......... .......... .......... .......... .......... 21% 107M 4s 45000K .......... .......... .......... .......... .......... 21% 107M 4s 45050K .......... .......... .......... .......... .......... 21% 102M 4s 45100K .......... .......... .......... .......... .......... 21% 113M 4s 45150K .......... .......... .......... .......... .......... 21% 123M 4s 45200K .......... .......... .......... .......... .......... 21% 108M 4s 45250K .......... .......... .......... .......... .......... 21% 111M 4s 45300K .......... .......... .......... .......... .......... 21% 110M 4s 45350K .......... .......... .......... .......... .......... 21% 104M 4s 45400K .......... .......... .......... .......... .......... 21% 114M 4s 45450K .......... .......... .......... .......... .......... 21% 109M 4s 45500K .......... .......... .......... .......... .......... 21% 108M 4s 45550K .......... .......... .......... .......... .......... 21% 110M 4s 45600K .......... .......... .......... .......... .......... 21% 106M 4s 45650K .......... .......... .......... .......... .......... 21% 114M 4s 45700K .......... .......... .......... .......... .......... 21% 116M 4s 45750K .......... .......... .......... .......... .......... 21% 106M 4s 45800K .......... .......... .......... .......... .......... 21% 113M 4s 45850K .......... .......... .......... .......... .......... 22% 99.5M 4s 45900K .......... .......... .......... .......... .......... 22% 120M 4s 45950K .......... .......... .......... .......... .......... 22% 97.7M 4s 46000K .......... .......... .......... .......... .......... 22% 7.42M 4s 46050K .......... .......... .......... .......... .......... 22% 137M 4s 46100K .......... .......... .......... .......... .......... 22% 111M 4s 46150K .......... .......... .......... .......... .......... 22% 117M 4s 46200K .......... .......... .......... .......... .......... 22% 111M 4s 46250K .......... .......... .......... .......... .......... 22% 108M 4s 46300K .......... .......... .......... .......... .......... 22% 104M 4s 46350K .......... .......... .......... .......... .......... 22% 119M 4s 46400K .......... .......... .......... .......... .......... 22% 103M 4s 46450K .......... .......... .......... .......... .......... 22% 111M 4s 46500K .......... .......... .......... .......... .......... 22% 104M 4s 46550K .......... .......... .......... .......... .......... 22% 109M 4s 46600K .......... .......... .......... .......... .......... 22% 107M 4s 46650K .......... .......... .......... .......... .......... 22% 119M 4s 46700K .......... .......... .......... .......... .......... 22% 110M 4s 46750K .......... .......... .......... .......... .......... 22% 3.81M 4s 46800K .......... .......... .......... .......... .......... 22% 107M 4s 46850K .......... .......... .......... .......... .......... 22% 110M 4s 46900K .......... .......... .......... .......... .......... 22% 116M 4s 46950K .......... .......... .......... .......... .......... 22% 102M 4s 47000K .......... .......... .......... .......... .......... 22% 107M 4s 47050K .......... .......... .......... .......... .......... 22% 115M 4s 47100K .......... .......... .......... .......... .......... 22% 105M 4s 47150K .......... .......... .......... .......... .......... 22% 119M 4s 47200K .......... .......... .......... .......... .......... 22% 105M 4s 47250K .......... .......... .......... .......... .......... 22% 106M 4s 47300K .......... .......... .......... .......... .......... 22% 114M 4s 47350K .......... .......... .......... .......... .......... 22% 102M 4s 47400K .......... .......... .......... .......... .......... 22% 124M 4s 47450K .......... .......... .......... .......... .......... 22% 95.9M 4s 47500K .......... .......... .......... .......... .......... 22% 108M 4s 47550K .......... .......... .......... .......... .......... 22% 109M 4s 47600K .......... .......... .......... .......... .......... 22% 108M 4s 47650K .......... .......... .......... .......... .......... 22% 92.2M 4s 47700K .......... .......... .......... .......... .......... 22% 111M 4s 47750K .......... .......... .......... .......... .......... 22% 105M 4s 47800K .......... .......... .......... .......... .......... 22% 114M 4s 47850K .......... .......... .......... .......... .......... 22% 105M 4s 47900K .......... .......... .......... .......... .......... 22% 119M 4s 47950K .......... .......... .......... .......... .......... 23% 110M 4s 48000K .......... .......... .......... .......... .......... 23% 112M 4s 48050K .......... .......... .......... .......... .......... 23% 115M 4s 48100K .......... .......... .......... .......... .......... 23% 105M 4s 48150K .......... .......... .......... .......... .......... 23% 89.7M 4s 48200K .......... .......... .......... .......... .......... 23% 88.8M 4s 48250K .......... .......... .......... .......... .......... 23% 122M 4s 48300K .......... .......... .......... .......... .......... 23% 108M 4s 48350K .......... .......... .......... .......... .......... 23% 96.5M 4s 48400K .......... .......... .......... .......... .......... 23% 79.8M 4s 48450K .......... .......... .......... .......... .......... 23% 6.07M 4s 48500K .......... .......... .......... .......... .......... 23% 109M 4s 48550K .......... .......... .......... .......... .......... 23% 72.6M 4s 48600K .......... .......... .......... .......... .......... 23% 66.6M 4s 48650K .......... .......... .......... .......... .......... 23% 101M 4s 48700K .......... .......... .......... .......... .......... 23% 117M 4s 48750K .......... .......... .......... .......... .......... 23% 71.0M 4s 48800K .......... .......... .......... .......... .......... 23% 72.4M 4s 48850K .......... .......... .......... .......... .......... 23% 44.7M 4s 48900K .......... .......... .......... .......... .......... 23% 50.7M 4s 48950K .......... .......... .......... .......... .......... 23% 49.9M 4s 49000K .......... .......... .......... .......... .......... 23% 54.8M 4s 49050K .......... .......... .......... .......... .......... 23% 51.3M 4s 49100K .......... .......... .......... .......... .......... 23% 59.1M 4s 49150K .......... .......... .......... .......... .......... 23% 54.9M 4s 49200K .......... .......... .......... .......... .......... 23% 62.0M 4s 49250K .......... .......... .......... .......... .......... 23% 61.4M 4s 49300K .......... .......... .......... .......... .......... 23% 106M 4s 49350K .......... .......... .......... .......... .......... 23% 103M 4s 49400K .......... .......... .......... .......... .......... 23% 119M 4s 49450K .......... .......... .......... .......... .......... 23% 105M 4s 49500K .......... .......... .......... .......... .......... 23% 120M 4s 49550K .......... .......... .......... .......... .......... 23% 94.4M 4s 49600K .......... .......... .......... .......... .......... 23% 116M 4s 49650K .......... .......... .......... .......... .......... 23% 116M 4s 49700K .......... .......... .......... .......... .......... 23% 97.9M 4s 49750K .......... .......... .......... .......... .......... 23% 126M 4s 49800K .......... .......... .......... .......... .......... 23% 108M 4s 49850K .......... .......... .......... .......... .......... 23% 104M 4s 49900K .......... .......... .......... .......... .......... 23% 120M 4s 49950K .......... .......... .......... .......... .......... 23% 108M 4s 50000K .......... .......... .......... .......... .......... 24% 116M 4s 50050K .......... .......... .......... .......... .......... 24% 98.0M 4s 50100K .......... .......... .......... .......... .......... 24% 115M 4s 50150K .......... .......... .......... .......... .......... 24% 107M 4s 50200K .......... .......... .......... .......... .......... 24% 113M 4s 50250K .......... .......... .......... .......... .......... 24% 108M 4s 50300K .......... .......... .......... .......... .......... 24% 117M 4s 50350K .......... .......... .......... .......... .......... 24% 103M 4s 50400K .......... .......... .......... .......... .......... 24% 116M 3s 50450K .......... .......... .......... .......... .......... 24% 101M 3s 50500K .......... .......... .......... .......... .......... 24% 110M 3s 50550K .......... .......... .......... .......... .......... 24% 111M 3s 50600K .......... .......... .......... .......... .......... 24% 109M 3s 50650K .......... .......... .......... .......... .......... 24% 108M 3s 50700K .......... .......... .......... .......... .......... 24% 110M 3s 50750K .......... .......... .......... .......... .......... 24% 102M 3s 50800K .......... .......... .......... .......... .......... 24% 103M 3s 50850K .......... .......... .......... .......... .......... 24% 105M 3s 50900K .......... .......... .......... .......... .......... 24% 100M 3s 50950K .......... .......... .......... .......... .......... 24% 126M 3s 51000K .......... .......... .......... .......... .......... 24% 105M 3s 51050K .......... .......... .......... .......... .......... 24% 112M 3s 51100K .......... .......... .......... .......... .......... 24% 78.1M 3s 51150K .......... .......... .......... .......... .......... 24% 96.2M 3s 51200K .......... .......... .......... .......... .......... 24% 112M 3s 51250K .......... .......... .......... .......... .......... 24% 85.9M 3s 51300K .......... .......... .......... .......... .......... 24% 99.0M 3s 51350K .......... .......... .......... .......... .......... 24% 113M 3s 51400K .......... .......... .......... .......... .......... 24% 115M 3s 51450K .......... .......... .......... .......... .......... 24% 113M 3s 51500K .......... .......... .......... .......... .......... 24% 103M 3s 51550K .......... .......... .......... .......... .......... 24% 113M 3s 51600K .......... .......... .......... .......... .......... 24% 104M 3s 51650K .......... .......... .......... .......... .......... 24% 115M 3s 51700K .......... .......... .......... .......... .......... 24% 97.6M 3s 51750K .......... .......... .......... .......... .......... 24% 124M 3s 51800K .......... .......... .......... .......... .......... 24% 98.0M 3s 51850K .......... .......... .......... .......... .......... 24% 117M 3s 51900K .......... .......... .......... .......... .......... 24% 117M 3s 51950K .......... .......... .......... .......... .......... 24% 102M 3s 52000K .......... .......... .......... .......... .......... 24% 118M 3s 52050K .......... .......... .......... .......... .......... 24% 96.1M 3s 52100K .......... .......... .......... .......... .......... 25% 119M 3s 52150K .......... .......... .......... .......... .......... 25% 102M 3s 52200K .......... .......... .......... .......... .......... 25% 117M 3s 52250K .......... .......... .......... .......... .......... 25% 96.4M 3s 52300K .......... .......... .......... .......... .......... 25% 97.0M 3s 52350K .......... .......... .......... .......... .......... 25% 52.9M 3s 52400K .......... .......... .......... .......... .......... 25% 72.5M 3s 52450K .......... .......... .......... .......... .......... 25% 110M 3s 52500K .......... .......... .......... .......... .......... 25% 72.4M 3s 52550K .......... .......... .......... .......... .......... 25% 4.16M 3s 52600K .......... .......... .......... .......... .......... 25% 70.8M 3s 52650K .......... .......... .......... .......... .......... 25% 86.9M 3s 52700K .......... .......... .......... .......... .......... 25% 105M 3s 52750K .......... .......... .......... .......... .......... 25% 7.90M 3s 52800K .......... .......... .......... .......... .......... 25% 128M 3s 52850K .......... .......... .......... .......... .......... 25% 105M 3s 52900K .......... .......... .......... .......... .......... 25% 101M 3s 52950K .......... .......... .......... .......... .......... 25% 112M 3s 53000K .......... .......... .......... .......... .......... 25% 99.8M 3s 53050K .......... .......... .......... .......... .......... 25% 49.0M 3s 53100K .......... .......... .......... .......... .......... 25% 115M 3s 53150K .......... .......... .......... .......... .......... 25% 98.5M 3s 53200K .......... .......... .......... .......... .......... 25% 120M 3s 53250K .......... .......... .......... .......... .......... 25% 102M 3s 53300K .......... .......... .......... .......... .......... 25% 93.8M 3s 53350K .......... .......... .......... .......... .......... 25% 95.5M 3s 53400K .......... .......... .......... .......... .......... 25% 74.2M 3s 53450K .......... .......... .......... .......... .......... 25% 78.1M 3s 53500K .......... .......... .......... .......... .......... 25% 97.7M 3s 53550K .......... .......... .......... .......... .......... 25% 115M 3s 53600K .......... .......... .......... .......... .......... 25% 6.84M 3s 53650K .......... .......... .......... .......... .......... 25% 76.8M 3s 53700K .......... .......... .......... .......... .......... 25% 109M 3s 53750K .......... .......... .......... .......... .......... 25% 108M 3s 53800K .......... .......... .......... .......... .......... 25% 52.6M 3s 53850K .......... .......... .......... .......... .......... 25% 98.5M 3s 53900K .......... .......... .......... .......... .......... 25% 2.79M 3s 53950K .......... .......... .......... .......... .......... 25% 65.9M 3s 54000K .......... .......... .......... .......... .......... 25% 51.1M 3s 54050K .......... .......... .......... .......... .......... 25% 46.0M 3s 54100K .......... .......... .......... .......... .......... 25% 50.8M 3s 54150K .......... .......... .......... .......... .......... 25% 55.4M 3s 54200K .......... .......... .......... .......... .......... 26% 50.3M 3s 54250K .......... .......... .......... .......... .......... 26% 59.5M 3s 54300K .......... .......... .......... .......... .......... 26% 52.3M 3s 54350K .......... .......... .......... .......... .......... 26% 51.1M 3s 54400K .......... .......... .......... .......... .......... 26% 55.6M 3s 54450K .......... .......... .......... .......... .......... 26% 59.0M 3s 54500K .......... .......... .......... .......... .......... 26% 61.9M 3s 54550K .......... .......... .......... .......... .......... 26% 86.0M 3s 54600K .......... .......... .......... .......... .......... 26% 82.0M 3s 54650K .......... .......... .......... .......... .......... 26% 83.6M 3s 54700K .......... .......... .......... .......... .......... 26% 101M 3s 54750K .......... .......... .......... .......... .......... 26% 102M 3s 54800K .......... .......... .......... .......... .......... 26% 111M 3s 54850K .......... .......... .......... .......... .......... 26% 105M 3s 54900K .......... .......... .......... .......... .......... 26% 109M 3s 54950K .......... .......... .......... .......... .......... 26% 97.8M 3s 55000K .......... .......... .......... .......... .......... 26% 93.4M 3s 55050K .......... .......... .......... .......... .......... 26% 119M 3s 55100K .......... .......... .......... .......... .......... 26% 98.3M 3s 55150K .......... .......... .......... .......... .......... 26% 108M 3s 55200K .......... .......... .......... .......... .......... 26% 112M 3s 55250K .......... .......... .......... .......... .......... 26% 123M 3s 55300K .......... .......... .......... .......... .......... 26% 107M 3s 55350K .......... .......... .......... .......... .......... 26% 24.7M 3s 55400K .......... .......... .......... .......... .......... 26% 98.9M 3s 55450K .......... .......... .......... .......... .......... 26% 117M 3s 55500K .......... .......... .......... .......... .......... 26% 106M 3s 55550K .......... .......... .......... .......... .......... 26% 122M 3s 55600K .......... .......... .......... .......... .......... 26% 64.5M 3s 55650K .......... .......... .......... .......... .......... 26% 119M 3s 55700K .......... .......... .......... .......... .......... 26% 119M 3s 55750K .......... .......... .......... .......... .......... 26% 101M 3s 55800K .......... .......... .......... .......... .......... 26% 115M 3s 55850K .......... .......... .......... .......... .......... 26% 100M 3s 55900K .......... .......... .......... .......... .......... 26% 120M 3s 55950K .......... .......... .......... .......... .......... 26% 104M 3s 56000K .......... .......... .......... .......... .......... 26% 4.29M 3s 56050K .......... .......... .......... .......... .......... 26% 107M 3s 56100K .......... .......... .......... .......... .......... 26% 83.4M 3s 56150K .......... .......... .......... .......... .......... 26% 113M 3s 56200K .......... .......... .......... .......... .......... 26% 100M 3s 56250K .......... .......... .......... .......... .......... 27% 115M 3s 56300K .......... .......... .......... .......... .......... 27% 106M 3s 56350K .......... .......... .......... .......... .......... 27% 104M 3s 56400K .......... .......... .......... .......... .......... 27% 85.4M 3s 56450K .......... .......... .......... .......... .......... 27% 40.9M 3s 56500K .......... .......... .......... .......... .......... 27% 59.2M 3s 56550K .......... .......... .......... .......... .......... 27% 44.8M 3s 56600K .......... .......... .......... .......... .......... 27% 52.4M 3s 56650K .......... .......... .......... .......... .......... 27% 39.9M 3s 56700K .......... .......... .......... .......... .......... 27% 59.9M 3s 56750K .......... .......... .......... .......... .......... 27% 57.3M 3s 56800K .......... .......... .......... .......... .......... 27% 42.1M 3s 56850K .......... .......... .......... .......... .......... 27% 48.7M 3s 56900K .......... .......... .......... .......... .......... 27% 59.0M 3s 56950K .......... .......... .......... .......... .......... 27% 59.3M 3s 57000K .......... .......... .......... .......... .......... 27% 38.5M 3s 57050K .......... .......... .......... .......... .......... 27% 91.6M 3s 57100K .......... .......... .......... .......... .......... 27% 98.3M 3s 57150K .......... .......... .......... .......... .......... 27% 120M 3s 57200K .......... .......... .......... .......... .......... 27% 99.9M 3s 57250K .......... .......... .......... .......... .......... 27% 98.4M 3s 57300K .......... .......... .......... .......... .......... 27% 57.2M 3s 57350K .......... .......... .......... .......... .......... 27% 101M 3s 57400K .......... .......... .......... .......... .......... 27% 96.5M 3s 57450K .......... .......... .......... .......... .......... 27% 7.03M 3s 57500K .......... .......... .......... .......... .......... 27% 112M 3s 57550K .......... .......... .......... .......... .......... 27% 121M 3s 57600K .......... .......... .......... .......... .......... 27% 6.82M 3s 57650K .......... .......... .......... .......... .......... 27% 93.9M 3s 57700K .......... .......... .......... .......... .......... 27% 3.34M 3s 57750K .......... .......... .......... .......... .......... 27% 53.5M 3s 57800K .......... .......... .......... .......... .......... 27% 53.6M 3s 57850K .......... .......... .......... .......... .......... 27% 44.6M 3s 57900K .......... .......... .......... .......... .......... 27% 43.4M 3s 57950K .......... .......... .......... .......... .......... 27% 59.4M 3s 58000K .......... .......... .......... .......... .......... 27% 101M 3s 58050K .......... .......... .......... .......... .......... 27% 111M 3s 58100K .......... .......... .......... .......... .......... 27% 80.1M 3s 58150K .......... .......... .......... .......... .......... 27% 86.2M 3s 58200K .......... .......... .......... .......... .......... 27% 77.2M 3s 58250K .......... .......... .......... .......... .......... 27% 113M 3s 58300K .......... .......... .......... .......... .......... 27% 105M 3s 58350K .......... .......... .......... .......... .......... 28% 106M 3s 58400K .......... .......... .......... .......... .......... 28% 108M 3s 58450K .......... .......... .......... .......... .......... 28% 113M 3s 58500K .......... .......... .......... .......... .......... 28% 68.8M 3s 58550K .......... .......... .......... .......... .......... 28% 5.29M 3s 58600K .......... .......... .......... .......... .......... 28% 109M 3s 58650K .......... .......... .......... .......... .......... 28% 105M 3s 58700K .......... .......... .......... .......... .......... 28% 100M 3s 58750K .......... .......... .......... .......... .......... 28% 4.16M 3s 58800K .......... .......... .......... .......... .......... 28% 116M 3s 58850K .......... .......... .......... .......... .......... 28% 118M 3s 58900K .......... .......... .......... .......... .......... 28% 108M 3s 58950K .......... .......... .......... .......... .......... 28% 101M 3s 59000K .......... .......... .......... .......... .......... 28% 109M 3s 59050K .......... .......... .......... .......... .......... 28% 69.6M 3s 59100K .......... .......... .......... .......... .......... 28% 126M 3s 59150K .......... .......... .......... .......... .......... 28% 83.3M 3s 59200K .......... .......... .......... .......... .......... 28% 103M 3s 59250K .......... .......... .......... .......... .......... 28% 57.5M 3s 59300K .......... .......... .......... .......... .......... 28% 58.6M 3s 59350K .......... .......... .......... .......... .......... 28% 50.8M 3s 59400K .......... .......... .......... .......... .......... 28% 48.3M 3s 59450K .......... .......... .......... .......... .......... 28% 56.4M 3s 59500K .......... .......... .......... .......... .......... 28% 36.5M 3s 59550K .......... .......... .......... .......... .......... 28% 36.6M 3s 59600K .......... .......... .......... .......... .......... 28% 51.2M 3s 59650K .......... .......... .......... .......... .......... 28% 48.0M 3s 59700K .......... .......... .......... .......... .......... 28% 45.2M 3s 59750K .......... .......... .......... .......... .......... 28% 44.9M 3s 59800K .......... .......... .......... .......... .......... 28% 99.5M 3s 59850K .......... .......... .......... .......... .......... 28% 73.9M 3s 59900K .......... .......... .......... .......... .......... 28% 95.6M 3s 59950K .......... .......... .......... .......... .......... 28% 81.7M 3s 60000K .......... .......... .......... .......... .......... 28% 109M 3s 60050K .......... .......... .......... .......... .......... 28% 95.9M 3s 60100K .......... .......... .......... .......... .......... 28% 90.3M 3s 60150K .......... .......... .......... .......... .......... 28% 62.0M 3s 60200K .......... .......... .......... .......... .......... 28% 82.5M 3s 60250K .......... .......... .......... .......... .......... 28% 131M 3s 60300K .......... .......... .......... .......... .......... 28% 113M 3s 60350K .......... .......... .......... .......... .......... 28% 85.0M 3s 60400K .......... .......... .......... .......... .......... 28% 75.0M 3s 60450K .......... .......... .......... .......... .......... 29% 50.8M 3s 60500K .......... .......... .......... .......... .......... 29% 50.8M 3s 60550K .......... .......... .......... .......... .......... 29% 53.6M 3s 60600K .......... .......... .......... .......... .......... 29% 45.0M 3s 60650K .......... .......... .......... .......... .......... 29% 59.0M 3s 60700K .......... .......... .......... .......... .......... 29% 32.5M 3s 60750K .......... .......... .......... .......... .......... 29% 42.8M 3s 60800K .......... .......... .......... .......... .......... 29% 53.7M 3s 60850K .......... .......... .......... .......... .......... 29% 56.2M 3s 60900K .......... .......... .......... .......... .......... 29% 40.5M 3s 60950K .......... .......... .......... .......... .......... 29% 50.8M 3s 61000K .......... .......... .......... .......... .......... 29% 56.4M 3s 61050K .......... .......... .......... .......... .......... 29% 48.4M 3s 61100K .......... .......... .......... .......... .......... 29% 116M 3s 61150K .......... .......... .......... .......... .......... 29% 95.0M 3s 61200K .......... .......... .......... .......... .......... 29% 92.2M 3s 61250K .......... .......... .......... .......... .......... 29% 101M 3s 61300K .......... .......... .......... .......... .......... 29% 109M 3s 61350K .......... .......... .......... .......... .......... 29% 84.4M 3s 61400K .......... .......... .......... .......... .......... 29% 60.8M 3s 61450K .......... .......... .......... .......... .......... 29% 109M 3s 61500K .......... .......... .......... .......... .......... 29% 73.7M 3s 61550K .......... .......... .......... .......... .......... 29% 89.9M 3s 61600K .......... .......... .......... .......... .......... 29% 4.69M 3s 61650K .......... .......... .......... .......... .......... 29% 88.1M 3s 61700K .......... .......... .......... .......... .......... 29% 105M 3s 61750K .......... .......... .......... .......... .......... 29% 106M 3s 61800K .......... .......... .......... .......... .......... 29% 102M 3s 61850K .......... .......... .......... .......... .......... 29% 102M 3s 61900K .......... .......... .......... .......... .......... 29% 72.8M 3s 61950K .......... .......... .......... .......... .......... 29% 101M 3s 62000K .......... .......... .......... .......... .......... 29% 102M 3s 62050K .......... .......... .......... .......... .......... 29% 78.2M 3s 62100K .......... .......... .......... .......... .......... 29% 116M 3s 62150K .......... .......... .......... .......... .......... 29% 118M 3s 62200K .......... .......... .......... .......... .......... 29% 104M 3s 62250K .......... .......... .......... .......... .......... 29% 92.3M 3s 62300K .......... .......... .......... .......... .......... 29% 79.5M 3s 62350K .......... .......... .......... .......... .......... 29% 75.4M 3s 62400K .......... .......... .......... .......... .......... 29% 109M 3s 62450K .......... .......... .......... .......... .......... 29% 101M 3s 62500K .......... .......... .......... .......... .......... 30% 114M 3s 62550K .......... .......... .......... .......... .......... 30% 103M 3s 62600K .......... .......... .......... .......... .......... 30% 92.9M 3s 62650K .......... .......... .......... .......... .......... 30% 109M 3s 62700K .......... .......... .......... .......... .......... 30% 70.4M 3s 62750K .......... .......... .......... .......... .......... 30% 97.5M 3s 62800K .......... .......... .......... .......... .......... 30% 110M 3s 62850K .......... .......... .......... .......... .......... 30% 104M 3s 62900K .......... .......... .......... .......... .......... 30% 83.6M 3s 62950K .......... .......... .......... .......... .......... 30% 50.7M 3s 63000K .......... .......... .......... .......... .......... 30% 41.3M 3s 63050K .......... .......... .......... .......... .......... 30% 52.5M 3s 63100K .......... .......... .......... .......... .......... 30% 57.0M 3s 63150K .......... .......... .......... .......... .......... 30% 59.4M 3s 63200K .......... .......... .......... .......... .......... 30% 36.0M 3s 63250K .......... .......... .......... .......... .......... 30% 11.1M 3s 63300K .......... .......... .......... .......... .......... 30% 109M 3s 63350K .......... .......... .......... .......... .......... 30% 103M 3s 63400K .......... .......... .......... .......... .......... 30% 105M 3s 63450K .......... .......... .......... .......... .......... 30% 92.3M 3s 63500K .......... .......... .......... .......... .......... 30% 109M 3s 63550K .......... .......... .......... .......... .......... 30% 80.2M 3s 63600K .......... .......... .......... .......... .......... 30% 110M 3s 63650K .......... .......... .......... .......... .......... 30% 79.4M 3s 63700K .......... .......... .......... .......... .......... 30% 120M 3s 63750K .......... .......... .......... .......... .......... 30% 75.8M 3s 63800K .......... .......... .......... .......... .......... 30% 121M 3s 63850K .......... .......... .......... .......... .......... 30% 81.4M 3s 63900K .......... .......... .......... .......... .......... 30% 117M 3s 63950K .......... .......... .......... .......... .......... 30% 112M 3s 64000K .......... .......... .......... .......... .......... 30% 93.0M 3s 64050K .......... .......... .......... .......... .......... 30% 105M 3s 64100K .......... .......... .......... .......... .......... 30% 111M 3s 64150K .......... .......... .......... .......... .......... 30% 90.3M 3s 64200K .......... .......... .......... .......... .......... 30% 105M 3s 64250K .......... .......... .......... .......... .......... 30% 84.5M 3s 64300K .......... .......... .......... .......... .......... 30% 91.7M 3s 64350K .......... .......... .......... .......... .......... 30% 120M 3s 64400K .......... .......... .......... .......... .......... 30% 80.7M 3s 64450K .......... .......... .......... .......... .......... 30% 103M 3s 64500K .......... .......... .......... .......... .......... 30% 121M 3s 64550K .......... .......... .......... .......... .......... 30% 87.3M 3s 64600K .......... .......... .......... .......... .......... 31% 108M 3s 64650K .......... .......... .......... .......... .......... 31% 79.4M 3s 64700K .......... .......... .......... .......... .......... 31% 116M 3s 64750K .......... .......... .......... .......... .......... 31% 94.6M 3s 64800K .......... .......... .......... .......... .......... 31% 119M 3s 64850K .......... .......... .......... .......... .......... 31% 84.1M 3s 64900K .......... .......... .......... .......... .......... 31% 104M 3s 64950K .......... .......... .......... .......... .......... 31% 90.3M 3s 65000K .......... .......... .......... .......... .......... 31% 104M 3s 65050K .......... .......... .......... .......... .......... 31% 88.3M 3s 65100K .......... .......... .......... .......... .......... 31% 9.31M 3s 65150K .......... .......... .......... .......... .......... 31% 183M 3s 65200K .......... .......... .......... .......... .......... 31% 182M 3s 65250K .......... .......... .......... .......... .......... 31% 181M 3s 65300K .......... .......... .......... .......... .......... 31% 67.6M 3s 65350K .......... .......... .......... .......... .......... 31% 105M 3s 65400K .......... .......... .......... .......... .......... 31% 114M 3s 65450K .......... .......... .......... .......... .......... 31% 99.3M 3s 65500K .......... .......... .......... .......... .......... 31% 93.5M 3s 65550K .......... .......... .......... .......... .......... 31% 106M 3s 65600K .......... .......... .......... .......... .......... 31% 111M 3s 65650K .......... .......... .......... .......... .......... 31% 107M 3s 65700K .......... .......... .......... .......... .......... 31% 65.6M 3s 65750K .......... .......... .......... .......... .......... 31% 120M 3s 65800K .......... .......... .......... .......... .......... 31% 101M 3s 65850K .......... .......... .......... .......... .......... 31% 105M 3s 65900K .......... .......... .......... .......... .......... 31% 77.2M 3s 65950K .......... .......... .......... .......... .......... 31% 120M 3s 66000K .......... .......... .......... .......... .......... 31% 55.5M 3s 66050K .......... .......... .......... .......... .......... 31% 54.1M 3s 66100K .......... .......... .......... .......... .......... 31% 31.8M 3s 66150K .......... .......... .......... .......... .......... 31% 53.6M 3s 66200K .......... .......... .......... .......... .......... 31% 60.9M 3s 66250K .......... .......... .......... .......... .......... 31% 57.8M 3s 66300K .......... .......... .......... .......... .......... 31% 55.6M 3s 66350K .......... .......... .......... .......... .......... 31% 44.7M 3s 66400K .......... .......... .......... .......... .......... 31% 53.7M 3s 66450K .......... .......... .......... .......... .......... 31% 31.5M 3s 66500K .......... .......... .......... .......... .......... 31% 55.5M 3s 66550K .......... .......... .......... .......... .......... 31% 53.8M 3s 66600K .......... .......... .......... .......... .......... 31% 46.5M 3s 66650K .......... .......... .......... .......... .......... 31% 80.6M 3s 66700K .......... .......... .......... .......... .......... 32% 106M 3s 66750K .......... .......... .......... .......... .......... 32% 110M 3s 66800K .......... .......... .......... .......... .......... 32% 72.4M 3s 66850K .......... .......... .......... .......... .......... 32% 74.9M 3s 66900K .......... .......... .......... .......... .......... 32% 100M 3s 66950K .......... .......... .......... .......... .......... 32% 118M 3s 67000K .......... .......... .......... .......... .......... 32% 114M 3s 67050K .......... .......... .......... .......... .......... 32% 104M 3s 67100K .......... .......... .......... .......... .......... 32% 86.8M 3s 67150K .......... .......... .......... .......... .......... 32% 129M 3s 67200K .......... .......... .......... .......... .......... 32% 3.57M 3s 67250K .......... .......... .......... .......... .......... 32% 97.8M 3s 67300K .......... .......... .......... .......... .......... 32% 119M 3s 67350K .......... .......... .......... .......... .......... 32% 102M 3s 67400K .......... .......... .......... .......... .......... 32% 121M 3s 67450K .......... .......... .......... .......... .......... 32% 6.82M 3s 67500K .......... .......... .......... .......... .......... 32% 88.6M 3s 67550K .......... .......... .......... .......... .......... 32% 114M 3s 67600K .......... .......... .......... .......... .......... 32% 85.2M 3s 67650K .......... .......... .......... .......... .......... 32% 93.0M 3s 67700K .......... .......... .......... .......... .......... 32% 101M 3s 67750K .......... .......... .......... .......... .......... 32% 89.0M 3s 67800K .......... .......... .......... .......... .......... 32% 80.2M 3s 67850K .......... .......... .......... .......... .......... 32% 119M 3s 67900K .......... .......... .......... .......... .......... 32% 102M 3s 67950K .......... .......... .......... .......... .......... 32% 11.2M 3s 68000K .......... .......... .......... .......... .......... 32% 85.8M 3s 68050K .......... .......... .......... .......... .......... 32% 152M 3s 68100K .......... .......... .......... .......... .......... 32% 72.7M 3s 68150K .......... .......... .......... .......... .......... 32% 88.4M 3s 68200K .......... .......... .......... .......... .......... 32% 91.7M 3s 68250K .......... .......... .......... .......... .......... 32% 113M 3s 68300K .......... .......... .......... .......... .......... 32% 107M 3s 68350K .......... .......... .......... .......... .......... 32% 83.2M 3s 68400K .......... .......... .......... .......... .......... 32% 10.5M 3s 68450K .......... .......... .......... .......... .......... 32% 64.6M 3s 68500K .......... .......... .......... .......... .......... 32% 90.9M 3s 68550K .......... .......... .......... .......... .......... 32% 88.9M 3s 68600K .......... .......... .......... .......... .......... 32% 100M 3s 68650K .......... .......... .......... .......... .......... 32% 85.5M 3s 68700K .......... .......... .......... .......... .......... 32% 121M 3s 68750K .......... .......... .......... .......... .......... 32% 116M 3s 68800K .......... .......... .......... .......... .......... 33% 105M 3s 68850K .......... .......... .......... .......... .......... 33% 55.9M 3s 68900K .......... .......... .......... .......... .......... 33% 101M 3s 68950K .......... .......... .......... .......... .......... 33% 111M 3s 69000K .......... .......... .......... .......... .......... 33% 108M 3s 69050K .......... .......... .......... .......... .......... 33% 20.2M 3s 69100K .......... .......... .......... .......... .......... 33% 45.2M 3s 69150K .......... .......... .......... .......... .......... 33% 39.6M 3s 69200K .......... .......... .......... .......... .......... 33% 116M 3s 69250K .......... .......... .......... .......... .......... 33% 44.0M 3s 69300K .......... .......... .......... .......... .......... 33% 38.5M 3s 69350K .......... .......... .......... .......... .......... 33% 48.0M 3s 69400K .......... .......... .......... .......... .......... 33% 41.3M 3s 69450K .......... .......... .......... .......... .......... 33% 108M 3s 69500K .......... .......... .......... .......... .......... 33% 35.2M 3s 69550K .......... .......... .......... .......... .......... 33% 52.9M 3s 69600K .......... .......... .......... .......... .......... 33% 52.6M 3s 69650K .......... .......... .......... .......... .......... 33% 44.6M 3s 69700K .......... .......... .......... .......... .......... 33% 47.6M 3s 69750K .......... .......... .......... .......... .......... 33% 95.9M 3s 69800K .......... .......... .......... .......... .......... 33% 64.9M 3s 69850K .......... .......... .......... .......... .......... 33% 111M 3s 69900K .......... .......... .......... .......... .......... 33% 103M 3s 69950K .......... .......... .......... .......... .......... 33% 118M 3s 70000K .......... .......... .......... .......... .......... 33% 86.1M 3s 70050K .......... .......... .......... .......... .......... 33% 74.2M 3s 70100K .......... .......... .......... .......... .......... 33% 66.3M 3s 70150K .......... .......... .......... .......... .......... 33% 21.9M 3s 70200K .......... .......... .......... .......... .......... 33% 44.2M 3s 70250K .......... .......... .......... .......... .......... 33% 107M 3s 70300K .......... .......... .......... .......... .......... 33% 7.24M 3s 70350K .......... .......... .......... .......... .......... 33% 106M 3s 70400K .......... .......... .......... .......... .......... 33% 80.7M 3s 70450K .......... .......... .......... .......... .......... 33% 100M 3s 70500K .......... .......... .......... .......... .......... 33% 72.8M 3s 70550K .......... .......... .......... .......... .......... 33% 96.6M 3s 70600K .......... .......... .......... .......... .......... 33% 112M 3s 70650K .......... .......... .......... .......... .......... 33% 77.2M 3s 70700K .......... .......... .......... .......... .......... 33% 115M 3s 70750K .......... .......... .......... .......... .......... 33% 68.6M 3s 70800K .......... .......... .......... .......... .......... 33% 118M 3s 70850K .......... .......... .......... .......... .......... 34% 101M 3s 70900K .......... .......... .......... .......... .......... 34% 71.3M 3s 70950K .......... .......... .......... .......... .......... 34% 95.9M 3s 71000K .......... .......... .......... .......... .......... 34% 109M 3s 71050K .......... .......... .......... .......... .......... 34% 106M 3s 71100K .......... .......... .......... .......... .......... 34% 111M 3s 71150K .......... .......... .......... .......... .......... 34% 67.9M 3s 71200K .......... .......... .......... .......... .......... 34% 130M 3s 71250K .......... .......... .......... .......... .......... 34% 110M 3s 71300K .......... .......... .......... .......... .......... 34% 51.7M 3s 71350K .......... .......... .......... .......... .......... 34% 97.4M 3s 71400K .......... .......... .......... .......... .......... 34% 109M 3s 71450K .......... .......... .......... .......... .......... 34% 110M 3s 71500K .......... .......... .......... .......... .......... 34% 123M 3s 71550K .......... .......... .......... .......... .......... 34% 84.5M 3s 71600K .......... .......... .......... .......... .......... 34% 89.8M 3s 71650K .......... .......... .......... .......... .......... 34% 5.79M 3s 71700K .......... .......... .......... .......... .......... 34% 96.3M 3s 71750K .......... .......... .......... .......... .......... 34% 84.8M 3s 71800K .......... .......... .......... .......... .......... 34% 117M 3s 71850K .......... .......... .......... .......... .......... 34% 102M 3s 71900K .......... .......... .......... .......... .......... 34% 117M 3s 71950K .......... .......... .......... .......... .......... 34% 76.9M 3s 72000K .......... .......... .......... .......... .......... 34% 57.9M 3s 72050K .......... .......... .......... .......... .......... 34% 105M 3s 72100K .......... .......... .......... .......... .......... 34% 2.15M 3s 72150K .......... .......... .......... .......... .......... 34% 40.3M 3s 72200K .......... .......... .......... .......... .......... 34% 40.3M 3s 72250K .......... .......... .......... .......... .......... 34% 43.5M 3s 72300K .......... .......... .......... .......... .......... 34% 33.5M 3s 72350K .......... .......... .......... .......... .......... 34% 86.1M 3s 72400K .......... .......... .......... .......... .......... 34% 56.9M 3s 72450K .......... .......... .......... .......... .......... 34% 106M 3s 72500K .......... .......... .......... .......... .......... 34% 112M 3s 72550K .......... .......... .......... .......... .......... 34% 86.4M 3s 72600K .......... .......... .......... .......... .......... 34% 106M 3s 72650K .......... .......... .......... .......... .......... 34% 105M 3s 72700K .......... .......... .......... .......... .......... 34% 100M 3s 72750K .......... .......... .......... .......... .......... 34% 8.72M 3s 72800K .......... .......... .......... .......... .......... 34% 98.1M 3s 72850K .......... .......... .......... .......... .......... 34% 110M 3s 72900K .......... .......... .......... .......... .......... 34% 7.35M 3s 72950K .......... .......... .......... .......... .......... 35% 150M 3s 73000K .......... .......... .......... .......... .......... 35% 79.3M 3s 73050K .......... .......... .......... .......... .......... 35% 93.7M 3s 73100K .......... .......... .......... .......... .......... 35% 72.6M 3s 73150K .......... .......... .......... .......... .......... 35% 38.7M 3s 73200K .......... .......... .......... .......... .......... 35% 41.9M 3s 73250K .......... .......... .......... .......... .......... 35% 48.6M 3s 73300K .......... .......... .......... .......... .......... 35% 6.92M 3s 73350K .......... .......... .......... .......... .......... 35% 40.4M 3s 73400K .......... .......... .......... .......... .......... 35% 45.7M 3s 73450K .......... .......... .......... .......... .......... 35% 59.7M 3s 73500K .......... .......... .......... .......... .......... 35% 39.3M 3s 73550K .......... .......... .......... .......... .......... 35% 42.1M 3s 73600K .......... .......... .......... .......... .......... 35% 63.2M 3s 73650K .......... .......... .......... .......... .......... 35% 117M 3s 73700K .......... .......... .......... .......... .......... 35% 108M 3s 73750K .......... .......... .......... .......... .......... 35% 100M 3s 73800K .......... .......... .......... .......... .......... 35% 55.0M 3s 73850K .......... .......... .......... .......... .......... 35% 111M 3s 73900K .......... .......... .......... .......... .......... 35% 92.0M 3s 73950K .......... .......... .......... .......... .......... 35% 95.9M 3s 74000K .......... .......... .......... .......... .......... 35% 67.9M 3s 74050K .......... .......... .......... .......... .......... 35% 108M 3s 74100K .......... .......... .......... .......... .......... 35% 88.3M 3s 74150K .......... .......... .......... .......... .......... 35% 73.7M 3s 74200K .......... .......... .......... .......... .......... 35% 69.2M 3s 74250K .......... .......... .......... .......... .......... 35% 82.4M 3s 74300K .......... .......... .......... .......... .......... 35% 4.25M 3s 74350K .......... .......... .......... .......... .......... 35% 101M 3s 74400K .......... .......... .......... .......... .......... 35% 102M 3s 74450K .......... .......... .......... .......... .......... 35% 105M 3s 74500K .......... .......... .......... .......... .......... 35% 51.5M 3s 74550K .......... .......... .......... .......... .......... 35% 96.1M 3s 74600K .......... .......... .......... .......... .......... 35% 86.0M 3s 74650K .......... .......... .......... .......... .......... 35% 100M 3s 74700K .......... .......... .......... .......... .......... 35% 104M 3s 74750K .......... .......... .......... .......... .......... 35% 86.0M 3s 74800K .......... .......... .......... .......... .......... 35% 101M 3s 74850K .......... .......... .......... .......... .......... 35% 76.0M 3s 74900K .......... .......... .......... .......... .......... 35% 41.5M 3s 74950K .......... .......... .......... .......... .......... 35% 57.4M 3s 75000K .......... .......... .......... .......... .......... 35% 49.8M 3s 75050K .......... .......... .......... .......... .......... 36% 4.02M 3s 75100K .......... .......... .......... .......... .......... 36% 43.9M 3s 75150K .......... .......... .......... .......... .......... 36% 42.7M 3s 75200K .......... .......... .......... .......... .......... 36% 41.9M 3s 75250K .......... .......... .......... .......... .......... 36% 13.5M 3s 75300K .......... .......... .......... .......... .......... 36% 99.9M 3s 75350K .......... .......... .......... .......... .......... 36% 102M 3s 75400K .......... .......... .......... .......... .......... 36% 99.1M 3s 75450K .......... .......... .......... .......... .......... 36% 96.6M 3s 75500K .......... .......... .......... .......... .......... 36% 76.2M 3s 75550K .......... .......... .......... .......... .......... 36% 8.92M 3s 75600K .......... .......... .......... .......... .......... 36% 73.4M 3s 75650K .......... .......... .......... .......... .......... 36% 102M 3s 75700K .......... .......... .......... .......... .......... 36% 119M 3s 75750K .......... .......... .......... .......... .......... 36% 91.2M 3s 75800K .......... .......... .......... .......... .......... 36% 55.9M 3s 75850K .......... .......... .......... .......... .......... 36% 113M 3s 75900K .......... .......... .......... .......... .......... 36% 87.4M 3s 75950K .......... .......... .......... .......... .......... 36% 122M 3s 76000K .......... .......... .......... .......... .......... 36% 120M 3s 76050K .......... .......... .......... .......... .......... 36% 88.9M 3s 76100K .......... .......... .......... .......... .......... 36% 64.3M 3s 76150K .......... .......... .......... .......... .......... 36% 74.4M 3s 76200K .......... .......... .......... .......... .......... 36% 115M 3s 76250K .......... .......... .......... .......... .......... 36% 103M 3s 76300K .......... .......... .......... .......... .......... 36% 112M 3s 76350K .......... .......... .......... .......... .......... 36% 113M 3s 76400K .......... .......... .......... .......... .......... 36% 76.2M 3s 76450K .......... .......... .......... .......... .......... 36% 4.67M 3s 76500K .......... .......... .......... .......... .......... 36% 46.9M 3s 76550K .......... .......... .......... .......... .......... 36% 41.5M 3s 76600K .......... .......... .......... .......... .......... 36% 46.5M 3s 76650K .......... .......... .......... .......... .......... 36% 10.3M 3s 76700K .......... .......... .......... .......... .......... 36% 78.6M 3s 76750K .......... .......... .......... .......... .......... 36% 102M 3s 76800K .......... .......... .......... .......... .......... 36% 93.5M 3s 76850K .......... .......... .......... .......... .......... 36% 74.0M 3s 76900K .......... .......... .......... .......... .......... 36% 102M 3s 76950K .......... .......... .......... .......... .......... 36% 66.3M 3s 77000K .......... .......... .......... .......... .......... 36% 80.6M 3s 77050K .......... .......... .......... .......... .......... 36% 88.4M 3s 77100K .......... .......... .......... .......... .......... 37% 54.9M 3s 77150K .......... .......... .......... .......... .......... 37% 79.4M 3s 77200K .......... .......... .......... .......... .......... 37% 87.7M 3s 77250K .......... .......... .......... .......... .......... 37% 103M 3s 77300K .......... .......... .......... .......... .......... 37% 52.2M 3s 77350K .......... .......... .......... .......... .......... 37% 40.4M 3s 77400K .......... .......... .......... .......... .......... 37% 102M 3s 77450K .......... .......... .......... .......... .......... 37% 12.1M 3s 77500K .......... .......... .......... .......... .......... 37% 110M 3s 77550K .......... .......... .......... .......... .......... 37% 61.1M 3s 77600K .......... .......... .......... .......... .......... 37% 105M 3s 77650K .......... .......... .......... .......... .......... 37% 59.7M 3s 77700K .......... .......... .......... .......... .......... 37% 31.4M 3s 77750K .......... .......... .......... .......... .......... 37% 98.7M 3s 77800K .......... .......... .......... .......... .......... 37% 91.0M 3s 77850K .......... .......... .......... .......... .......... 37% 45.8M 3s 77900K .......... .......... .......... .......... .......... 37% 16.8M 3s 77950K .......... .......... .......... .......... .......... 37% 49.9M 3s 78000K .......... .......... .......... .......... .......... 37% 48.0M 3s 78050K .......... .......... .......... .......... .......... 37% 43.1M 3s 78100K .......... .......... .......... .......... .......... 37% 41.3M 3s 78150K .......... .......... .......... .......... .......... 37% 48.5M 3s 78200K .......... .......... .......... .......... .......... 37% 53.5M 3s 78250K .......... .......... .......... .......... .......... 37% 46.8M 3s 78300K .......... .......... .......... .......... .......... 37% 47.8M 3s 78350K .......... .......... .......... .......... .......... 37% 40.2M 3s 78400K .......... .......... .......... .......... .......... 37% 52.1M 3s 78450K .......... .......... .......... .......... .......... 37% 50.8M 3s 78500K .......... .......... .......... .......... .......... 37% 39.6M 3s 78550K .......... .......... .......... .......... .......... 37% 45.2M 3s 78600K .......... .......... .......... .......... .......... 37% 53.2M 3s 78650K .......... .......... .......... .......... .......... 37% 51.4M 3s 78700K .......... .......... .......... .......... .......... 37% 44.5M 3s 78750K .......... .......... .......... .......... .......... 37% 105M 3s 78800K .......... .......... .......... .......... .......... 37% 106M 3s 78850K .......... .......... .......... .......... .......... 37% 85.0M 3s 78900K .......... .......... .......... .......... .......... 37% 101M 3s 78950K .......... .......... .......... .......... .......... 37% 99.6M 3s 79000K .......... .......... .......... .......... .......... 37% 102M 3s 79050K .......... .......... .......... .......... .......... 37% 73.1M 3s 79100K .......... .......... .......... .......... .......... 37% 94.9M 3s 79150K .......... .......... .......... .......... .......... 37% 109M 3s 79200K .......... .......... .......... .......... .......... 38% 101M 3s 79250K .......... .......... .......... .......... .......... 38% 124M 3s 79300K .......... .......... .......... .......... .......... 38% 76.9M 3s 79350K .......... .......... .......... .......... .......... 38% 92.5M 3s 79400K .......... .......... .......... .......... .......... 38% 90.1M 3s 79450K .......... .......... .......... .......... .......... 38% 66.8M 3s 79500K .......... .......... .......... .......... .......... 38% 109M 3s 79550K .......... .......... .......... .......... .......... 38% 9.16M 3s 79600K .......... .......... .......... .......... .......... 38% 106M 3s 79650K .......... .......... .......... .......... .......... 38% 85.9M 3s 79700K .......... .......... .......... .......... .......... 38% 77.1M 3s 79750K .......... .......... .......... .......... .......... 38% 89.1M 3s 79800K .......... .......... .......... .......... .......... 38% 115M 3s 79850K .......... .......... .......... .......... .......... 38% 97.6M 3s 79900K .......... .......... .......... .......... .......... 38% 84.9M 3s 79950K .......... .......... .......... .......... .......... 38% 106M 3s 80000K .......... .......... .......... .......... .......... 38% 46.6M 3s 80050K .......... .......... .......... .......... .......... 38% 67.2M 3s 80100K .......... .......... .......... .......... .......... 38% 104M 3s 80150K .......... .......... .......... .......... .......... 38% 58.9M 3s 80200K .......... .......... .......... .......... .......... 38% 46.0M 3s 80250K .......... .......... .......... .......... .......... 38% 44.0M 3s 80300K .......... .......... .......... .......... .......... 38% 44.0M 3s 80350K .......... .......... .......... .......... .......... 38% 47.6M 3s 80400K .......... .......... .......... .......... .......... 38% 42.0M 3s 80450K .......... .......... .......... .......... .......... 38% 47.4M 3s 80500K .......... .......... .......... .......... .......... 38% 54.6M 3s 80550K .......... .......... .......... .......... .......... 38% 38.9M 3s 80600K .......... .......... .......... .......... .......... 38% 55.4M 3s 80650K .......... .......... .......... .......... .......... 38% 48.5M 3s 80700K .......... .......... .......... .......... .......... 38% 45.6M 3s 80750K .......... .......... .......... .......... .......... 38% 68.3M 3s 80800K .......... .......... .......... .......... .......... 38% 6.98M 3s 80850K .......... .......... .......... .......... .......... 38% 77.0M 3s 80900K .......... .......... .......... .......... .......... 38% 45.4M 3s 80950K .......... .......... .......... .......... .......... 38% 48.1M 3s 81000K .......... .......... .......... .......... .......... 38% 39.2M 3s 81050K .......... .......... .......... .......... .......... 38% 56.9M 3s 81100K .......... .......... .......... .......... .......... 38% 43.3M 3s 81150K .......... .......... .......... .......... .......... 38% 44.7M 3s 81200K .......... .......... .......... .......... .......... 38% 41.0M 3s 81250K .......... .......... .......... .......... .......... 38% 49.2M 3s 81300K .......... .......... .......... .......... .......... 39% 51.1M 3s 81350K .......... .......... .......... .......... .......... 39% 45.2M 3s 81400K .......... .......... .......... .......... .......... 39% 50.5M 3s 81450K .......... .......... .......... .......... .......... 39% 41.5M 3s 81500K .......... .......... .......... .......... .......... 39% 47.6M 3s 81550K .......... .......... .......... .......... .......... 39% 50.7M 3s 81600K .......... .......... .......... .......... .......... 39% 47.3M 3s 81650K .......... .......... .......... .......... .......... 39% 40.4M 3s 81700K .......... .......... .......... .......... .......... 39% 47.6M 3s 81750K .......... .......... .......... .......... .......... 39% 45.2M 3s 81800K .......... .......... .......... .......... .......... 39% 55.5M 3s 81850K .......... .......... .......... .......... .......... 39% 40.3M 3s 81900K .......... .......... .......... .......... .......... 39% 46.7M 3s 81950K .......... .......... .......... .......... .......... 39% 46.7M 3s 82000K .......... .......... .......... .......... .......... 39% 46.4M 3s 82050K .......... .......... .......... .......... .......... 39% 43.6M 3s 82100K .......... .......... .......... .......... .......... 39% 102M 3s 82150K .......... .......... .......... .......... .......... 39% 108M 3s 82200K .......... .......... .......... .......... .......... 39% 85.5M 3s 82250K .......... .......... .......... .......... .......... 39% 78.1M 3s 82300K .......... .......... .......... .......... .......... 39% 104M 3s 82350K .......... .......... .......... .......... .......... 39% 80.2M 3s 82400K .......... .......... .......... .......... .......... 39% 98.0M 3s 82450K .......... .......... .......... .......... .......... 39% 101M 3s 82500K .......... .......... .......... .......... .......... 39% 116M 3s 82550K .......... .......... .......... .......... .......... 39% 83.5M 3s 82600K .......... .......... .......... .......... .......... 39% 34.8M 3s 82650K .......... .......... .......... .......... .......... 39% 97.7M 3s 82700K .......... .......... .......... .......... .......... 39% 116M 3s 82750K .......... .......... .......... .......... .......... 39% 89.4M 3s 82800K .......... .......... .......... .......... .......... 39% 70.7M 3s 82850K .......... .......... .......... .......... .......... 39% 110M 3s 82900K .......... .......... .......... .......... .......... 39% 97.9M 3s 82950K .......... .......... .......... .......... .......... 39% 75.4M 3s 83000K .......... .......... .......... .......... .......... 39% 103M 3s 83050K .......... .......... .......... .......... .......... 39% 96.0M 3s 83100K .......... .......... .......... .......... .......... 39% 106M 3s 83150K .......... .......... .......... .......... .......... 39% 77.3M 3s 83200K .......... .......... .......... .......... .......... 39% 73.4M 3s 83250K .......... .......... .......... .......... .......... 39% 101M 3s 83300K .......... .......... .......... .......... .......... 39% 6.35M 3s 83350K .......... .......... .......... .......... .......... 40% 169M 3s 83400K .......... .......... .......... .......... .......... 40% 110M 3s 83450K .......... .......... .......... .......... .......... 40% 101M 3s 83500K .......... .......... .......... .......... .......... 40% 86.6M 3s 83550K .......... .......... .......... .......... .......... 40% 106M 3s 83600K .......... .......... .......... .......... .......... 40% 108M 3s 83650K .......... .......... .......... .......... .......... 40% 61.7M 3s 83700K .......... .......... .......... .......... .......... 40% 88.2M 3s 83750K .......... .......... .......... .......... .......... 40% 115M 3s 83800K .......... .......... .......... .......... .......... 40% 96.6M 3s 83850K .......... .......... .......... .......... .......... 40% 106M 3s 83900K .......... .......... .......... .......... .......... 40% 70.8M 3s 83950K .......... .......... .......... .......... .......... 40% 114M 3s 84000K .......... .......... .......... .......... .......... 40% 59.2M 3s 84050K .......... .......... .......... .......... .......... 40% 82.4M 3s 84100K .......... .......... .......... .......... .......... 40% 110M 3s 84150K .......... .......... .......... .......... .......... 40% 111M 3s 84200K .......... .......... .......... .......... .......... 40% 108M 3s 84250K .......... .......... .......... .......... .......... 40% 69.8M 3s 84300K .......... .......... .......... .......... .......... 40% 5.47M 3s 84350K .......... .......... .......... .......... .......... 40% 42.7M 3s 84400K .......... .......... .......... .......... .......... 40% 49.9M 3s 84450K .......... .......... .......... .......... .......... 40% 52.5M 3s 84500K .......... .......... .......... .......... .......... 40% 43.6M 3s 84550K .......... .......... .......... .......... .......... 40% 43.7M 3s 84600K .......... .......... .......... .......... .......... 40% 44.1M 3s 84650K .......... .......... .......... .......... .......... 40% 58.3M 3s 84700K .......... .......... .......... .......... .......... 40% 53.5M 3s 84750K .......... .......... .......... .......... .......... 40% 37.9M 3s 84800K .......... .......... .......... .......... .......... 40% 36.2M 3s 84850K .......... .......... .......... .......... .......... 40% 56.3M 3s 84900K .......... .......... .......... .......... .......... 40% 55.4M 3s 84950K .......... .......... .......... .......... .......... 40% 37.8M 3s 85000K .......... .......... .......... .......... .......... 40% 38.7M 3s 85050K .......... .......... .......... .......... .......... 40% 52.5M 3s 85100K .......... .......... .......... .......... .......... 40% 48.5M 3s 85150K .......... .......... .......... .......... .......... 40% 55.3M 3s 85200K .......... .......... .......... .......... .......... 40% 66.5M 3s 85250K .......... .......... .......... .......... .......... 40% 83.4M 3s 85300K .......... .......... .......... .......... .......... 40% 119M 3s 85350K .......... .......... .......... .......... .......... 40% 112M 3s 85400K .......... .......... .......... .......... .......... 40% 87.3M 3s 85450K .......... .......... .......... .......... .......... 41% 103M 3s 85500K .......... .......... .......... .......... .......... 41% 100M 3s 85550K .......... .......... .......... .......... .......... 41% 83.4M 3s 85600K .......... .......... .......... .......... .......... 41% 4.35M 3s 85650K .......... .......... .......... .......... .......... 41% 111M 3s 85700K .......... .......... .......... .......... .......... 41% 112M 3s 85750K .......... .......... .......... .......... .......... 41% 116M 3s 85800K .......... .......... .......... .......... .......... 41% 6.65M 3s 85850K .......... .......... .......... .......... .......... 41% 127M 3s 85900K .......... .......... .......... .......... .......... 41% 111M 3s 85950K .......... .......... .......... .......... .......... 41% 119M 3s 86000K .......... .......... .......... .......... .......... 41% 98.9M 3s 86050K .......... .......... .......... .......... .......... 41% 65.1M 3s 86100K .......... .......... .......... .......... .......... 41% 2.18M 3s 86150K .......... .......... .......... .......... .......... 41% 115M 3s 86200K .......... .......... .......... .......... .......... 41% 110M 3s 86250K .......... .......... .......... .......... .......... 41% 98.2M 3s 86300K .......... .......... .......... .......... .......... 41% 107M 3s 86350K .......... .......... .......... .......... .......... 41% 247K 3s 86400K .......... .......... .......... .......... .......... 41% 63.4M 3s 86450K .......... .......... .......... .......... .......... 41% 93.4M 3s 86500K .......... .......... .......... .......... .......... 41% 111M 3s 86550K .......... .......... .......... .......... .......... 41% 110M 3s 86600K .......... .......... .......... .......... .......... 41% 74.1M 3s 86650K .......... .......... .......... .......... .......... 41% 71.5M 3s 86700K .......... .......... .......... .......... .......... 41% 92.5M 3s 86750K .......... .......... .......... .......... .......... 41% 93.7M 3s 86800K .......... .......... .......... .......... .......... 41% 40.4M 3s 86850K .......... .......... .......... .......... .......... 41% 113M 3s 86900K .......... .......... .......... .......... .......... 41% 81.5M 3s 86950K .......... .......... .......... .......... .......... 41% 69.5M 3s 87000K .......... .......... .......... .......... .......... 41% 114M 3s 87050K .......... .......... .......... .......... .......... 41% 8.16M 3s 87100K .......... .......... .......... .......... .......... 41% 138M 3s 87150K .......... .......... .......... .......... .......... 41% 110M 3s 87200K .......... .......... .......... .......... .......... 41% 85.6M 3s 87250K .......... .......... .......... .......... .......... 41% 108M 3s 87300K .......... .......... .......... .......... .......... 41% 109M 3s 87350K .......... .......... .......... .......... .......... 41% 122M 3s 87400K .......... .......... .......... .......... .......... 41% 99.6M 3s 87450K .......... .......... .......... .......... .......... 41% 97.4M 3s 87500K .......... .......... .......... .......... .......... 41% 42.0M 3s 87550K .......... .......... .......... .......... .......... 42% 83.4M 3s 87600K .......... .......... .......... .......... .......... 42% 79.8M 3s 87650K .......... .......... .......... .......... .......... 42% 62.5M 3s 87700K .......... .......... .......... .......... .......... 42% 35.4M 3s 87750K .......... .......... .......... .......... .......... 42% 33.9M 3s 87800K .......... .......... .......... .......... .......... 42% 47.1M 3s 87850K .......... .......... .......... .......... .......... 42% 52.9M 3s 87900K .......... .......... .......... .......... .......... 42% 28.6M 3s 87950K .......... .......... .......... .......... .......... 42% 46.7M 3s 88000K .......... .......... .......... .......... .......... 42% 3.87M 3s 88050K .......... .......... .......... .......... .......... 42% 60.5M 3s 88100K .......... .......... .......... .......... .......... 42% 43.1M 3s 88150K .......... .......... .......... .......... .......... 42% 38.4M 3s 88200K .......... .......... .......... .......... .......... 42% 46.5M 3s 88250K .......... .......... .......... .......... .......... 42% 44.4M 3s 88300K .......... .......... .......... .......... .......... 42% 34.6M 3s 88350K .......... .......... .......... .......... .......... 42% 44.9M 3s 88400K .......... .......... .......... .......... .......... 42% 41.0M 3s 88450K .......... .......... .......... .......... .......... 42% 37.0M 3s 88500K .......... .......... .......... .......... .......... 42% 39.9M 3s 88550K .......... .......... .......... .......... .......... 42% 48.5M 3s 88600K .......... .......... .......... .......... .......... 42% 41.3M 3s 88650K .......... .......... .......... .......... .......... 42% 50.0M 3s 88700K .......... .......... .......... .......... .......... 42% 78.6M 3s 88750K .......... .......... .......... .......... .......... 42% 105M 3s 88800K .......... .......... .......... .......... .......... 42% 74.6M 3s 88850K .......... .......... .......... .......... .......... 42% 123M 3s 88900K .......... .......... .......... .......... .......... 42% 74.0M 3s 88950K .......... .......... .......... .......... .......... 42% 122M 3s 89000K .......... .......... .......... .......... .......... 42% 97.7M 3s 89050K .......... .......... .......... .......... .......... 42% 110M 3s 89100K .......... .......... .......... .......... .......... 42% 75.3M 3s 89150K .......... .......... .......... .......... .......... 42% 69.7M 3s 89200K .......... .......... .......... .......... .......... 42% 95.9M 3s 89250K .......... .......... .......... .......... .......... 42% 93.6M 3s 89300K .......... .......... .......... .......... .......... 42% 78.4M 3s 89350K .......... .......... .......... .......... .......... 42% 119M 3s 89400K .......... .......... .......... .......... .......... 42% 101M 3s 89450K .......... .......... .......... .......... .......... 42% 46.4M 3s 89500K .......... .......... .......... .......... .......... 42% 98.9M 3s 89550K .......... .......... .......... .......... .......... 42% 77.5M 3s 89600K .......... .......... .......... .......... .......... 43% 69.1M 3s 89650K .......... .......... .......... .......... .......... 43% 101M 3s 89700K .......... .......... .......... .......... .......... 43% 120M 3s 89750K .......... .......... .......... .......... .......... 43% 82.6M 3s 89800K .......... .......... .......... .......... .......... 43% 5.85M 3s 89850K .......... .......... .......... .......... .......... 43% 32.4M 3s 89900K .......... .......... .......... .......... .......... 43% 4.18M 3s 89950K .......... .......... .......... .......... .......... 43% 59.1M 3s 90000K .......... .......... .......... .......... .......... 43% 57.6M 3s 90050K .......... .......... .......... .......... .......... 43% 86.8M 3s 90100K .......... .......... .......... .......... .......... 43% 89.9M 3s 90150K .......... .......... .......... .......... .......... 43% 109M 3s 90200K .......... .......... .......... .......... .......... 43% 115M 3s 90250K .......... .......... .......... .......... .......... 43% 45.5M 3s 90300K .......... .......... .......... .......... .......... 43% 96.3M 3s 90350K .......... .......... .......... .......... .......... 43% 85.6M 3s 90400K .......... .......... .......... .......... .......... 43% 108M 3s 90450K .......... .......... .......... .......... .......... 43% 35.3M 3s 90500K .......... .......... .......... .......... .......... 43% 36.1M 3s 90550K .......... .......... .......... .......... .......... 43% 45.7M 3s 90600K .......... .......... .......... .......... .......... 43% 36.0M 3s 90650K .......... .......... .......... .......... .......... 43% 29.2M 3s 90700K .......... .......... .......... .......... .......... 43% 37.6M 3s 90750K .......... .......... .......... .......... .......... 43% 47.1M 3s 90800K .......... .......... .......... .......... .......... 43% 31.3M 3s 90850K .......... .......... .......... .......... .......... 43% 29.8M 3s 90900K .......... .......... .......... .......... .......... 43% 44.6M 3s 90950K .......... .......... .......... .......... .......... 43% 38.2M 3s 91000K .......... .......... .......... .......... .......... 43% 29.0M 3s 91050K .......... .......... .......... .......... .......... 43% 46.6M 3s 91100K .......... .......... .......... .......... .......... 43% 38.3M 3s 91150K .......... .......... .......... .......... .......... 43% 40.1M 3s 91200K .......... .......... .......... .......... .......... 43% 44.7M 3s 91250K .......... .......... .......... .......... .......... 43% 46.4M 3s 91300K .......... .......... .......... .......... .......... 43% 52.1M 3s 91350K .......... .......... .......... .......... .......... 43% 16.7M 3s 91400K .......... .......... .......... .......... .......... 43% 1.72M 3s 91450K .......... .......... .......... .......... .......... 43% 105M 3s 91500K .......... .......... .......... .......... .......... 43% 129M 3s 91550K .......... .......... .......... .......... .......... 43% 107M 3s 91600K .......... .......... .......... .......... .......... 43% 108M 3s 91650K .......... .......... .......... .......... .......... 43% 86.7M 3s 91700K .......... .......... .......... .......... .......... 44% 93.6M 3s 91750K .......... .......... .......... .......... .......... 44% 102M 3s 91800K .......... .......... .......... .......... .......... 44% 127M 3s 91850K .......... .......... .......... .......... .......... 44% 64.7M 3s 91900K .......... .......... .......... .......... .......... 44% 105M 3s 91950K .......... .......... .......... .......... .......... 44% 92.3M 3s 92000K .......... .......... .......... .......... .......... 44% 104M 3s 92050K .......... .......... .......... .......... .......... 44% 115M 3s 92100K .......... .......... .......... .......... .......... 44% 119M 3s 92150K .......... .......... .......... .......... .......... 44% 93.3M 3s 92200K .......... .......... .......... .......... .......... 44% 94.2M 3s 92250K .......... .......... .......... .......... .......... 44% 7.19M 3s 92300K .......... .......... .......... .......... .......... 44% 51.1M 3s 92350K .......... .......... .......... .......... .......... 44% 38.0M 3s 92400K .......... .......... .......... .......... .......... 44% 57.0M 3s 92450K .......... .......... .......... .......... .......... 44% 50.4M 3s 92500K .......... .......... .......... .......... .......... 44% 43.8M 3s 92550K .......... .......... .......... .......... .......... 44% 41.2M 3s 92600K .......... .......... .......... .......... .......... 44% 56.4M 3s 92650K .......... .......... .......... .......... .......... 44% 49.1M 3s 92700K .......... .......... .......... .......... .......... 44% 49.2M 3s 92750K .......... .......... .......... .......... .......... 44% 40.5M 3s 92800K .......... .......... .......... .......... .......... 44% 80.4M 3s 92850K .......... .......... .......... .......... .......... 44% 107M 3s 92900K .......... .......... .......... .......... .......... 44% 98.9M 3s 92950K .......... .......... .......... .......... .......... 44% 92.6M 3s 93000K .......... .......... .......... .......... .......... 44% 98.7M 3s 93050K .......... .......... .......... .......... .......... 44% 82.1M 3s 93100K .......... .......... .......... .......... .......... 44% 90.8M 3s 93150K .......... .......... .......... .......... .......... 44% 110M 3s 93200K .......... .......... .......... .......... .......... 44% 103M 3s 93250K .......... .......... .......... .......... .......... 44% 102M 3s 93300K .......... .......... .......... .......... .......... 44% 102M 3s 93350K .......... .......... .......... .......... .......... 44% 119M 3s 93400K .......... .......... .......... .......... .......... 44% 92.3M 3s 93450K .......... .......... .......... .......... .......... 44% 79.5M 3s 93500K .......... .......... .......... .......... .......... 44% 76.6M 3s 93550K .......... .......... .......... .......... .......... 44% 126M 3s 93600K .......... .......... .......... .......... .......... 44% 101M 3s 93650K .......... .......... .......... .......... .......... 44% 106M 3s 93700K .......... .......... .......... .......... .......... 44% 98.1M 3s 93750K .......... .......... .......... .......... .......... 44% 99.1M 3s 93800K .......... .......... .......... .......... .......... 45% 113M 3s 93850K .......... .......... .......... .......... .......... 45% 72.9M 3s 93900K .......... .......... .......... .......... .......... 45% 99.3M 3s 93950K .......... .......... .......... .......... .......... 45% 88.6M 3s 94000K .......... .......... .......... .......... .......... 45% 115M 3s 94050K .......... .......... .......... .......... .......... 45% 101M 3s 94100K .......... .......... .......... .......... .......... 45% 54.2M 3s 94150K .......... .......... .......... .......... .......... 45% 3.40M 3s 94200K .......... .......... .......... .......... .......... 45% 140M 3s 94250K .......... .......... .......... .......... .......... 45% 91.0M 3s 94300K .......... .......... .......... .......... .......... 45% 6.98M 3s 94350K .......... .......... .......... .......... .......... 45% 91.7M 3s 94400K .......... .......... .......... .......... .......... 45% 7.34M 3s 94450K .......... .......... .......... .......... .......... 45% 116M 3s 94500K .......... .......... .......... .......... .......... 45% 77.1M 3s 94550K .......... .......... .......... .......... .......... 45% 74.5M 3s 94600K .......... .......... .......... .......... .......... 45% 77.1M 3s 94650K .......... .......... .......... .......... .......... 45% 118M 3s 94700K .......... .......... .......... .......... .......... 45% 73.6M 3s 94750K .......... .......... .......... .......... .......... 45% 91.0M 3s 94800K .......... .......... .......... .......... .......... 45% 75.0M 3s 94850K .......... .......... .......... .......... .......... 45% 84.2M 3s 94900K .......... .......... .......... .......... .......... 45% 95.8M 3s 94950K .......... .......... .......... .......... .......... 45% 76.0M 3s 95000K .......... .......... .......... .......... .......... 45% 79.1M 3s 95050K .......... .......... .......... .......... .......... 45% 5.40M 3s 95100K .......... .......... .......... .......... .......... 45% 55.1M 3s 95150K .......... .......... .......... .......... .......... 45% 35.9M 3s 95200K .......... .......... .......... .......... .......... 45% 48.2M 3s 95250K .......... .......... .......... .......... .......... 45% 32.7M 3s 95300K .......... .......... .......... .......... .......... 45% 8.56M 3s 95350K .......... .......... .......... .......... .......... 45% 99.2M 3s 95400K .......... .......... .......... .......... .......... 45% 2.14M 3s 95450K .......... .......... .......... .......... .......... 45% 53.4M 3s 95500K .......... .......... .......... .......... .......... 45% 33.9M 3s 95550K .......... .......... .......... .......... .......... 45% 53.4M 3s 95600K .......... .......... .......... .......... .......... 45% 52.3M 3s 95650K .......... .......... .......... .......... .......... 45% 45.3M 3s 95700K .......... .......... .......... .......... .......... 45% 39.9M 3s 95750K .......... .......... .......... .......... .......... 45% 53.4M 3s 95800K .......... .......... .......... .......... .......... 45% 114M 3s 95850K .......... .......... .......... .......... .......... 45% 72.9M 3s 95900K .......... .......... .......... .......... .......... 46% 104M 3s 95950K .......... .......... .......... .......... .......... 46% 58.2M 3s 96000K .......... .......... .......... .......... .......... 46% 117M 3s 96050K .......... .......... .......... .......... .......... 46% 80.2M 3s 96100K .......... .......... .......... .......... .......... 46% 85.8M 3s 96150K .......... .......... .......... .......... .......... 46% 56.6M 3s 96200K .......... .......... .......... .......... .......... 46% 51.5M 3s 96250K .......... .......... .......... .......... .......... 46% 56.2M 3s 96300K .......... .......... .......... .......... .......... 46% 27.4M 3s 96350K .......... .......... .......... .......... .......... 46% 39.4M 3s 96400K .......... .......... .......... .......... .......... 46% 44.9M 3s 96450K .......... .......... .......... .......... .......... 46% 43.0M 3s 96500K .......... .......... .......... .......... .......... 46% 38.5M 3s 96550K .......... .......... .......... .......... .......... 46% 42.9M 3s 96600K .......... .......... .......... .......... .......... 46% 51.5M 3s 96650K .......... .......... .......... .......... .......... 46% 36.9M 3s 96700K .......... .......... .......... .......... .......... 46% 51.9M 3s 96750K .......... .......... .......... .......... .......... 46% 41.2M 3s 96800K .......... .......... .......... .......... .......... 46% 43.9M 3s 96850K .......... .......... .......... .......... .......... 46% 39.0M 3s 96900K .......... .......... .......... .......... .......... 46% 46.4M 3s 96950K .......... .......... .......... .......... .......... 46% 40.4M 3s 97000K .......... .......... .......... .......... .......... 46% 38.1M 3s 97050K .......... .......... .......... .......... .......... 46% 55.6M 3s 97100K .......... .......... .......... .......... .......... 46% 40.1M 3s 97150K .......... .......... .......... .......... .......... 46% 45.1M 3s 97200K .......... .......... .......... .......... .......... 46% 35.7M 3s 97250K .......... .......... .......... .......... .......... 46% 55.1M 3s 97300K .......... .......... .......... .......... .......... 46% 42.2M 3s 97350K .......... .......... .......... .......... .......... 46% 65.5M 3s 97400K .......... .......... .......... .......... .......... 46% 87.3M 3s 97450K .......... .......... .......... .......... .......... 46% 76.0M 3s 97500K .......... .......... .......... .......... .......... 46% 124M 3s 97550K .......... .......... .......... .......... .......... 46% 96.0M 3s 97600K .......... .......... .......... .......... .......... 46% 3.50M 3s 97650K .......... .......... .......... .......... .......... 46% 51.3M 3s 97700K .......... .......... .......... .......... .......... 46% 41.4M 3s 97750K .......... .......... .......... .......... .......... 46% 4.14M 3s 97800K .......... .......... .......... .......... .......... 46% 67.3M 3s 97850K .......... .......... .......... .......... .......... 46% 104M 3s 97900K .......... .......... .......... .......... .......... 46% 113M 3s 97950K .......... .......... .......... .......... .......... 47% 103M 3s 98000K .......... .......... .......... .......... .......... 47% 83.8M 3s 98050K .......... .......... .......... .......... .......... 47% 66.0M 3s 98100K .......... .......... .......... .......... .......... 47% 78.9M 3s 98150K .......... .......... .......... .......... .......... 47% 86.3M 3s 98200K .......... .......... .......... .......... .......... 47% 77.7M 3s 98250K .......... .......... .......... .......... .......... 47% 105M 3s 98300K .......... .......... .......... .......... .......... 47% 99.8M 3s 98350K .......... .......... .......... .......... .......... 47% 70.3M 3s 98400K .......... .......... .......... .......... .......... 47% 97.3M 3s 98450K .......... .......... .......... .......... .......... 47% 6.76M 3s 98500K .......... .......... .......... .......... .......... 47% 93.7M 3s 98550K .......... .......... .......... .......... .......... 47% 109M 3s 98600K .......... .......... .......... .......... .......... 47% 116M 3s 98650K .......... .......... .......... .......... .......... 47% 80.4M 3s 98700K .......... .......... .......... .......... .......... 47% 58.8M 3s 98750K .......... .......... .......... .......... .......... 47% 1.95M 3s 98800K .......... .......... .......... .......... .......... 47% 54.2M 3s 98850K .......... .......... .......... .......... .......... 47% 42.1M 3s 98900K .......... .......... .......... .......... .......... 47% 45.8M 3s 98950K .......... .......... .......... .......... .......... 47% 50.8M 3s 99000K .......... .......... .......... .......... .......... 47% 52.9M 3s 99050K .......... .......... .......... .......... .......... 47% 45.1M 3s 99100K .......... .......... .......... .......... .......... 47% 42.8M 3s 99150K .......... .......... .......... .......... .......... 47% 50.1M 3s 99200K .......... .......... .......... .......... .......... 47% 55.3M 3s 99250K .......... .......... .......... .......... .......... 47% 41.5M 3s 99300K .......... .......... .......... .......... .......... 47% 48.5M 3s 99350K .......... .......... .......... .......... .......... 47% 110M 3s 99400K .......... .......... .......... .......... .......... 47% 97.0M 3s 99450K .......... .......... .......... .......... .......... 47% 104M 3s 99500K .......... .......... .......... .......... .......... 47% 124M 3s 99550K .......... .......... .......... .......... .......... 47% 80.1M 3s 99600K .......... .......... .......... .......... .......... 47% 88.2M 3s 99650K .......... .......... .......... .......... .......... 47% 105M 3s 99700K .......... .......... .......... .......... .......... 47% 79.3M 3s 99750K .......... .......... .......... .......... .......... 47% 110M 3s 99800K .......... .......... .......... .......... .......... 47% 102M 3s 99850K .......... .......... .......... .......... .......... 47% 114M 3s 99900K .......... .......... .......... .......... .......... 47% 101M 3s 99950K .......... .......... .......... .......... .......... 47% 76.7M 3s 100000K .......... .......... .......... .......... .......... 47% 114M 3s 100050K .......... .......... .......... .......... .......... 48% 110M 3s 100100K .......... .......... .......... .......... .......... 48% 79.6M 3s 100150K .......... .......... .......... .......... .......... 48% 118M 3s 100200K .......... .......... .......... .......... .......... 48% 115M 3s 100250K .......... .......... .......... .......... .......... 48% 81.4M 3s 100300K .......... .......... .......... .......... .......... 48% 111M 3s 100350K .......... .......... .......... .......... .......... 48% 80.6M 3s 100400K .......... .......... .......... .......... .......... 48% 99.9M 3s 100450K .......... .......... .......... .......... .......... 48% 109M 3s 100500K .......... .......... .......... .......... .......... 48% 100M 3s 100550K .......... .......... .......... .......... .......... 48% 79.3M 3s 100600K .......... .......... .......... .......... .......... 48% 65.5M 3s 100650K .......... .......... .......... .......... .......... 48% 104M 3s 100700K .......... .......... .......... .......... .......... 48% 86.4M 3s 100750K .......... .......... .......... .......... .......... 48% 78.8M 3s 100800K .......... .......... .......... .......... .......... 48% 79.0M 3s 100850K .......... .......... .......... .......... .......... 48% 75.7M 3s 100900K .......... .......... .......... .......... .......... 48% 80.6M 3s 100950K .......... .......... .......... .......... .......... 48% 106M 3s 101000K .......... .......... .......... .......... .......... 48% 73.3M 3s 101050K .......... .......... .......... .......... .......... 48% 63.9M 3s 101100K .......... .......... .......... .......... .......... 48% 60.6M 3s 101150K .......... .......... .......... .......... .......... 48% 78.4M 3s 101200K .......... .......... .......... .......... .......... 48% 105M 3s 101250K .......... .......... .......... .......... .......... 48% 63.6M 3s 101300K .......... .......... .......... .......... .......... 48% 113M 3s 101350K .......... .......... .......... .......... .......... 48% 74.4M 3s 101400K .......... .......... .......... .......... .......... 48% 79.8M 3s 101450K .......... .......... .......... .......... .......... 48% 73.6M 3s 101500K .......... .......... .......... .......... .......... 48% 6.90M 3s 101550K .......... .......... .......... .......... .......... 48% 114M 3s 101600K .......... .......... .......... .......... .......... 48% 4.26M 3s 101650K .......... .......... .......... .......... .......... 48% 5.64M 3s 101700K .......... .......... .......... .......... .......... 48% 54.7M 3s 101750K .......... .......... .......... .......... .......... 48% 41.7M 3s 101800K .......... .......... .......... .......... .......... 48% 50.4M 3s 101850K .......... .......... .......... .......... .......... 48% 24.6M 3s 101900K .......... .......... .......... .......... .......... 48% 53.8M 3s 101950K .......... .......... .......... .......... .......... 48% 26.4M 3s 102000K .......... .......... .......... .......... .......... 48% 63.3M 3s 102050K .......... .......... .......... .......... .......... 48% 29.1M 3s 102100K .......... .......... .......... .......... .......... 48% 55.3M 3s 102150K .......... .......... .......... .......... .......... 49% 3.82M 3s 102200K .......... .......... .......... .......... .......... 49% 106M 3s 102250K .......... .......... .......... .......... .......... 49% 107M 3s 102300K .......... .......... .......... .......... .......... 49% 5.81M 3s 102350K .......... .......... .......... .......... .......... 49% 216M 3s 102400K .......... .......... .......... .......... .......... 49% 80.8M 3s 102450K .......... .......... .......... .......... .......... 49% 79.3M 3s 102500K .......... .......... .......... .......... .......... 49% 84.7M 3s 102550K .......... .......... .......... .......... .......... 49% 106M 3s 102600K .......... .......... .......... .......... .......... 49% 67.3M 3s 102650K .......... .......... .......... .......... .......... 49% 71.1M 3s 102700K .......... .......... .......... .......... .......... 49% 98.6M 3s 102750K .......... .......... .......... .......... .......... 49% 50.9M 3s 102800K .......... .......... .......... .......... .......... 49% 35.4M 3s 102850K .......... .......... .......... .......... .......... 49% 42.4M 3s 102900K .......... .......... .......... .......... .......... 49% 54.1M 3s 102950K .......... .......... .......... .......... .......... 49% 3.66M 3s 103000K .......... .......... .......... .......... .......... 49% 117M 3s 103050K .......... .......... .......... .......... .......... 49% 8.60M 3s 103100K .......... .......... .......... .......... .......... 49% 108M 3s 103150K .......... .......... .......... .......... .......... 49% 98.9M 3s 103200K .......... .......... .......... .......... .......... 49% 3.70M 3s 103250K .......... .......... .......... .......... .......... 49% 49.5M 3s 103300K .......... .......... .......... .......... .......... 49% 50.7M 3s 103350K .......... .......... .......... .......... .......... 49% 43.1M 3s 103400K .......... .......... .......... .......... .......... 49% 39.6M 3s 103450K .......... .......... .......... .......... .......... 49% 7.84M 3s 103500K .......... .......... .......... .......... .......... 49% 43.1M 3s 103550K .......... .......... .......... .......... .......... 49% 51.8M 3s 103600K .......... .......... .......... .......... .......... 49% 44.6M 3s 103650K .......... .......... .......... .......... .......... 49% 10.9M 3s 103700K .......... .......... .......... .......... .......... 49% 126M 3s 103750K .......... .......... .......... .......... .......... 49% 87.1M 3s 103800K .......... .......... .......... .......... .......... 49% 102M 3s 103850K .......... .......... .......... .......... .......... 49% 67.9M 3s 103900K .......... .......... .......... .......... .......... 49% 7.06M 3s 103950K .......... .......... .......... .......... .......... 49% 139M 3s 104000K .......... .......... .......... .......... .......... 49% 115M 3s 104050K .......... .......... .......... .......... .......... 49% 3.89M 3s 104100K .......... .......... .......... .......... .......... 49% 52.8M 3s 104150K .......... .......... .......... .......... .......... 49% 4.37M 3s 104200K .......... .......... .......... .......... .......... 50% 54.2M 3s 104250K .......... .......... .......... .......... .......... 50% 43.9M 3s 104300K .......... .......... .......... .......... .......... 50% 49.9M 3s 104350K .......... .......... .......... .......... .......... 50% 73.7M 3s 104400K .......... .......... .......... .......... .......... 50% 93.6M 3s 104450K .......... .......... .......... .......... .......... 50% 109M 3s 104500K .......... .......... .......... .......... .......... 50% 104M 3s 104550K .......... .......... .......... .......... .......... 50% 63.0M 3s 104600K .......... .......... .......... .......... .......... 50% 69.6M 3s 104650K .......... .......... .......... .......... .......... 50% 95.0M 3s 104700K .......... .......... .......... .......... .......... 50% 62.2M 3s 104750K .......... .......... .......... .......... .......... 50% 121M 3s 104800K .......... .......... .......... .......... .......... 50% 86.4M 3s 104850K .......... .......... .......... .......... .......... 50% 54.0M 3s 104900K .......... .......... .......... .......... .......... 50% 98.5M 3s 104950K .......... .......... .......... .......... .......... 50% 90.3M 3s 105000K .......... .......... .......... .......... .......... 50% 73.5M 3s 105050K .......... .......... .......... .......... .......... 50% 62.6M 3s 105100K .......... .......... .......... .......... .......... 50% 61.7M 3s 105150K .......... .......... .......... .......... .......... 50% 106M 3s 105200K .......... .......... .......... .......... .......... 50% 105M 3s 105250K .......... .......... .......... .......... .......... 50% 85.3M 3s 105300K .......... .......... .......... .......... .......... 50% 56.4M 3s 105350K .......... .......... .......... .......... .......... 50% 57.1M 3s 105400K .......... .......... .......... .......... .......... 50% 93.8M 3s 105450K .......... .......... .......... .......... .......... 50% 111M 3s 105500K .......... .......... .......... .......... .......... 50% 92.4M 3s 105550K .......... .......... .......... .......... .......... 50% 55.1M 3s 105600K .......... .......... .......... .......... .......... 50% 58.7M 3s 105650K .......... .......... .......... .......... .......... 50% 6.14M 3s 105700K .......... .......... .......... .......... .......... 50% 45.3M 3s 105750K .......... .......... .......... .......... .......... 50% 37.8M 3s 105800K .......... .......... .......... .......... .......... 50% 38.8M 3s 105850K .......... .......... .......... .......... .......... 50% 41.3M 3s 105900K .......... .......... .......... .......... .......... 50% 76.8M 3s 105950K .......... .......... .......... .......... .......... 50% 85.5M 3s 106000K .......... .......... .......... .......... .......... 50% 35.2M 3s 106050K .......... .......... .......... .......... .......... 50% 40.5M 3s 106100K .......... .......... .......... .......... .......... 50% 45.4M 3s 106150K .......... .......... .......... .......... .......... 50% 44.7M 3s 106200K .......... .......... .......... .......... .......... 50% 40.5M 3s 106250K .......... .......... .......... .......... .......... 50% 41.7M 3s 106300K .......... .......... .......... .......... .......... 51% 51.3M 3s 106350K .......... .......... .......... .......... .......... 51% 37.9M 3s 106400K .......... .......... .......... .......... .......... 51% 47.6M 3s 106450K .......... .......... .......... .......... .......... 51% 38.6M 3s 106500K .......... .......... .......... .......... .......... 51% 49.2M 3s 106550K .......... .......... .......... .......... .......... 51% 37.1M 3s 106600K .......... .......... .......... .......... .......... 51% 44.1M 3s 106650K .......... .......... .......... .......... .......... 51% 48.2M 3s 106700K .......... .......... .......... .......... .......... 51% 41.1M 3s 106750K .......... .......... .......... .......... .......... 51% 41.9M 3s 106800K .......... .......... .......... .......... .......... 51% 40.4M 3s 106850K .......... .......... .......... .......... .......... 51% 44.1M 3s 106900K .......... .......... .......... .......... .......... 51% 37.9M 3s 106950K .......... .......... .......... .......... .......... 51% 16.3M 3s 107000K .......... .......... .......... .......... .......... 51% 78.2M 3s 107050K .......... .......... .......... .......... .......... 51% 97.8M 3s 107100K .......... .......... .......... .......... .......... 51% 110M 3s 107150K .......... .......... .......... .......... .......... 51% 106M 3s 107200K .......... .......... .......... .......... .......... 51% 111M 3s 107250K .......... .......... .......... .......... .......... 51% 59.6M 3s 107300K .......... .......... .......... .......... .......... 51% 76.1M 3s 107350K .......... .......... .......... .......... .......... 51% 81.5M 3s 107400K .......... .......... .......... .......... .......... 51% 75.5M 3s 107450K .......... .......... .......... .......... .......... 51% 7.88M 3s 107500K .......... .......... .......... .......... .......... 51% 81.4M 3s 107550K .......... .......... .......... .......... .......... 51% 91.7M 3s 107600K .......... .......... .......... .......... .......... 51% 77.7M 3s 107650K .......... .......... .......... .......... .......... 51% 6.98M 3s 107700K .......... .......... .......... .......... .......... 51% 42.0M 3s 107750K .......... .......... .......... .......... .......... 51% 41.3M 3s 107800K .......... .......... .......... .......... .......... 51% 47.5M 3s 107850K .......... .......... .......... .......... .......... 51% 37.7M 3s 107900K .......... .......... .......... .......... .......... 51% 37.6M 3s 107950K .......... .......... .......... .......... .......... 51% 47.8M 3s 108000K .......... .......... .......... .......... .......... 51% 53.9M 3s 108050K .......... .......... .......... .......... .......... 51% 36.1M 3s 108100K .......... .......... .......... .......... .......... 51% 39.2M 3s 108150K .......... .......... .......... .......... .......... 51% 44.5M 3s 108200K .......... .......... .......... .......... .......... 51% 53.9M 3s 108250K .......... .......... .......... .......... .......... 51% 37.0M 3s 108300K .......... .......... .......... .......... .......... 51% 38.4M 3s 108350K .......... .......... .......... .......... .......... 51% 39.1M 3s 108400K .......... .......... .......... .......... .......... 52% 56.1M 3s 108450K .......... .......... .......... .......... .......... 52% 38.9M 3s 108500K .......... .......... .......... .......... .......... 52% 38.9M 3s 108550K .......... .......... .......... .......... .......... 52% 39.5M 3s 108600K .......... .......... .......... .......... .......... 52% 52.2M 3s 108650K .......... .......... .......... .......... .......... 52% 111M 3s 108700K .......... .......... .......... .......... .......... 52% 111M 3s 108750K .......... .......... .......... .......... .......... 52% 72.5M 3s 108800K .......... .......... .......... .......... .......... 52% 55.6M 3s 108850K .......... .......... .......... .......... .......... 52% 79.0M 3s 108900K .......... .......... .......... .......... .......... 52% 89.7M 3s 108950K .......... .......... .......... .......... .......... 52% 76.5M 3s 109000K .......... .......... .......... .......... .......... 52% 108M 3s 109050K .......... .......... .......... .......... .......... 52% 101M 3s 109100K .......... .......... .......... .......... .......... 52% 123M 3s 109150K .......... .......... .......... .......... .......... 52% 72.5M 3s 109200K .......... .......... .......... .......... .......... 52% 90.6M 3s 109250K .......... .......... .......... .......... .......... 52% 60.6M 3s 109300K .......... .......... .......... .......... .......... 52% 89.7M 3s 109350K .......... .......... .......... .......... .......... 52% 59.7M 3s 109400K .......... .......... .......... .......... .......... 52% 111M 3s 109450K .......... .......... .......... .......... .......... 52% 109M 3s 109500K .......... .......... .......... .......... .......... 52% 101M 3s 109550K .......... .......... .......... .......... .......... 52% 82.2M 3s 109600K .......... .......... .......... .......... .......... 52% 67.0M 3s 109650K .......... .......... .......... .......... .......... 52% 70.7M 3s 109700K .......... .......... .......... .......... .......... 52% 60.6M 3s 109750K .......... .......... .......... .......... .......... 52% 88.1M 3s 109800K .......... .......... .......... .......... .......... 52% 109M 3s 109850K .......... .......... .......... .......... .......... 52% 110M 3s 109900K .......... .......... .......... .......... .......... 52% 80.2M 3s 109950K .......... .......... .......... .......... .......... 52% 63.3M 3s 110000K .......... .......... .......... .......... .......... 52% 37.8M 3s 110050K .......... .......... .......... .......... .......... 52% 34.8M 2s 110100K .......... .......... .......... .......... .......... 52% 56.5M 2s 110150K .......... .......... .......... .......... .......... 52% 41.4M 2s 110200K .......... .......... .......... .......... .......... 52% 35.5M 2s 110250K .......... .......... .......... .......... .......... 52% 18.2M 2s 110300K .......... .......... .......... .......... .......... 52% 66.8M 2s 110350K .......... .......... .......... .......... .......... 52% 81.6M 2s 110400K .......... .......... .......... .......... .......... 52% 66.3M 2s 110450K .......... .......... .......... .......... .......... 53% 108M 2s 110500K .......... .......... .......... .......... .......... 53% 106M 2s 110550K .......... .......... .......... .......... .......... 53% 101M 2s 110600K .......... .......... .......... .......... .......... 53% 60.6M 2s 110650K .......... .......... .......... .......... .......... 53% 56.0M 2s 110700K .......... .......... .......... .......... .......... 53% 163M 2s 110750K .......... .......... .......... .......... .......... 53% 57.0M 2s 110800K .......... .......... .......... .......... .......... 53% 46.2M 2s 110850K .......... .......... .......... .......... .......... 53% 53.3M 2s 110900K .......... .......... .......... .......... .......... 53% 48.0M 2s 110950K .......... .......... .......... .......... .......... 53% 35.3M 2s 111000K .......... .......... .......... .......... .......... 53% 37.7M 2s 111050K .......... .......... .......... .......... .......... 53% 41.9M 2s 111100K .......... .......... .......... .......... .......... 53% 45.7M 2s 111150K .......... .......... .......... .......... .......... 53% 36.5M 2s 111200K .......... .......... .......... .......... .......... 53% 38.1M 2s 111250K .......... .......... .......... .......... .......... 53% 47.9M 2s 111300K .......... .......... .......... .......... .......... 53% 42.7M 2s 111350K .......... .......... .......... .......... .......... 53% 37.6M 2s 111400K .......... .......... .......... .......... .......... 53% 38.6M 2s 111450K .......... .......... .......... .......... .......... 53% 40.8M 2s 111500K .......... .......... .......... .......... .......... 53% 42.4M 2s 111550K .......... .......... .......... .......... .......... 53% 37.4M 2s 111600K .......... .......... .......... .......... .......... 53% 38.5M 2s 111650K .......... .......... .......... .......... .......... 53% 37.8M 2s 111700K .......... .......... .......... .......... .......... 53% 41.6M 2s 111750K .......... .......... .......... .......... .......... 53% 39.5M 2s 111800K .......... .......... .......... .......... .......... 53% 38.4M 2s 111850K .......... .......... .......... .......... .......... 53% 56.6M 2s 111900K .......... .......... .......... .......... .......... 53% 99.9M 2s 111950K .......... .......... .......... .......... .......... 53% 87.2M 2s 112000K .......... .......... .......... .......... .......... 53% 95.2M 2s 112050K .......... .......... .......... .......... .......... 53% 70.0M 2s 112100K .......... .......... .......... .......... .......... 53% 98.3M 2s 112150K .......... .......... .......... .......... .......... 53% 111M 2s 112200K .......... .......... .......... .......... .......... 53% 60.9M 2s 112250K .......... .......... .......... .......... .......... 53% 73.2M 2s 112300K .......... .......... .......... .......... .......... 53% 104M 2s 112350K .......... .......... .......... .......... .......... 53% 107M 2s 112400K .......... .......... .......... .......... .......... 53% 69.2M 2s 112450K .......... .......... .......... .......... .......... 53% 68.8M 2s 112500K .......... .......... .......... .......... .......... 53% 101M 2s 112550K .......... .......... .......... .......... .......... 54% 92.1M 2s 112600K .......... .......... .......... .......... .......... 54% 5.95M 2s 112650K .......... .......... .......... .......... .......... 54% 53.1M 2s 112700K .......... .......... .......... .......... .......... 54% 49.7M 2s 112750K .......... .......... .......... .......... .......... 54% 25.3M 2s 112800K .......... .......... .......... .......... .......... 54% 43.8M 2s 112850K .......... .......... .......... .......... .......... 54% 45.1M 2s 112900K .......... .......... .......... .......... .......... 54% 22.5M 2s 112950K .......... .......... .......... .......... .......... 54% 37.3M 2s 113000K .......... .......... .......... .......... .......... 54% 52.7M 2s 113050K .......... .......... .......... .......... .......... 54% 41.3M 2s 113100K .......... .......... .......... .......... .......... 54% 25.6M 2s 113150K .......... .......... .......... .......... .......... 54% 56.9M 2s 113200K .......... .......... .......... .......... .......... 54% 43.2M 2s 113250K .......... .......... .......... .......... .......... 54% 33.1M 2s 113300K .......... .......... .......... .......... .......... 54% 14.3M 2s 113350K .......... .......... .......... .......... .......... 54% 150M 2s 113400K .......... .......... .......... .......... .......... 54% 96.4M 2s 113450K .......... .......... .......... .......... .......... 54% 118M 2s 113500K .......... .......... .......... .......... .......... 54% 64.2M 2s 113550K .......... .......... .......... .......... .......... 54% 7.40M 2s 113600K .......... .......... .......... .......... .......... 54% 162M 2s 113650K .......... .......... .......... .......... .......... 54% 94.1M 2s 113700K .......... .......... .......... .......... .......... 54% 108M 2s 113750K .......... .......... .......... .......... .......... 54% 67.9M 2s 113800K .......... .......... .......... .......... .......... 54% 91.3M 2s 113850K .......... .......... .......... .......... .......... 54% 78.2M 2s 113900K .......... .......... .......... .......... .......... 54% 103M 2s 113950K .......... .......... .......... .......... .......... 54% 38.3M 2s 114000K .......... .......... .......... .......... .......... 54% 165M 2s 114050K .......... .......... .......... .......... .......... 54% 165M 2s 114100K .......... .......... .......... .......... .......... 54% 65.7M 2s 114150K .......... .......... .......... .......... .......... 54% 69.7M 2s 114200K .......... .......... .......... .......... .......... 54% 102M 2s 114250K .......... .......... .......... .......... .......... 54% 116M 2s 114300K .......... .......... .......... .......... .......... 54% 53.1M 2s 114350K .......... .......... .......... .......... .......... 54% 93.1M 2s 114400K .......... .......... .......... .......... .......... 54% 105M 2s 114450K .......... .......... .......... .......... .......... 54% 112M 2s 114500K .......... .......... .......... .......... .......... 54% 49.1M 2s 114550K .......... .......... .......... .......... .......... 54% 67.1M 2s 114600K .......... .......... .......... .......... .......... 54% 88.7M 2s 114650K .......... .......... .......... .......... .......... 55% 86.8M 2s 114700K .......... .......... .......... .......... .......... 55% 6.12M 2s 114750K .......... .......... .......... .......... .......... 55% 53.2M 2s 114800K .......... .......... .......... .......... .......... 55% 37.7M 2s 114850K .......... .......... .......... .......... .......... 55% 40.1M 2s 114900K .......... .......... .......... .......... .......... 55% 47.1M 2s 114950K .......... .......... .......... .......... .......... 55% 42.5M 2s 115000K .......... .......... .......... .......... .......... 55% 28.1M 2s 115050K .......... .......... .......... .......... .......... 55% 29.9M 2s 115100K .......... .......... .......... .......... .......... 55% 49.3M 2s 115150K .......... .......... .......... .......... .......... 55% 44.4M 2s 115200K .......... .......... .......... .......... .......... 55% 31.5M 2s 115250K .......... .......... .......... .......... .......... 55% 53.3M 2s 115300K .......... .......... .......... .......... .......... 55% 43.6M 2s 115350K .......... .......... .......... .......... .......... 55% 44.0M 2s 115400K .......... .......... .......... .......... .......... 55% 28.0M 2s 115450K .......... .......... .......... .......... .......... 55% 46.1M 2s 115500K .......... .......... .......... .......... .......... 55% 50.9M 2s 115550K .......... .......... .......... .......... .......... 55% 76.0M 2s 115600K .......... .......... .......... .......... .......... 55% 17.5M 2s 115650K .......... .......... .......... .......... .......... 55% 106M 2s 115700K .......... .......... .......... .......... .......... 55% 112M 2s 115750K .......... .......... .......... .......... .......... 55% 105M 2s 115800K .......... .......... .......... .......... .......... 55% 79.8M 2s 115850K .......... .......... .......... .......... .......... 55% 10.1M 2s 115900K .......... .......... .......... .......... .......... 55% 88.9M 2s 115950K .......... .......... .......... .......... .......... 55% 76.0M 2s 116000K .......... .......... .......... .......... .......... 55% 89.2M 2s 116050K .......... .......... .......... .......... .......... 55% 106M 2s 116100K .......... .......... .......... .......... .......... 55% 111M 2s 116150K .......... .......... .......... .......... .......... 55% 77.5M 2s 116200K .......... .......... .......... .......... .......... 55% 113M 2s 116250K .......... .......... .......... .......... .......... 55% 93.0M 2s 116300K .......... .......... .......... .......... .......... 55% 116M 2s 116350K .......... .......... .......... .......... .......... 55% 58.2M 2s 116400K .......... .......... .......... .......... .......... 55% 78.4M 2s 116450K .......... .......... .......... .......... .......... 55% 82.2M 2s 116500K .......... .......... .......... .......... .......... 55% 80.0M 2s 116550K .......... .......... .......... .......... .......... 55% 102M 2s 116600K .......... .......... .......... .......... .......... 55% 114M 2s 116650K .......... .......... .......... .......... .......... 55% 80.1M 2s 116700K .......... .......... .......... .......... .......... 55% 109M 2s 116750K .......... .......... .......... .......... .......... 56% 101M 2s 116800K .......... .......... .......... .......... .......... 56% 66.2M 2s 116850K .......... .......... .......... .......... .......... 56% 61.5M 2s 116900K .......... .......... .......... .......... .......... 56% 97.8M 2s 116950K .......... .......... .......... .......... .......... 56% 123M 2s 117000K .......... .......... .......... .......... .......... 56% 105M 2s 117050K .......... .......... .......... .......... .......... 56% 49.4M 2s 117100K .......... .......... .......... .......... .......... 56% 50.4M 2s 117150K .......... .......... .......... .......... .......... 56% 35.5M 2s 117200K .......... .......... .......... .......... .......... 56% 49.5M 2s 117250K .......... .......... .......... .......... .......... 56% 49.1M 2s 117300K .......... .......... .......... .......... .......... 56% 50.6M 2s 117350K .......... .......... .......... .......... .......... 56% 49.2M 2s 117400K .......... .......... .......... .......... .......... 56% 7.50M 2s 117450K .......... .......... .......... .......... .......... 56% 113M 2s 117500K .......... .......... .......... .......... .......... 56% 77.8M 2s 117550K .......... .......... .......... .......... .......... 56% 87.7M 2s 117600K .......... .......... .......... .......... .......... 56% 93.9M 2s 117650K .......... .......... .......... .......... .......... 56% 110M 2s 117700K .......... .......... .......... .......... .......... 56% 103M 2s 117750K .......... .......... .......... .......... .......... 56% 125M 2s 117800K .......... .......... .......... .......... .......... 56% 89.3M 2s 117850K .......... .......... .......... .......... .......... 56% 80.4M 2s 117900K .......... .......... .......... .......... .......... 56% 104M 2s 117950K .......... .......... .......... .......... .......... 56% 54.0M 2s 118000K .......... .......... .......... .......... .......... 56% 107M 2s 118050K .......... .......... .......... .......... .......... 56% 72.8M 2s 118100K .......... .......... .......... .......... .......... 56% 112M 2s 118150K .......... .......... .......... .......... .......... 56% 109M 2s 118200K .......... .......... .......... .......... .......... 56% 111M 2s 118250K .......... .......... .......... .......... .......... 56% 107M 2s 118300K .......... .......... .......... .......... .......... 56% 82.1M 2s 118350K .......... .......... .......... .......... .......... 56% 81.0M 2s 118400K .......... .......... .......... .......... .......... 56% 3.39M 2s 118450K .......... .......... .......... .......... .......... 56% 99.2M 2s 118500K .......... .......... .......... .......... .......... 56% 78.5M 2s 118550K .......... .......... .......... .......... .......... 56% 109M 2s 118600K .......... .......... .......... .......... .......... 56% 103M 2s 118650K .......... .......... .......... .......... .......... 56% 125M 2s 118700K .......... .......... .......... .......... .......... 56% 96.8M 2s 118750K .......... .......... .......... .......... .......... 56% 111M 2s 118800K .......... .......... .......... .......... .......... 57% 100M 2s 118850K .......... .......... .......... .......... .......... 57% 86.0M 2s 118900K .......... .......... .......... .......... .......... 57% 103M 2s 118950K .......... .......... .......... .......... .......... 57% 83.1M 2s 119000K .......... .......... .......... .......... .......... 57% 110M 2s 119050K .......... .......... .......... .......... .......... 57% 112M 2s 119100K .......... .......... .......... .......... .......... 57% 105M 2s 119150K .......... .......... .......... .......... .......... 57% 109M 2s 119200K .......... .......... .......... .......... .......... 57% 109M 2s 119250K .......... .......... .......... .......... .......... 57% 94.6M 2s 119300K .......... .......... .......... .......... .......... 57% 101M 2s 119350K .......... .......... .......... .......... .......... 57% 3.26M 2s 119400K .......... .......... .......... .......... .......... 57% 68.3M 2s 119450K .......... .......... .......... .......... .......... 57% 102M 2s 119500K .......... .......... .......... .......... .......... 57% 116M 2s 119550K .......... .......... .......... .......... .......... 57% 120M 2s 119600K .......... .......... .......... .......... .......... 57% 102M 2s 119650K .......... .......... .......... .......... .......... 57% 113M 2s 119700K .......... .......... .......... .......... .......... 57% 107M 2s 119750K .......... .......... .......... .......... .......... 57% 7.12M 2s 119800K .......... .......... .......... .......... .......... 57% 122M 2s 119850K .......... .......... .......... .......... .......... 57% 112M 2s 119900K .......... .......... .......... .......... .......... 57% 103M 2s 119950K .......... .......... .......... .......... .......... 57% 123M 2s 120000K .......... .......... .......... .......... .......... 57% 104M 2s 120050K .......... .......... .......... .......... .......... 57% 110M 2s 120100K .......... .......... .......... .......... .......... 57% 110M 2s 120150K .......... .......... .......... .......... .......... 57% 115M 2s 120200K .......... .......... .......... .......... .......... 57% 105M 2s 120250K .......... .......... .......... .......... .......... 57% 65.5M 2s 120300K .......... .......... .......... .......... .......... 57% 101M 2s 120350K .......... .......... .......... .......... .......... 57% 113M 2s 120400K .......... .......... .......... .......... .......... 57% 116M 2s 120450K .......... .......... .......... .......... .......... 57% 112M 2s 120500K .......... .......... .......... .......... .......... 57% 102M 2s 120550K .......... .......... .......... .......... .......... 57% 108M 2s 120600K .......... .......... .......... .......... .......... 57% 113M 2s 120650K .......... .......... .......... .......... .......... 57% 110M 2s 120700K .......... .......... .......... .......... .......... 57% 107M 2s 120750K .......... .......... .......... .......... .......... 57% 114M 2s 120800K .......... .......... .......... .......... .......... 57% 61.9M 2s 120850K .......... .......... .......... .......... .......... 57% 93.8M 2s 120900K .......... .......... .......... .......... .......... 58% 103M 2s 120950K .......... .......... .......... .......... .......... 58% 120M 2s 121000K .......... .......... .......... .......... .......... 58% 102M 2s 121050K .......... .......... .......... .......... .......... 58% 135M 2s 121100K .......... .......... .......... .......... .......... 58% 102M 2s 121150K .......... .......... .......... .......... .......... 58% 5.63M 2s 121200K .......... .......... .......... .......... .......... 58% 117M 2s 121250K .......... .......... .......... .......... .......... 58% 34.9M 2s 121300K .......... .......... .......... .......... .......... 58% 121M 2s 121350K .......... .......... .......... .......... .......... 58% 37.2M 2s 121400K .......... .......... .......... .......... .......... 58% 103M 2s 121450K .......... .......... .......... .......... .......... 58% 106M 2s 121500K .......... .......... .......... .......... .......... 58% 94.8M 2s 121550K .......... .......... .......... .......... .......... 58% 63.6M 2s 121600K .......... .......... .......... .......... .......... 58% 121M 2s 121650K .......... .......... .......... .......... .......... 58% 10.6M 2s 121700K .......... .......... .......... .......... .......... 58% 87.6M 2s 121750K .......... .......... .......... .......... .......... 58% 113M 2s 121800K .......... .......... .......... .......... .......... 58% 109M 2s 121850K .......... .......... .......... .......... .......... 58% 107M 2s 121900K .......... .......... .......... .......... .......... 58% 98.9M 2s 121950K .......... .......... .......... .......... .......... 58% 122M 2s 122000K .......... .......... .......... .......... .......... 58% 75.6M 2s 122050K .......... .......... .......... .......... .......... 58% 79.3M 2s 122100K .......... .......... .......... .......... .......... 58% 97.2M 2s 122150K .......... .......... .......... .......... .......... 58% 132M 2s 122200K .......... .......... .......... .......... .......... 58% 96.7M 2s 122250K .......... .......... .......... .......... .......... 58% 113M 2s 122300K .......... .......... .......... .......... .......... 58% 108M 2s 122350K .......... .......... .......... .......... .......... 58% 65.1M 2s 122400K .......... .......... .......... .......... .......... 58% 93.8M 2s 122450K .......... .......... .......... .......... .......... 58% 104M 2s 122500K .......... .......... .......... .......... .......... 58% 109M 2s 122550K .......... .......... .......... .......... .......... 58% 100M 2s 122600K .......... .......... .......... .......... .......... 58% 105M 2s 122650K .......... .......... .......... .......... .......... 58% 122M 2s 122700K .......... .......... .......... .......... .......... 58% 74.8M 2s 122750K .......... .......... .......... .......... .......... 58% 82.8M 2s 122800K .......... .......... .......... .......... .......... 58% 100M 2s 122850K .......... .......... .......... .......... .......... 58% 107M 2s 122900K .......... .......... .......... .......... .......... 58% 5.88M 2s 122950K .......... .......... .......... .......... .......... 58% 72.0M 2s 123000K .......... .......... .......... .......... .......... 59% 118M 2s 123050K .......... .......... .......... .......... .......... 59% 102M 2s 123100K .......... .......... .......... .......... .......... 59% 107M 2s 123150K .......... .......... .......... .......... .......... 59% 92.8M 2s 123200K .......... .......... .......... .......... .......... 59% 72.5M 2s 123250K .......... .......... .......... .......... .......... 59% 46.8M 2s 123300K .......... .......... .......... .......... .......... 59% 42.7M 2s 123350K .......... .......... .......... .......... .......... 59% 51.3M 2s 123400K .......... .......... .......... .......... .......... 59% 55.5M 2s 123450K .......... .......... .......... .......... .......... 59% 41.5M 2s 123500K .......... .......... .......... .......... .......... 59% 43.5M 2s 123550K .......... .......... .......... .......... .......... 59% 52.9M 2s 123600K .......... .......... .......... .......... .......... 59% 55.8M 2s 123650K .......... .......... .......... .......... .......... 59% 55.2M 2s 123700K .......... .......... .......... .......... .......... 59% 42.5M 2s 123750K .......... .......... .......... .......... .......... 59% 54.8M 2s 123800K .......... .......... .......... .......... .......... 59% 45.6M 2s 123850K .......... .......... .......... .......... .......... 59% 56.4M 2s 123900K .......... .......... .......... .......... .......... 59% 51.2M 2s 123950K .......... .......... .......... .......... .......... 59% 19.8M 2s 124000K .......... .......... .......... .......... .......... 59% 55.9M 2s 124050K .......... .......... .......... .......... .......... 59% 48.8M 2s 124100K .......... .......... .......... .......... .......... 59% 70.6M 2s 124150K .......... .......... .......... .......... .......... 59% 89.4M 2s 124200K .......... .......... .......... .......... .......... 59% 120M 2s 124250K .......... .......... .......... .......... .......... 59% 68.5M 2s 124300K .......... .......... .......... .......... .......... 59% 10.2M 2s 124350K .......... .......... .......... .......... .......... 59% 194M 2s 124400K .......... .......... .......... .......... .......... 59% 96.0M 2s 124450K .......... .......... .......... .......... .......... 59% 79.4M 2s 124500K .......... .......... .......... .......... .......... 59% 96.1M 2s 124550K .......... .......... .......... .......... .......... 59% 83.4M 2s 124600K .......... .......... .......... .......... .......... 59% 111M 2s 124650K .......... .......... .......... .......... .......... 59% 111M 2s 124700K .......... .......... .......... .......... .......... 59% 3.70M 2s 124750K .......... .......... .......... .......... .......... 59% 107M 2s 124800K .......... .......... .......... .......... .......... 59% 84.9M 2s 124850K .......... .......... .......... .......... .......... 59% 53.7M 2s 124900K .......... .......... .......... .......... .......... 59% 56.2M 2s 124950K .......... .......... .......... .......... .......... 59% 58.6M 2s 125000K .......... .......... .......... .......... .......... 59% 55.8M 2s 125050K .......... .......... .......... .......... .......... 60% 53.2M 2s 125100K .......... .......... .......... .......... .......... 60% 56.6M 2s 125150K .......... .......... .......... .......... .......... 60% 52.8M 2s 125200K .......... .......... .......... .......... .......... 60% 86.6M 2s 125250K .......... .......... .......... .......... .......... 60% 107M 2s 125300K .......... .......... .......... .......... .......... 60% 107M 2s 125350K .......... .......... .......... .......... .......... 60% 111M 2s 125400K .......... .......... .......... .......... .......... 60% 118M 2s 125450K .......... .......... .......... .......... .......... 60% 101M 2s 125500K .......... .......... .......... .......... .......... 60% 115M 2s 125550K .......... .......... .......... .......... .......... 60% 57.2M 2s 125600K .......... .......... .......... .......... .......... 60% 122M 2s 125650K .......... .......... .......... .......... .......... 60% 101M 2s 125700K .......... .......... .......... .......... .......... 60% 109M 2s 125750K .......... .......... .......... .......... .......... 60% 115M 2s 125800K .......... .......... .......... .......... .......... 60% 112M 2s 125850K .......... .......... .......... .......... .......... 60% 66.2M 2s 125900K .......... .......... .......... .......... .......... 60% 180M 2s 125950K .......... .......... .......... .......... .......... 60% 92.4M 2s 126000K .......... .......... .......... .......... .......... 60% 72.7M 2s 126050K .......... .......... .......... .......... .......... 60% 122M 2s 126100K .......... .......... .......... .......... .......... 60% 100M 2s 126150K .......... .......... .......... .......... .......... 60% 103M 2s 126200K .......... .......... .......... .......... .......... 60% 124M 2s 126250K .......... .......... .......... .......... .......... 60% 84.7M 2s 126300K .......... .......... .......... .......... .......... 60% 112M 2s 126350K .......... .......... .......... .......... .......... 60% 99.9M 2s 126400K .......... .......... .......... .......... .......... 60% 84.3M 2s 126450K .......... .......... .......... .......... .......... 60% 79.4M 2s 126500K .......... .......... .......... .......... .......... 60% 7.53M 2s 126550K .......... .......... .......... .......... .......... 60% 118M 2s 126600K .......... .......... .......... .......... .......... 60% 118M 2s 126650K .......... .......... .......... .......... .......... 60% 95.9M 2s 126700K .......... .......... .......... .......... .......... 60% 119M 2s 126750K .......... .......... .......... .......... .......... 60% 103M 2s 126800K .......... .......... .......... .......... .......... 60% 113M 2s 126850K .......... .......... .......... .......... .......... 60% 58.6M 2s 126900K .......... .......... .......... .......... .......... 60% 120M 2s 126950K .......... .......... .......... .......... .......... 60% 98.9M 2s 127000K .......... .......... .......... .......... .......... 60% 120M 2s 127050K .......... .......... .......... .......... .......... 60% 96.0M 2s 127100K .......... .......... .......... .......... .......... 60% 108M 2s 127150K .......... .......... .......... .......... .......... 61% 64.8M 2s 127200K .......... .......... .......... .......... .......... 61% 94.5M 2s 127250K .......... .......... .......... .......... .......... 61% 111M 2s 127300K .......... .......... .......... .......... .......... 61% 106M 2s 127350K .......... .......... .......... .......... .......... 61% 101M 2s 127400K .......... .......... .......... .......... .......... 61% 96.5M 2s 127450K .......... .......... .......... .......... .......... 61% 62.9M 2s 127500K .......... .......... .......... .......... .......... 61% 3.99M 2s 127550K .......... .......... .......... .......... .......... 61% 169M 2s 127600K .......... .......... .......... .......... .......... 61% 111M 2s 127650K .......... .......... .......... .......... .......... 61% 105M 2s 127700K .......... .......... .......... .......... .......... 61% 4.48M 2s 127750K .......... .......... .......... .......... .......... 61% 126M 2s 127800K .......... .......... .......... .......... .......... 61% 100M 2s 127850K .......... .......... .......... .......... .......... 61% 105M 2s 127900K .......... .......... .......... .......... .......... 61% 116M 2s 127950K .......... .......... .......... .......... .......... 61% 97.2M 2s 128000K .......... .......... .......... .......... .......... 61% 119M 2s 128050K .......... .......... .......... .......... .......... 61% 91.8M 2s 128100K .......... .......... .......... .......... .......... 61% 225K 2s 128150K .......... .......... .......... .......... .......... 61% 89.0M 2s 128200K .......... .......... .......... .......... .......... 61% 80.9M 2s 128250K .......... .......... .......... .......... .......... 61% 77.8M 2s 128300K .......... .......... .......... .......... .......... 61% 109M 2s 128350K .......... .......... .......... .......... .......... 61% 99.2M 2s 128400K .......... .......... .......... .......... .......... 61% 94.4M 2s 128450K .......... .......... .......... .......... .......... 61% 93.2M 2s 128500K .......... .......... .......... .......... .......... 61% 93.2M 2s 128550K .......... .......... .......... .......... .......... 61% 74.0M 2s 128600K .......... .......... .......... .......... .......... 61% 71.0M 2s 128650K .......... .......... .......... .......... .......... 61% 112M 2s 128700K .......... .......... .......... .......... .......... 61% 112M 2s 128750K .......... .......... .......... .......... .......... 61% 106M 2s 128800K .......... .......... .......... .......... .......... 61% 82.3M 2s 128850K .......... .......... .......... .......... .......... 61% 61.7M 2s 128900K .......... .......... .......... .......... .......... 61% 102M 2s 128950K .......... .......... .......... .......... .......... 61% 106M 2s 129000K .......... .......... .......... .......... .......... 61% 71.7M 2s 129050K .......... .......... .......... .......... .......... 61% 111M 2s 129100K .......... .......... .......... .......... .......... 61% 111M 2s 129150K .......... .......... .......... .......... .......... 61% 63.3M 2s 129200K .......... .......... .......... .......... .......... 61% 107M 2s 129250K .......... .......... .......... .......... .......... 62% 13.7M 2s 129300K .......... .......... .......... .......... .......... 62% 79.0M 2s 129350K .......... .......... .......... .......... .......... 62% 70.4M 2s 129400K .......... .......... .......... .......... .......... 62% 124M 2s 129450K .......... .......... .......... .......... .......... 62% 102M 2s 129500K .......... .......... .......... .......... .......... 62% 124M 2s 129550K .......... .......... .......... .......... .......... 62% 65.3M 2s 129600K .......... .......... .......... .......... .......... 62% 71.5M 2s 129650K .......... .......... .......... .......... .......... 62% 96.9M 2s 129700K .......... .......... .......... .......... .......... 62% 128M 2s 129750K .......... .......... .......... .......... .......... 62% 75.9M 2s 129800K .......... .......... .......... .......... .......... 62% 93.7M 2s 129850K .......... .......... .......... .......... .......... 62% 94.5M 2s 129900K .......... .......... .......... .......... .......... 62% 99.1M 2s 129950K .......... .......... .......... .......... .......... 62% 63.1M 2s 130000K .......... .......... .......... .......... .......... 62% 80.1M 2s 130050K .......... .......... .......... .......... .......... 62% 108M 2s 130100K .......... .......... .......... .......... .......... 62% 99.1M 2s 130150K .......... .......... .......... .......... .......... 62% 114M 2s 130200K .......... .......... .......... .......... .......... 62% 78.2M 2s 130250K .......... .......... .......... .......... .......... 62% 117M 2s 130300K .......... .......... .......... .......... .......... 62% 101M 2s 130350K .......... .......... .......... .......... .......... 62% 63.1M 2s 130400K .......... .......... .......... .......... .......... 62% 41.0M 2s 130450K .......... .......... .......... .......... .......... 62% 53.6M 2s 130500K .......... .......... .......... .......... .......... 62% 56.2M 2s 130550K .......... .......... .......... .......... .......... 62% 53.3M 2s 130600K .......... .......... .......... .......... .......... 62% 52.4M 2s 130650K .......... .......... .......... .......... .......... 62% 54.4M 2s 130700K .......... .......... .......... .......... .......... 62% 62.5M 2s 130750K .......... .......... .......... .......... .......... 62% 48.1M 2s 130800K .......... .......... .......... .......... .......... 62% 55.6M 2s 130850K .......... .......... .......... .......... .......... 62% 66.5M 2s 130900K .......... .......... .......... .......... .......... 62% 50.1M 2s 130950K .......... .......... .......... .......... .......... 62% 100M 2s 131000K .......... .......... .......... .......... .......... 62% 65.6M 2s 131050K .......... .......... .......... .......... .......... 62% 107M 2s 131100K .......... .......... .......... .......... .......... 62% 75.1M 2s 131150K .......... .......... .......... .......... .......... 62% 81.1M 2s 131200K .......... .......... .......... .......... .......... 62% 85.6M 2s 131250K .......... .......... .......... .......... .......... 62% 66.0M 2s 131300K .......... .......... .......... .......... .......... 63% 108M 2s 131350K .......... .......... .......... .......... .......... 63% 103M 2s 131400K .......... .......... .......... .......... .......... 63% 65.7M 2s 131450K .......... .......... .......... .......... .......... 63% 86.5M 2s 131500K .......... .......... .......... .......... .......... 63% 80.2M 2s 131550K .......... .......... .......... .......... .......... 63% 93.8M 2s 131600K .......... .......... .......... .......... .......... 63% 75.8M 2s 131650K .......... .......... .......... .......... .......... 63% 62.4M 2s 131700K .......... .......... .......... .......... .......... 63% 3.49M 2s 131750K .......... .......... .......... .......... .......... 63% 150M 2s 131800K .......... .......... .......... .......... .......... 63% 111M 2s 131850K .......... .......... .......... .......... .......... 63% 99.6M 2s 131900K .......... .......... .......... .......... .......... 63% 115M 2s 131950K .......... .......... .......... .......... .......... 63% 93.4M 2s 132000K .......... .......... .......... .......... .......... 63% 107M 2s 132050K .......... .......... .......... .......... .......... 63% 91.0M 2s 132100K .......... .......... .......... .......... .......... 63% 65.3M 2s 132150K .......... .......... .......... .......... .......... 63% 105M 2s 132200K .......... .......... .......... .......... .......... 63% 110M 2s 132250K .......... .......... .......... .......... .......... 63% 93.8M 2s 132300K .......... .......... .......... .......... .......... 63% 106M 2s 132350K .......... .......... .......... .......... .......... 63% 90.2M 2s 132400K .......... .......... .......... .......... .......... 63% 107M 2s 132450K .......... .......... .......... .......... .......... 63% 69.5M 2s 132500K .......... .......... .......... .......... .......... 63% 86.3M 2s 132550K .......... .......... .......... .......... .......... 63% 21.8M 2s 132600K .......... .......... .......... .......... .......... 63% 100M 2s 132650K .......... .......... .......... .......... .......... 63% 97.9M 2s 132700K .......... .......... .......... .......... .......... 63% 79.4M 2s 132750K .......... .......... .......... .......... .......... 63% 90.1M 2s 132800K .......... .......... .......... .......... .......... 63% 56.6M 2s 132850K .......... .......... .......... .......... .......... 63% 59.1M 2s 132900K .......... .......... .......... .......... .......... 63% 48.7M 2s 132950K .......... .......... .......... .......... .......... 63% 59.1M 2s 133000K .......... .......... .......... .......... .......... 63% 69.0M 2s 133050K .......... .......... .......... .......... .......... 63% 52.5M 2s 133100K .......... .......... .......... .......... .......... 63% 51.2M 2s 133150K .......... .......... .......... .......... .......... 63% 53.3M 2s 133200K .......... .......... .......... .......... .......... 63% 53.5M 2s 133250K .......... .......... .......... .......... .......... 63% 53.5M 2s 133300K .......... .......... .......... .......... .......... 63% 53.2M 2s 133350K .......... .......... .......... .......... .......... 63% 55.8M 2s 133400K .......... .......... .......... .......... .......... 64% 48.3M 2s 133450K .......... .......... .......... .......... .......... 64% 56.5M 2s 133500K .......... .......... .......... .......... .......... 64% 53.3M 2s 133550K .......... .......... .......... .......... .......... 64% 64.4M 2s 133600K .......... .......... .......... .......... .......... 64% 50.8M 2s 133650K .......... .......... .......... .......... .......... 64% 61.9M 2s 133700K .......... .......... .......... .......... .......... 64% 53.6M 2s 133750K .......... .......... .......... .......... .......... 64% 48.7M 2s 133800K .......... .......... .......... .......... .......... 64% 12.7M 2s 133850K .......... .......... .......... .......... .......... 64% 78.4M 2s 133900K .......... .......... .......... .......... .......... 64% 92.5M 2s 133950K .......... .......... .......... .......... .......... 64% 4.67M 2s 134000K .......... .......... .......... .......... .......... 64% 83.2M 2s 134050K .......... .......... .......... .......... .......... 64% 111M 2s 134100K .......... .......... .......... .......... .......... 64% 86.5M 2s 134150K .......... .......... .......... .......... .......... 64% 86.0M 2s 134200K .......... .......... .......... .......... .......... 64% 103M 2s 134250K .......... .......... .......... .......... .......... 64% 58.2M 2s 134300K .......... .......... .......... .......... .......... 64% 105M 2s 134350K .......... .......... .......... .......... .......... 64% 142M 2s 134400K .......... .......... .......... .......... .......... 64% 97.4M 2s 134450K .......... .......... .......... .......... .......... 64% 85.5M 2s 134500K .......... .......... .......... .......... .......... 64% 61.4M 2s 134550K .......... .......... .......... .......... .......... 64% 102M 2s 134600K .......... .......... .......... .......... .......... 64% 102M 2s 134650K .......... .......... .......... .......... .......... 64% 88.8M 2s 134700K .......... .......... .......... .......... .......... 64% 76.6M 2s 134750K .......... .......... .......... .......... .......... 64% 42.2M 2s 134800K .......... .......... .......... .......... .......... 64% 48.1M 2s 134850K .......... .......... .......... .......... .......... 64% 46.3M 2s 134900K .......... .......... .......... .......... .......... 64% 31.0M 2s 134950K .......... .......... .......... .......... .......... 64% 50.5M 2s 135000K .......... .......... .......... .......... .......... 64% 49.6M 2s 135050K .......... .......... .......... .......... .......... 64% 2.81M 2s 135100K .......... .......... .......... .......... .......... 64% 51.1M 2s 135150K .......... .......... .......... .......... .......... 64% 48.2M 2s 135200K .......... .......... .......... .......... .......... 64% 50.6M 2s 135250K .......... .......... .......... .......... .......... 64% 52.7M 2s 135300K .......... .......... .......... .......... .......... 64% 44.7M 2s 135350K .......... .......... .......... .......... .......... 64% 52.3M 2s 135400K .......... .......... .......... .......... .......... 64% 50.1M 2s 135450K .......... .......... .......... .......... .......... 64% 54.0M 2s 135500K .......... .......... .......... .......... .......... 65% 54.3M 2s 135550K .......... .......... .......... .......... .......... 65% 52.6M 2s 135600K .......... .......... .......... .......... .......... 65% 9.45M 2s 135650K .......... .......... .......... .......... .......... 65% 97.0M 2s 135700K .......... .......... .......... .......... .......... 65% 7.33M 2s 135750K .......... .......... .......... .......... .......... 65% 113M 2s 135800K .......... .......... .......... .......... .......... 65% 90.8M 2s 135850K .......... .......... .......... .......... .......... 65% 7.60M 2s 135900K .......... .......... .......... .......... .......... 65% 87.9M 2s 135950K .......... .......... .......... .......... .......... 65% 84.2M 2s 136000K .......... .......... .......... .......... .......... 65% 103M 2s 136050K .......... .......... .......... .......... .......... 65% 82.6M 2s 136100K .......... .......... .......... .......... .......... 65% 92.9M 2s 136150K .......... .......... .......... .......... .......... 65% 81.3M 2s 136200K .......... .......... .......... .......... .......... 65% 110M 2s 136250K .......... .......... .......... .......... .......... 65% 77.2M 2s 136300K .......... .......... .......... .......... .......... 65% 61.1M 2s 136350K .......... .......... .......... .......... .......... 65% 80.2M 2s 136400K .......... .......... .......... .......... .......... 65% 94.9M 2s 136450K .......... .......... .......... .......... .......... 65% 86.9M 2s 136500K .......... .......... .......... .......... .......... 65% 41.1M 2s 136550K .......... .......... .......... .......... .......... 65% 47.1M 2s 136600K .......... .......... .......... .......... .......... 65% 51.8M 2s 136650K .......... .......... .......... .......... .......... 65% 49.7M 2s 136700K .......... .......... .......... .......... .......... 65% 33.4M 2s 136750K .......... .......... .......... .......... .......... 65% 117M 2s 136800K .......... .......... .......... .......... .......... 65% 7.90M 2s 136850K .......... .......... .......... .......... .......... 65% 110M 2s 136900K .......... .......... .......... .......... .......... 65% 82.5M 2s 136950K .......... .......... .......... .......... .......... 65% 5.92M 2s 137000K .......... .......... .......... .......... .......... 65% 52.9M 2s 137050K .......... .......... .......... .......... .......... 65% 51.0M 2s 137100K .......... .......... .......... .......... .......... 65% 47.2M 2s 137150K .......... .......... .......... .......... .......... 65% 51.4M 2s 137200K .......... .......... .......... .......... .......... 65% 48.4M 2s 137250K .......... .......... .......... .......... .......... 65% 88.4M 2s 137300K .......... .......... .......... .......... .......... 65% 98.1M 2s 137350K .......... .......... .......... .......... .......... 65% 110M 2s 137400K .......... .......... .......... .......... .......... 65% 67.4M 2s 137450K .......... .......... .......... .......... .......... 65% 59.5M 2s 137500K .......... .......... .......... .......... .......... 65% 114M 2s 137550K .......... .......... .......... .......... .......... 65% 86.4M 2s 137600K .......... .......... .......... .......... .......... 66% 114M 2s 137650K .......... .......... .......... .......... .......... 66% 76.4M 2s 137700K .......... .......... .......... .......... .......... 66% 67.9M 2s 137750K .......... .......... .......... .......... .......... 66% 70.4M 2s 137800K .......... .......... .......... .......... .......... 66% 117M 2s 137850K .......... .......... .......... .......... .......... 66% 6.97M 2s 137900K .......... .......... .......... .......... .......... 66% 96.3M 2s 137950K .......... .......... .......... .......... .......... 66% 100M 2s 138000K .......... .......... .......... .......... .......... 66% 119M 2s 138050K .......... .......... .......... .......... .......... 66% 112M 2s 138100K .......... .......... .......... .......... .......... 66% 83.2M 2s 138150K .......... .......... .......... .......... .......... 66% 56.2M 2s 138200K .......... .......... .......... .......... .......... 66% 85.4M 2s 138250K .......... .......... .......... .......... .......... 66% 116M 2s 138300K .......... .......... .......... .......... .......... 66% 91.7M 2s 138350K .......... .......... .......... .......... .......... 66% 113M 2s 138400K .......... .......... .......... .......... .......... 66% 68.0M 2s 138450K .......... .......... .......... .......... .......... 66% 77.1M 2s 138500K .......... .......... .......... .......... .......... 66% 89.0M 2s 138550K .......... .......... .......... .......... .......... 66% 79.2M 2s 138600K .......... .......... .......... .......... .......... 66% 107M 2s 138650K .......... .......... .......... .......... .......... 66% 71.6M 2s 138700K .......... .......... .......... .......... .......... 66% 88.9M 2s 138750K .......... .......... .......... .......... .......... 66% 115M 2s 138800K .......... .......... .......... .......... .......... 66% 103M 2s 138850K .......... .......... .......... .......... .......... 66% 76.3M 2s 138900K .......... .......... .......... .......... .......... 66% 97.7M 2s 138950K .......... .......... .......... .......... .......... 66% 73.3M 2s 139000K .......... .......... .......... .......... .......... 66% 92.4M 2s 139050K .......... .......... .......... .......... .......... 66% 107M 2s 139100K .......... .......... .......... .......... .......... 66% 90.3M 2s 139150K .......... .......... .......... .......... .......... 66% 86.7M 2s 139200K .......... .......... .......... .......... .......... 66% 96.1M 2s 139250K .......... .......... .......... .......... .......... 66% 3.67M 2s 139300K .......... .......... .......... .......... .......... 66% 96.6M 2s 139350K .......... .......... .......... .......... .......... 66% 86.0M 2s 139400K .......... .......... .......... .......... .......... 66% 75.7M 2s 139450K .......... .......... .......... .......... .......... 66% 6.10M 2s 139500K .......... .......... .......... .......... .......... 66% 54.3M 2s 139550K .......... .......... .......... .......... .......... 66% 52.8M 2s 139600K .......... .......... .......... .......... .......... 66% 50.2M 2s 139650K .......... .......... .......... .......... .......... 67% 32.8M 2s 139700K .......... .......... .......... .......... .......... 67% 48.7M 2s 139750K .......... .......... .......... .......... .......... 67% 54.7M 2s 139800K .......... .......... .......... .......... .......... 67% 56.6M 2s 139850K .......... .......... .......... .......... .......... 67% 49.5M 2s 139900K .......... .......... .......... .......... .......... 67% 41.3M 2s 139950K .......... .......... .......... .......... .......... 67% 53.5M 2s 140000K .......... .......... .......... .......... .......... 67% 38.7M 2s 140050K .......... .......... .......... .......... .......... 67% 53.5M 2s 140100K .......... .......... .......... .......... .......... 67% 59.5M 2s 140150K .......... .......... .......... .......... .......... 67% 55.1M 2s 140200K .......... .......... .......... .......... .......... 67% 48.2M 2s 140250K .......... .......... .......... .......... .......... 67% 56.8M 2s 140300K .......... .......... .......... .......... .......... 67% 37.2M 2s 140350K .......... .......... .......... .......... .......... 67% 58.7M 2s 140400K .......... .......... .......... .......... .......... 67% 71.3M 2s 140450K .......... .......... .......... .......... .......... 67% 70.4M 2s 140500K .......... .......... .......... .......... .......... 67% 87.3M 2s 140550K .......... .......... .......... .......... .......... 67% 114M 2s 140600K .......... .......... .......... .......... .......... 67% 166M 2s 140650K .......... .......... .......... .......... .......... 67% 42.5M 2s 140700K .......... .......... .......... .......... .......... 67% 101M 2s 140750K .......... .......... .......... .......... .......... 67% 115M 2s 140800K .......... .......... .......... .......... .......... 67% 106M 2s 140850K .......... .......... .......... .......... .......... 67% 3.91M 2s 140900K .......... .......... .......... .......... .......... 67% 95.2M 2s 140950K .......... .......... .......... .......... .......... 67% 102M 2s 141000K .......... .......... .......... .......... .......... 67% 91.4M 2s 141050K .......... .......... .......... .......... .......... 67% 72.7M 2s 141100K .......... .......... .......... .......... .......... 67% 98.5M 2s 141150K .......... .......... .......... .......... .......... 67% 90.5M 2s 141200K .......... .......... .......... .......... .......... 67% 58.2M 2s 141250K .......... .......... .......... .......... .......... 67% 48.6M 2s 141300K .......... .......... .......... .......... .......... 67% 55.8M 2s 141350K .......... .......... .......... .......... .......... 67% 49.3M 2s 141400K .......... .......... .......... .......... .......... 67% 52.7M 2s 141450K .......... .......... .......... .......... .......... 67% 54.7M 2s 141500K .......... .......... .......... .......... .......... 67% 55.6M 2s 141550K .......... .......... .......... .......... .......... 67% 56.3M 2s 141600K .......... .......... .......... .......... .......... 67% 64.7M 2s 141650K .......... .......... .......... .......... .......... 67% 81.1M 2s 141700K .......... .......... .......... .......... .......... 67% 12.0M 2s 141750K .......... .......... .......... .......... .......... 68% 43.9M 2s 141800K .......... .......... .......... .......... .......... 68% 45.3M 2s 141850K .......... .......... .......... .......... .......... 68% 54.1M 2s 141900K .......... .......... .......... .......... .......... 68% 33.0M 2s 141950K .......... .......... .......... .......... .......... 68% 48.3M 2s 142000K .......... .......... .......... .......... .......... 68% 43.0M 2s 142050K .......... .......... .......... .......... .......... 68% 36.4M 2s 142100K .......... .......... .......... .......... .......... 68% 39.9M 2s 142150K .......... .......... .......... .......... .......... 68% 43.2M 2s 142200K .......... .......... .......... .......... .......... 68% 51.2M 2s 142250K .......... .......... .......... .......... .......... 68% 35.6M 2s 142300K .......... .......... .......... .......... .......... 68% 9.39M 2s 142350K .......... .......... .......... .......... .......... 68% 38.3M 2s 142400K .......... .......... .......... .......... .......... 68% 43.8M 2s 142450K .......... .......... .......... .......... .......... 68% 68.8M 2s 142500K .......... .......... .......... .......... .......... 68% 73.3M 2s 142550K .......... .......... .......... .......... .......... 68% 8.71M 2s 142600K .......... .......... .......... .......... .......... 68% 72.2M 2s 142650K .......... .......... .......... .......... .......... 68% 88.9M 2s 142700K .......... .......... .......... .......... .......... 68% 102M 2s 142750K .......... .......... .......... .......... .......... 68% 8.34M 2s 142800K .......... .......... .......... .......... .......... 68% 87.0M 2s 142850K .......... .......... .......... .......... .......... 68% 98.0M 2s 142900K .......... .......... .......... .......... .......... 68% 93.4M 2s 142950K .......... .......... .......... .......... .......... 68% 90.7M 2s 143000K .......... .......... .......... .......... .......... 68% 66.1M 2s 143050K .......... .......... .......... .......... .......... 68% 87.5M 2s 143100K .......... .......... .......... .......... .......... 68% 92.7M 2s 143150K .......... .......... .......... .......... .......... 68% 124M 2s 143200K .......... .......... .......... .......... .......... 68% 92.6M 2s 143250K .......... .......... .......... .......... .......... 68% 87.2M 2s 143300K .......... .......... .......... .......... .......... 68% 69.2M 2s 143350K .......... .......... .......... .......... .......... 68% 75.6M 2s 143400K .......... .......... .......... .......... .......... 68% 64.2M 2s 143450K .......... .......... .......... .......... .......... 68% 60.5M 2s 143500K .......... .......... .......... .......... .......... 68% 48.4M 2s 143550K .......... .......... .......... .......... .......... 68% 49.4M 2s 143600K .......... .......... .......... .......... .......... 68% 54.4M 2s 143650K .......... .......... .......... .......... .......... 68% 56.0M 2s 143700K .......... .......... .......... .......... .......... 68% 55.5M 2s 143750K .......... .......... .......... .......... .......... 68% 52.7M 2s 143800K .......... .......... .......... .......... .......... 68% 54.4M 2s 143850K .......... .......... .......... .......... .......... 69% 51.8M 2s 143900K .......... .......... .......... .......... .......... 69% 54.0M 2s 143950K .......... .......... .......... .......... .......... 69% 54.8M 2s 144000K .......... .......... .......... .......... .......... 69% 53.7M 2s 144050K .......... .......... .......... .......... .......... 69% 52.1M 2s 144100K .......... .......... .......... .......... .......... 69% 53.2M 2s 144150K .......... .......... .......... .......... .......... 69% 68.7M 2s 144200K .......... .......... .......... .......... .......... 69% 54.3M 2s 144250K .......... .......... .......... .......... .......... 69% 49.4M 2s 144300K .......... .......... .......... .......... .......... 69% 52.7M 2s 144350K .......... .......... .......... .......... .......... 69% 25.4M 2s 144400K .......... .......... .......... .......... .......... 69% 55.0M 2s 144450K .......... .......... .......... .......... .......... 69% 51.9M 2s 144500K .......... .......... .......... .......... .......... 69% 52.6M 2s 144550K .......... .......... .......... .......... .......... 69% 55.4M 2s 144600K .......... .......... .......... .......... .......... 69% 53.5M 2s 144650K .......... .......... .......... .......... .......... 69% 51.0M 2s 144700K .......... .......... .......... .......... .......... 69% 62.4M 2s 144750K .......... .......... .......... .......... .......... 69% 54.3M 2s 144800K .......... .......... .......... .......... .......... 69% 60.5M 2s 144850K .......... .......... .......... .......... .......... 69% 51.6M 2s 144900K .......... .......... .......... .......... .......... 69% 56.8M 2s 144950K .......... .......... .......... .......... .......... 69% 53.0M 2s 145000K .......... .......... .......... .......... .......... 69% 54.9M 2s 145050K .......... .......... .......... .......... .......... 69% 63.8M 2s 145100K .......... .......... .......... .......... .......... 69% 53.7M 2s 145150K .......... .......... .......... .......... .......... 69% 69.0M 2s 145200K .......... .......... .......... .......... .......... 69% 97.3M 2s 145250K .......... .......... .......... .......... .......... 69% 81.7M 2s 145300K .......... .......... .......... .......... .......... 69% 91.3M 2s 145350K .......... .......... .......... .......... .......... 69% 110M 2s 145400K .......... .......... .......... .......... .......... 69% 85.8M 2s 145450K .......... .......... .......... .......... .......... 69% 8.55M 2s 145500K .......... .......... .......... .......... .......... 69% 82.2M 2s 145550K .......... .......... .......... .......... .......... 69% 107M 2s 145600K .......... .......... .......... .......... .......... 69% 83.7M 2s 145650K .......... .......... .......... .......... .......... 69% 103M 2s 145700K .......... .......... .......... .......... .......... 69% 92.0M 2s 145750K .......... .......... .......... .......... .......... 69% 88.7M 2s 145800K .......... .......... .......... .......... .......... 69% 82.6M 2s 145850K .......... .......... .......... .......... .......... 69% 92.9M 2s 145900K .......... .......... .......... .......... .......... 70% 121M 2s 145950K .......... .......... .......... .......... .......... 70% 95.3M 2s 146000K .......... .......... .......... .......... .......... 70% 103M 2s 146050K .......... .......... .......... .......... .......... 70% 64.2M 2s 146100K .......... .......... .......... .......... .......... 70% 109M 2s 146150K .......... .......... .......... .......... .......... 70% 81.6M 2s 146200K .......... .......... .......... .......... .......... 70% 76.5M 2s 146250K .......... .......... .......... .......... .......... 70% 118M 2s 146300K .......... .......... .......... .......... .......... 70% 81.5M 2s 146350K .......... .......... .......... .......... .......... 70% 108M 2s 146400K .......... .......... .......... .......... .......... 70% 85.5M 2s 146450K .......... .......... .......... .......... .......... 70% 49.0M 2s 146500K .......... .......... .......... .......... .......... 70% 55.0M 2s 146550K .......... .......... .......... .......... .......... 70% 48.1M 2s 146600K .......... .......... .......... .......... .......... 70% 61.6M 2s 146650K .......... .......... .......... .......... .......... 70% 49.0M 2s 146700K .......... .......... .......... .......... .......... 70% 54.1M 2s 146750K .......... .......... .......... .......... .......... 70% 51.1M 2s 146800K .......... .......... .......... .......... .......... 70% 60.3M 2s 146850K .......... .......... .......... .......... .......... 70% 111M 2s 146900K .......... .......... .......... .......... .......... 70% 110M 2s 146950K .......... .......... .......... .......... .......... 70% 65.9M 2s 147000K .......... .......... .......... .......... .......... 70% 75.7M 2s 147050K .......... .......... .......... .......... .......... 70% 8.96M 2s 147100K .......... .......... .......... .......... .......... 70% 118M 2s 147150K .......... .......... .......... .......... .......... 70% 111M 2s 147200K .......... .......... .......... .......... .......... 70% 97.5M 2s 147250K .......... .......... .......... .......... .......... 70% 87.9M 2s 147300K .......... .......... .......... .......... .......... 70% 89.7M 2s 147350K .......... .......... .......... .......... .......... 70% 111M 2s 147400K .......... .......... .......... .......... .......... 70% 77.9M 2s 147450K .......... .......... .......... .......... .......... 70% 83.3M 2s 147500K .......... .......... .......... .......... .......... 70% 98.2M 2s 147550K .......... .......... .......... .......... .......... 70% 71.5M 2s 147600K .......... .......... .......... .......... .......... 70% 106M 2s 147650K .......... .......... .......... .......... .......... 70% 89.8M 2s 147700K .......... .......... .......... .......... .......... 70% 82.2M 2s 147750K .......... .......... .......... .......... .......... 70% 107M 2s 147800K .......... .......... .......... .......... .......... 70% 106M 2s 147850K .......... .......... .......... .......... .......... 70% 115M 2s 147900K .......... .......... .......... .......... .......... 70% 82.2M 2s 147950K .......... .......... .......... .......... .......... 70% 68.8M 2s 148000K .......... .......... .......... .......... .......... 71% 92.3M 2s 148050K .......... .......... .......... .......... .......... 71% 4.18M 2s 148100K .......... .......... .......... .......... .......... 71% 86.9M 2s 148150K .......... .......... .......... .......... .......... 71% 86.4M 2s 148200K .......... .......... .......... .......... .......... 71% 109M 2s 148250K .......... .......... .......... .......... .......... 71% 102M 2s 148300K .......... .......... .......... .......... .......... 71% 76.8M 2s 148350K .......... .......... .......... .......... .......... 71% 73.4M 2s 148400K .......... .......... .......... .......... .......... 71% 106M 2s 148450K .......... .......... .......... .......... .......... 71% 88.6M 2s 148500K .......... .......... .......... .......... .......... 71% 107M 2s 148550K .......... .......... .......... .......... .......... 71% 92.4M 2s 148600K .......... .......... .......... .......... .......... 71% 94.4M 2s 148650K .......... .......... .......... .......... .......... 71% 91.1M 2s 148700K .......... .......... .......... .......... .......... 71% 70.2M 2s 148750K .......... .......... .......... .......... .......... 71% 108M 2s 148800K .......... .......... .......... .......... .......... 71% 117M 2s 148850K .......... .......... .......... .......... .......... 71% 98.8M 2s 148900K .......... .......... .......... .......... .......... 71% 103M 2s 148950K .......... .......... .......... .......... .......... 71% 102M 2s 149000K .......... .......... .......... .......... .......... 71% 95.1M 2s 149050K .......... .......... .......... .......... .......... 71% 111M 2s 149100K .......... .......... .......... .......... .......... 71% 74.7M 2s 149150K .......... .......... .......... .......... .......... 71% 91.8M 2s 149200K .......... .......... .......... .......... .......... 71% 86.9M 2s 149250K .......... .......... .......... .......... .......... 71% 111M 2s 149300K .......... .......... .......... .......... .......... 71% 108M 2s 149350K .......... .......... .......... .......... .......... 71% 87.4M 2s 149400K .......... .......... .......... .......... .......... 71% 114M 2s 149450K .......... .......... .......... .......... .......... 71% 87.6M 2s 149500K .......... .......... .......... .......... .......... 71% 66.0M 2s 149550K .......... .......... .......... .......... .......... 71% 103M 2s 149600K .......... .......... .......... .......... .......... 71% 82.3M 2s 149650K .......... .......... .......... .......... .......... 71% 140M 2s 149700K .......... .......... .......... .......... .......... 71% 21.6M 2s 149750K .......... .......... .......... .......... .......... 71% 100M 2s 149800K .......... .......... .......... .......... .......... 71% 101M 2s 149850K .......... .......... .......... .......... .......... 71% 107M 2s 149900K .......... .......... .......... .......... .......... 71% 3.70M 2s 149950K .......... .......... .......... .......... .......... 71% 97.5M 2s 150000K .......... .......... .......... .......... .......... 71% 51.2M 2s 150050K .......... .......... .......... .......... .......... 71% 109M 2s 150100K .......... .......... .......... .......... .......... 72% 103M 2s 150150K .......... .......... .......... .......... .......... 72% 114M 2s 150200K .......... .......... .......... .......... .......... 72% 108M 2s 150250K .......... .......... .......... .......... .......... 72% 96.8M 1s 150300K .......... .......... .......... .......... .......... 72% 116M 1s 150350K .......... .......... .......... .......... .......... 72% 111M 1s 150400K .......... .......... .......... .......... .......... 72% 74.9M 1s 150450K .......... .......... .......... .......... .......... 72% 62.1M 1s 150500K .......... .......... .......... .......... .......... 72% 96.7M 1s 150550K .......... .......... .......... .......... .......... 72% 106M 1s 150600K .......... .......... .......... .......... .......... 72% 96.8M 1s 150650K .......... .......... .......... .......... .......... 72% 124M 1s 150700K .......... .......... .......... .......... .......... 72% 81.7M 1s 150750K .......... .......... .......... .......... .......... 72% 71.4M 1s 150800K .......... .......... .......... .......... .......... 72% 77.8M 1s 150850K .......... .......... .......... .......... .......... 72% 104M 1s 150900K .......... .......... .......... .......... .......... 72% 116M 1s 150950K .......... .......... .......... .......... .......... 72% 98.2M 1s 151000K .......... .......... .......... .......... .......... 72% 97.8M 1s 151050K .......... .......... .......... .......... .......... 72% 5.00M 1s 151100K .......... .......... .......... .......... .......... 72% 50.5M 1s 151150K .......... .......... .......... .......... .......... 72% 57.1M 1s 151200K .......... .......... .......... .......... .......... 72% 50.8M 1s 151250K .......... .......... .......... .......... .......... 72% 6.18M 1s 151300K .......... .......... .......... .......... .......... 72% 101M 1s 151350K .......... .......... .......... .......... .......... 72% 113M 1s 151400K .......... .......... .......... .......... .......... 72% 84.5M 1s 151450K .......... .......... .......... .......... .......... 72% 78.4M 1s 151500K .......... .......... .......... .......... .......... 72% 88.7M 1s 151550K .......... .......... .......... .......... .......... 72% 113M 1s 151600K .......... .......... .......... .......... .......... 72% 87.2M 1s 151650K .......... .......... .......... .......... .......... 72% 109M 1s 151700K .......... .......... .......... .......... .......... 72% 73.6M 1s 151750K .......... .......... .......... .......... .......... 72% 106M 1s 151800K .......... .......... .......... .......... .......... 72% 91.5M 1s 151850K .......... .......... .......... .......... .......... 72% 93.4M 1s 151900K .......... .......... .......... .......... .......... 72% 104M 1s 151950K .......... .......... .......... .......... .......... 72% 71.6M 1s 152000K .......... .......... .......... .......... .......... 72% 111M 1s 152050K .......... .......... .......... .......... .......... 72% 75.1M 1s 152100K .......... .......... .......... .......... .......... 72% 119M 1s 152150K .......... .......... .......... .......... .......... 73% 7.74M 1s 152200K .......... .......... .......... .......... .......... 73% 67.7M 1s 152250K .......... .......... .......... .......... .......... 73% 86.0M 1s 152300K .......... .......... .......... .......... .......... 73% 93.5M 1s 152350K .......... .......... .......... .......... .......... 73% 115M 1s 152400K .......... .......... .......... .......... .......... 73% 108M 1s 152450K .......... .......... .......... .......... .......... 73% 86.2M 1s 152500K .......... .......... .......... .......... .......... 73% 98.3M 1s 152550K .......... .......... .......... .......... .......... 73% 112M 1s 152600K .......... .......... .......... .......... .......... 73% 67.4M 1s 152650K .......... .......... .......... .......... .......... 73% 70.5M 1s 152700K .......... .......... .......... .......... .......... 73% 104M 1s 152750K .......... .......... .......... .......... .......... 73% 104M 1s 152800K .......... .......... .......... .......... .......... 73% 114M 1s 152850K .......... .......... .......... .......... .......... 73% 78.8M 1s 152900K .......... .......... .......... .......... .......... 73% 103M 1s 152950K .......... .......... .......... .......... .......... 73% 90.8M 1s 153000K .......... .......... .......... .......... .......... 73% 74.3M 1s 153050K .......... .......... .......... .......... .......... 73% 102M 1s 153100K .......... .......... .......... .......... .......... 73% 100M 1s 153150K .......... .......... .......... .......... .......... 73% 8.13M 1s 153200K .......... .......... .......... .......... .......... 73% 75.2M 1s 153250K .......... .......... .......... .......... .......... 73% 96.5M 1s 153300K .......... .......... .......... .......... .......... 73% 110M 1s 153350K .......... .......... .......... .......... .......... 73% 102M 1s 153400K .......... .......... .......... .......... .......... 73% 104M 1s 153450K .......... .......... .......... .......... .......... 73% 83.1M 1s 153500K .......... .......... .......... .......... .......... 73% 7.68M 1s 153550K .......... .......... .......... .......... .......... 73% 76.0M 1s 153600K .......... .......... .......... .......... .......... 73% 96.0M 1s 153650K .......... .......... .......... .......... .......... 73% 96.2M 1s 153700K .......... .......... .......... .......... .......... 73% 133M 1s 153750K .......... .......... .......... .......... .......... 73% 92.2M 1s 153800K .......... .......... .......... .......... .......... 73% 98.7M 1s 153850K .......... .......... .......... .......... .......... 73% 98.0M 1s 153900K .......... .......... .......... .......... .......... 73% 72.7M 1s 153950K .......... .......... .......... .......... .......... 73% 85.7M 1s 154000K .......... .......... .......... .......... .......... 73% 103M 1s 154050K .......... .......... .......... .......... .......... 73% 120M 1s 154100K .......... .......... .......... .......... .......... 73% 100M 1s 154150K .......... .......... .......... .......... .......... 73% 74.8M 1s 154200K .......... .......... .......... .......... .......... 73% 96.2M 1s 154250K .......... .......... .......... .......... .......... 74% 109M 1s 154300K .......... .......... .......... .......... .......... 74% 66.6M 1s 154350K .......... .......... .......... .......... .......... 74% 113M 1s 154400K .......... .......... .......... .......... .......... 74% 87.8M 1s 154450K .......... .......... .......... .......... .......... 74% 105M 1s 154500K .......... .......... .......... .......... .......... 74% 38.5M 1s 154550K .......... .......... .......... .......... .......... 74% 51.0M 1s 154600K .......... .......... .......... .......... .......... 74% 52.0M 1s 154650K .......... .......... .......... .......... .......... 74% 58.5M 1s 154700K .......... .......... .......... .......... .......... 74% 51.8M 1s 154750K .......... .......... .......... .......... .......... 74% 52.1M 1s 154800K .......... .......... .......... .......... .......... 74% 51.7M 1s 154850K .......... .......... .......... .......... .......... 74% 51.8M 1s 154900K .......... .......... .......... .......... .......... 74% 3.21M 1s 154950K .......... .......... .......... .......... .......... 74% 103M 1s 155000K .......... .......... .......... .......... .......... 74% 80.5M 1s 155050K .......... .......... .......... .......... .......... 74% 81.4M 1s 155100K .......... .......... .......... .......... .......... 74% 80.3M 1s 155150K .......... .......... .......... .......... .......... 74% 6.48M 1s 155200K .......... .......... .......... .......... .......... 74% 59.1M 1s 155250K .......... .......... .......... .......... .......... 74% 96.2M 1s 155300K .......... .......... .......... .......... .......... 74% 87.6M 1s 155350K .......... .......... .......... .......... .......... 74% 92.7M 1s 155400K .......... .......... .......... .......... .......... 74% 83.0M 1s 155450K .......... .......... .......... .......... .......... 74% 74.9M 1s 155500K .......... .......... .......... .......... .......... 74% 95.3M 1s 155550K .......... .......... .......... .......... .......... 74% 61.8M 1s 155600K .......... .......... .......... .......... .......... 74% 86.2M 1s 155650K .......... .......... .......... .......... .......... 74% 98.2M 1s 155700K .......... .......... .......... .......... .......... 74% 59.3M 1s 155750K .......... .......... .......... .......... .......... 74% 92.2M 1s 155800K .......... .......... .......... .......... .......... 74% 79.8M 1s 155850K .......... .......... .......... .......... .......... 74% 107M 1s 155900K .......... .......... .......... .......... .......... 74% 90.5M 1s 155950K .......... .......... .......... .......... .......... 74% 4.79M 1s 156000K .......... .......... .......... .......... .......... 74% 108M 1s 156050K .......... .......... .......... .......... .......... 74% 94.1M 1s 156100K .......... .......... .......... .......... .......... 74% 76.9M 1s 156150K .......... .......... .......... .......... .......... 74% 110M 1s 156200K .......... .......... .......... .......... .......... 74% 101M 1s 156250K .......... .......... .......... .......... .......... 74% 108M 1s 156300K .......... .......... .......... .......... .......... 74% 124M 1s 156350K .......... .......... .......... .......... .......... 75% 70.0M 1s 156400K .......... .......... .......... .......... .......... 75% 92.7M 1s 156450K .......... .......... .......... .......... .......... 75% 82.1M 1s 156500K .......... .......... .......... .......... .......... 75% 114M 1s 156550K .......... .......... .......... .......... .......... 75% 80.6M 1s 156600K .......... .......... .......... .......... .......... 75% 118M 1s 156650K .......... .......... .......... .......... .......... 75% 105M 1s 156700K .......... .......... .......... .......... .......... 75% 106M 1s 156750K .......... .......... .......... .......... .......... 75% 85.8M 1s 156800K .......... .......... .......... .......... .......... 75% 71.6M 1s 156850K .......... .......... .......... .......... .......... 75% 130M 1s 156900K .......... .......... .......... .......... .......... 75% 105M 1s 156950K .......... .......... .......... .......... .......... 75% 93.3M 1s 157000K .......... .......... .......... .......... .......... 75% 83.3M 1s 157050K .......... .......... .......... .......... .......... 75% 111M 1s 157100K .......... .......... .......... .......... .......... 75% 106M 1s 157150K .......... .......... .......... .......... .......... 75% 103M 1s 157200K .......... .......... .......... .......... .......... 75% 82.5M 1s 157250K .......... .......... .......... .......... .......... 75% 89.7M 1s 157300K .......... .......... .......... .......... .......... 75% 108M 1s 157350K .......... .......... .......... .......... .......... 75% 89.3M 1s 157400K .......... .......... .......... .......... .......... 75% 73.5M 1s 157450K .......... .......... .......... .......... .......... 75% 110M 1s 157500K .......... .......... .......... .......... .......... 75% 115M 1s 157550K .......... .......... .......... .......... .......... 75% 102M 1s 157600K .......... .......... .......... .......... .......... 75% 109M 1s 157650K .......... .......... .......... .......... .......... 75% 93.7M 1s 157700K .......... .......... .......... .......... .......... 75% 89.2M 1s 157750K .......... .......... .......... .......... .......... 75% 90.9M 1s 157800K .......... .......... .......... .......... .......... 75% 94.0M 1s 157850K .......... .......... .......... .......... .......... 75% 86.6M 1s 157900K .......... .......... .......... .......... .......... 75% 87.0M 1s 157950K .......... .......... .......... .......... .......... 75% 106M 1s 158000K .......... .......... .......... .......... .......... 75% 114M 1s 158050K .......... .......... .......... .......... .......... 75% 104M 1s 158100K .......... .......... .......... .......... .......... 75% 94.4M 1s 158150K .......... .......... .......... .......... .......... 75% 70.0M 1s 158200K .......... .......... .......... .......... .......... 75% 92.7M 1s 158250K .......... .......... .......... .......... .......... 75% 102M 1s 158300K .......... .......... .......... .......... .......... 75% 109M 1s 158350K .......... .......... .......... .......... .......... 75% 109M 1s 158400K .......... .......... .......... .......... .......... 76% 86.9M 1s 158450K .......... .......... .......... .......... .......... 76% 113M 1s 158500K .......... .......... .......... .......... .......... 76% 101M 1s 158550K .......... .......... .......... .......... .......... 76% 94.5M 1s 158600K .......... .......... .......... .......... .......... 76% 69.1M 1s 158650K .......... .......... .......... .......... .......... 76% 95.7M 1s 158700K .......... .......... .......... .......... .......... 76% 99.3M 1s 158750K .......... .......... .......... .......... .......... 76% 8.18M 1s 158800K .......... .......... .......... .......... .......... 76% 76.5M 1s 158850K .......... .......... .......... .......... .......... 76% 81.0M 1s 158900K .......... .......... .......... .......... .......... 76% 92.4M 1s 158950K .......... .......... .......... .......... .......... 76% 118M 1s 159000K .......... .......... .......... .......... .......... 76% 105M 1s 159050K .......... .......... .......... .......... .......... 76% 86.6M 1s 159100K .......... .......... .......... .......... .......... 76% 111M 1s 159150K .......... .......... .......... .......... .......... 76% 101M 1s 159200K .......... .......... .......... .......... .......... 76% 87.6M 1s 159250K .......... .......... .......... .......... .......... 76% 103M 1s 159300K .......... .......... .......... .......... .......... 76% 90.4M 1s 159350K .......... .......... .......... .......... .......... 76% 7.16M 1s 159400K .......... .......... .......... .......... .......... 76% 114M 1s 159450K .......... .......... .......... .......... .......... 76% 103M 1s 159500K .......... .......... .......... .......... .......... 76% 104M 1s 159550K .......... .......... .......... .......... .......... 76% 119M 1s 159600K .......... .......... .......... .......... .......... 76% 101M 1s 159650K .......... .......... .......... .......... .......... 76% 114M 1s 159700K .......... .......... .......... .......... .......... 76% 113M 1s 159750K .......... .......... .......... .......... .......... 76% 118M 1s 159800K .......... .......... .......... .......... .......... 76% 94.8M 1s 159850K .......... .......... .......... .......... .......... 76% 120M 1s 159900K .......... .......... .......... .......... .......... 76% 74.7M 1s 159950K .......... .......... .......... .......... .......... 76% 107M 1s 160000K .......... .......... .......... .......... .......... 76% 112M 1s 160050K .......... .......... .......... .......... .......... 76% 112M 1s 160100K .......... .......... .......... .......... .......... 76% 99.1M 1s 160150K .......... .......... .......... .......... .......... 76% 119M 1s 160200K .......... .......... .......... .......... .......... 76% 110M 1s 160250K .......... .......... .......... .......... .......... 76% 87.5M 1s 160300K .......... .......... .......... .......... .......... 76% 109M 1s 160350K .......... .......... .......... .......... .......... 76% 91.0M 1s 160400K .......... .......... .......... .......... .......... 76% 112M 1s 160450K .......... .......... .......... .......... .......... 76% 98.1M 1s 160500K .......... .......... .......... .......... .......... 77% 115M 1s 160550K .......... .......... .......... .......... .......... 77% 99.6M 1s 160600K .......... .......... .......... .......... .......... 77% 72.4M 1s 160650K .......... .......... .......... .......... .......... 77% 83.9M 1s 160700K .......... .......... .......... .......... .......... 77% 107M 1s 160750K .......... .......... .......... .......... .......... 77% 108M 1s 160800K .......... .......... .......... .......... .......... 77% 104M 1s 160850K .......... .......... .......... .......... .......... 77% 105M 1s 160900K .......... .......... .......... .......... .......... 77% 116M 1s 160950K .......... .......... .......... .......... .......... 77% 91.0M 1s 161000K .......... .......... .......... .......... .......... 77% 82.8M 1s 161050K .......... .......... .......... .......... .......... 77% 94.6M 1s 161100K .......... .......... .......... .......... .......... 77% 85.3M 1s 161150K .......... .......... .......... .......... .......... 77% 101M 1s 161200K .......... .......... .......... .......... .......... 77% 94.4M 1s 161250K .......... .......... .......... .......... .......... 77% 34.7M 1s 161300K .......... .......... .......... .......... .......... 77% 102M 1s 161350K .......... .......... .......... .......... .......... 77% 110M 1s 161400K .......... .......... .......... .......... .......... 77% 73.9M 1s 161450K .......... .......... .......... .......... .......... 77% 7.37M 1s 161500K .......... .......... .......... .......... .......... 77% 85.9M 1s 161550K .......... .......... .......... .......... .......... 77% 88.4M 1s 161600K .......... .......... .......... .......... .......... 77% 7.50M 1s 161650K .......... .......... .......... .......... .......... 77% 105M 1s 161700K .......... .......... .......... .......... .......... 77% 109M 1s 161750K .......... .......... .......... .......... .......... 77% 78.4M 1s 161800K .......... .......... .......... .......... .......... 77% 112M 1s 161850K .......... .......... .......... .......... .......... 77% 109M 1s 161900K .......... .......... .......... .......... .......... 77% 113M 1s 161950K .......... .......... .......... .......... .......... 77% 108M 1s 162000K .......... .......... .......... .......... .......... 77% 80.5M 1s 162050K .......... .......... .......... .......... .......... 77% 111M 1s 162100K .......... .......... .......... .......... .......... 77% 105M 1s 162150K .......... .......... .......... .......... .......... 77% 76.3M 1s 162200K .......... .......... .......... .......... .......... 77% 114M 1s 162250K .......... .......... .......... .......... .......... 77% 104M 1s 162300K .......... .......... .......... .......... .......... 77% 113M 1s 162350K .......... .......... .......... .......... .......... 77% 7.22M 1s 162400K .......... .......... .......... .......... .......... 77% 84.2M 1s 162450K .......... .......... .......... .......... .......... 77% 69.8M 1s 162500K .......... .......... .......... .......... .......... 77% 119M 1s 162550K .......... .......... .......... .......... .......... 77% 7.88M 1s 162600K .......... .......... .......... .......... .......... 78% 112M 1s 162650K .......... .......... .......... .......... .......... 78% 106M 1s 162700K .......... .......... .......... .......... .......... 78% 117M 1s 162750K .......... .......... .......... .......... .......... 78% 98.5M 1s 162800K .......... .......... .......... .......... .......... 78% 80.8M 1s 162850K .......... .......... .......... .......... .......... 78% 66.0M 1s 162900K .......... .......... .......... .......... .......... 78% 82.8M 1s 162950K .......... .......... .......... .......... .......... 78% 109M 1s 163000K .......... .......... .......... .......... .......... 78% 115M 1s 163050K .......... .......... .......... .......... .......... 78% 112M 1s 163100K .......... .......... .......... .......... .......... 78% 89.5M 1s 163150K .......... .......... .......... .......... .......... 78% 103M 1s 163200K .......... .......... .......... .......... .......... 78% 80.9M 1s 163250K .......... .......... .......... .......... .......... 78% 62.7M 1s 163300K .......... .......... .......... .......... .......... 78% 102M 1s 163350K .......... .......... .......... .......... .......... 78% 107M 1s 163400K .......... .......... .......... .......... .......... 78% 111M 1s 163450K .......... .......... .......... .......... .......... 78% 58.3M 1s 163500K .......... .......... .......... .......... .......... 78% 105M 1s 163550K .......... .......... .......... .......... .......... 78% 82.9M 1s 163600K .......... .......... .......... .......... .......... 78% 96.1M 1s 163650K .......... .......... .......... .......... .......... 78% 115M 1s 163700K .......... .......... .......... .......... .......... 78% 90.8M 1s 163750K .......... .......... .......... .......... .......... 78% 94.5M 1s 163800K .......... .......... .......... .......... .......... 78% 57.3M 1s 163850K .......... .......... .......... .......... .......... 78% 114M 1s 163900K .......... .......... .......... .......... .......... 78% 85.5M 1s 163950K .......... .......... .......... .......... .......... 78% 3.91M 1s 164000K .......... .......... .......... .......... .......... 78% 99.1M 1s 164050K .......... .......... .......... .......... .......... 78% 88.7M 1s 164100K .......... .......... .......... .......... .......... 78% 97.3M 1s 164150K .......... .......... .......... .......... .......... 78% 110M 1s 164200K .......... .......... .......... .......... .......... 78% 112M 1s 164250K .......... .......... .......... .......... .......... 78% 103M 1s 164300K .......... .......... .......... .......... .......... 78% 109M 1s 164350K .......... .......... .......... .......... .......... 78% 98.3M 1s 164400K .......... .......... .......... .......... .......... 78% 95.8M 1s 164450K .......... .......... .......... .......... .......... 78% 88.6M 1s 164500K .......... .......... .......... .......... .......... 78% 113M 1s 164550K .......... .......... .......... .......... .......... 78% 79.5M 1s 164600K .......... .......... .......... .......... .......... 78% 130M 1s 164650K .......... .......... .......... .......... .......... 78% 106M 1s 164700K .......... .......... .......... .......... .......... 79% 108M 1s 164750K .......... .......... .......... .......... .......... 79% 89.0M 1s 164800K .......... .......... .......... .......... .......... 79% 119M 1s 164850K .......... .......... .......... .......... .......... 79% 93.2M 1s 164900K .......... .......... .......... .......... .......... 79% 120M 1s 164950K .......... .......... .......... .......... .......... 79% 94.4M 1s 165000K .......... .......... .......... .......... .......... 79% 96.6M 1s 165050K .......... .......... .......... .......... .......... 79% 93.1M 1s 165100K .......... .......... .......... .......... .......... 79% 114M 1s 165150K .......... .......... .......... .......... .......... 79% 98.6M 1s 165200K .......... .......... .......... .......... .......... 79% 113M 1s 165250K .......... .......... .......... .......... .......... 79% 89.3M 1s 165300K .......... .......... .......... .......... .......... 79% 114M 1s 165350K .......... .......... .......... .......... .......... 79% 102M 1s 165400K .......... .......... .......... .......... .......... 79% 108M 1s 165450K .......... .......... .......... .......... .......... 79% 104M 1s 165500K .......... .......... .......... .......... .......... 79% 91.5M 1s 165550K .......... .......... .......... .......... .......... 79% 119M 1s 165600K .......... .......... .......... .......... .......... 79% 80.8M 1s 165650K .......... .......... .......... .......... .......... 79% 35.0M 1s 165700K .......... .......... .......... .......... .......... 79% 107M 1s 165750K .......... .......... .......... .......... .......... 79% 91.5M 1s 165800K .......... .......... .......... .......... .......... 79% 90.0M 1s 165850K .......... .......... .......... .......... .......... 79% 109M 1s 165900K .......... .......... .......... .......... .......... 79% 109M 1s 165950K .......... .......... .......... .......... .......... 79% 7.88M 1s 166000K .......... .......... .......... .......... .......... 79% 115M 1s 166050K .......... .......... .......... .......... .......... 79% 107M 1s 166100K .......... .......... .......... .......... .......... 79% 114M 1s 166150K .......... .......... .......... .......... .......... 79% 111M 1s 166200K .......... .......... .......... .......... .......... 79% 73.1M 1s 166250K .......... .......... .......... .......... .......... 79% 90.3M 1s 166300K .......... .......... .......... .......... .......... 79% 119M 1s 166350K .......... .......... .......... .......... .......... 79% 109M 1s 166400K .......... .......... .......... .......... .......... 79% 93.2M 1s 166450K .......... .......... .......... .......... .......... 79% 120M 1s 166500K .......... .......... .......... .......... .......... 79% 63.7M 1s 166550K .......... .......... .......... .......... .......... 79% 108M 1s 166600K .......... .......... .......... .......... .......... 79% 119M 1s 166650K .......... .......... .......... .......... .......... 79% 95.2M 1s 166700K .......... .......... .......... .......... .......... 79% 133M 1s 166750K .......... .......... .......... .......... .......... 80% 76.1M 1s 166800K .......... .......... .......... .......... .......... 80% 91.5M 1s 166850K .......... .......... .......... .......... .......... 80% 104M 1s 166900K .......... .......... .......... .......... .......... 80% 2.63M 1s 166950K .......... .......... .......... .......... .......... 80% 92.5M 1s 167000K .......... .......... .......... .......... .......... 80% 102M 1s 167050K .......... .......... .......... .......... .......... 80% 112M 1s 167100K .......... .......... .......... .......... .......... 80% 102M 1s 167150K .......... .......... .......... .......... .......... 80% 90.0M 1s 167200K .......... .......... .......... .......... .......... 80% 74.9M 1s 167250K .......... .......... .......... .......... .......... 80% 112M 1s 167300K .......... .......... .......... .......... .......... 80% 111M 1s 167350K .......... .......... .......... .......... .......... 80% 102M 1s 167400K .......... .......... .......... .......... .......... 80% 93.3M 1s 167450K .......... .......... .......... .......... .......... 80% 87.7M 1s 167500K .......... .......... .......... .......... .......... 80% 80.7M 1s 167550K .......... .......... .......... .......... .......... 80% 106M 1s 167600K .......... .......... .......... .......... .......... 80% 108M 1s 167650K .......... .......... .......... .......... .......... 80% 86.5M 1s 167700K .......... .......... .......... .......... .......... 80% 83.7M 1s 167750K .......... .......... .......... .......... .......... 80% 95.6M 1s 167800K .......... .......... .......... .......... .......... 80% 91.1M 1s 167850K .......... .......... .......... .......... .......... 80% 109M 1s 167900K .......... .......... .......... .......... .......... 80% 94.3M 1s 167950K .......... .......... .......... .......... .......... 80% 112M 1s 168000K .......... .......... .......... .......... .......... 80% 77.7M 1s 168050K .......... .......... .......... .......... .......... 80% 81.2M 1s 168100K .......... .......... .......... .......... .......... 80% 111M 1s 168150K .......... .......... .......... .......... .......... 80% 104M 1s 168200K .......... .......... .......... .......... .......... 80% 110M 1s 168250K .......... .......... .......... .......... .......... 80% 82.7M 1s 168300K .......... .......... .......... .......... .......... 80% 90.1M 1s 168350K .......... .......... .......... .......... .......... 80% 96.2M 1s 168400K .......... .......... .......... .......... .......... 80% 89.9M 1s 168450K .......... .......... .......... .......... .......... 80% 103M 1s 168500K .......... .......... .......... .......... .......... 80% 97.7M 1s 168550K .......... .......... .......... .......... .......... 80% 94.5M 1s 168600K .......... .......... .......... .......... .......... 80% 107M 1s 168650K .......... .......... .......... .......... .......... 80% 73.7M 1s 168700K .......... .......... .......... .......... .......... 80% 80.0M 1s 168750K .......... .......... .......... .......... .......... 80% 108M 1s 168800K .......... .......... .......... .......... .......... 80% 109M 1s 168850K .......... .......... .......... .......... .......... 81% 107M 1s 168900K .......... .......... .......... .......... .......... 81% 93.5M 1s 168950K .......... .......... .......... .......... .......... 81% 80.5M 1s 169000K .......... .......... .......... .......... .......... 81% 103M 1s 169050K .......... .......... .......... .......... .......... 81% 7.68M 1s 169100K .......... .......... .......... .......... .......... 81% 116M 1s 169150K .......... .......... .......... .......... .......... 81% 97.1M 1s 169200K .......... .......... .......... .......... .......... 81% 115M 1s 169250K .......... .......... .......... .......... .......... 81% 108M 1s 169300K .......... .......... .......... .......... .......... 81% 91.2M 1s 169350K .......... .......... .......... .......... .......... 81% 1.91M 1s 169400K .......... .......... .......... .......... .......... 81% 140M 1s 169450K .......... .......... .......... .......... .......... 81% 63.7M 1s 169500K .......... .......... .......... .......... .......... 81% 111M 1s 169550K .......... .......... .......... .......... .......... 81% 97.4M 1s 169600K .......... .......... .......... .......... .......... 81% 250K 1s 169650K .......... .......... .......... .......... .......... 81% 132M 1s 169700K .......... .......... .......... .......... .......... 81% 114M 1s 169750K .......... .......... .......... .......... .......... 81% 102M 1s 169800K .......... .......... .......... .......... .......... 81% 116M 1s 169850K .......... .......... .......... .......... .......... 81% 105M 1s 169900K .......... .......... .......... .......... .......... 81% 115M 1s 169950K .......... .......... .......... .......... .......... 81% 94.1M 1s 170000K .......... .......... .......... .......... .......... 81% 130M 1s 170050K .......... .......... .......... .......... .......... 81% 100M 1s 170100K .......... .......... .......... .......... .......... 81% 112M 1s 170150K .......... .......... .......... .......... .......... 81% 107M 1s 170200K .......... .......... .......... .......... .......... 81% 122M 1s 170250K .......... .......... .......... .......... .......... 81% 105M 1s 170300K .......... .......... .......... .......... .......... 81% 109M 1s 170350K .......... .......... .......... .......... .......... 81% 123M 1s 170400K .......... .......... .......... .......... .......... 81% 102M 1s 170450K .......... .......... .......... .......... .......... 81% 114M 1s 170500K .......... .......... .......... .......... .......... 81% 105M 1s 170550K .......... .......... .......... .......... .......... 81% 103M 1s 170600K .......... .......... .......... .......... .......... 81% 115M 1s 170650K .......... .......... .......... .......... .......... 81% 111M 1s 170700K .......... .......... .......... .......... .......... 81% 100M 1s 170750K .......... .......... .......... .......... .......... 81% 107M 1s 170800K .......... .......... .......... .......... .......... 81% 132M 1s 170850K .......... .......... .......... .......... .......... 81% 107M 1s 170900K .......... .......... .......... .......... .......... 81% 106M 1s 170950K .......... .......... .......... .......... .......... 82% 101M 1s 171000K .......... .......... .......... .......... .......... 82% 110M 1s 171050K .......... .......... .......... .......... .......... 82% 90.9M 1s 171100K .......... .......... .......... .......... .......... 82% 7.02M 1s 171150K .......... .......... .......... .......... .......... 82% 106M 1s 171200K .......... .......... .......... .......... .......... 82% 6.11M 1s 171250K .......... .......... .......... .......... .......... 82% 112M 1s 171300K .......... .......... .......... .......... .......... 82% 121M 1s 171350K .......... .......... .......... .......... .......... 82% 100M 1s 171400K .......... .......... .......... .......... .......... 82% 106M 1s 171450K .......... .......... .......... .......... .......... 82% 116M 1s 171500K .......... .......... .......... .......... .......... 82% 106M 1s 171550K .......... .......... .......... .......... .......... 82% 109M 1s 171600K .......... .......... .......... .......... .......... 82% 110M 1s 171650K .......... .......... .......... .......... .......... 82% 117M 1s 171700K .......... .......... .......... .......... .......... 82% 98.0M 1s 171750K .......... .......... .......... .......... .......... 82% 114M 1s 171800K .......... .......... .......... .......... .......... 82% 111M 1s 171850K .......... .......... .......... .......... .......... 82% 107M 1s 171900K .......... .......... .......... .......... .......... 82% 103M 1s 171950K .......... .......... .......... .......... .......... 82% 123M 1s 172000K .......... .......... .......... .......... .......... 82% 104M 1s 172050K .......... .......... .......... .......... .......... 82% 105M 1s 172100K .......... .......... .......... .......... .......... 82% 116M 1s 172150K .......... .......... .......... .......... .......... 82% 107M 1s 172200K .......... .......... .......... .......... .......... 82% 107M 1s 172250K .......... .......... .......... .......... .......... 82% 104M 1s 172300K .......... .......... .......... .......... .......... 82% 112M 1s 172350K .......... .......... .......... .......... .......... 82% 91.2M 1s 172400K .......... .......... .......... .......... .......... 82% 105M 1s 172450K .......... .......... .......... .......... .......... 82% 112M 1s 172500K .......... .......... .......... .......... .......... 82% 119M 1s 172550K .......... .......... .......... .......... .......... 82% 113M 1s 172600K .......... .......... .......... .......... .......... 82% 5.38M 1s 172650K .......... .......... .......... .......... .......... 82% 110M 1s 172700K .......... .......... .......... .......... .......... 82% 107M 1s 172750K .......... .......... .......... .......... .......... 82% 104M 1s 172800K .......... .......... .......... .......... .......... 82% 8.10M 1s 172850K .......... .......... .......... .......... .......... 82% 116M 1s 172900K .......... .......... .......... .......... .......... 82% 101M 1s 172950K .......... .......... .......... .......... .......... 82% 120M 1s 173000K .......... .......... .......... .......... .......... 83% 106M 1s 173050K .......... .......... .......... .......... .......... 83% 100M 1s 173100K .......... .......... .......... .......... .......... 83% 108M 1s 173150K .......... .......... .......... .......... .......... 83% 112M 1s 173200K .......... .......... .......... .......... .......... 83% 102M 1s 173250K .......... .......... .......... .......... .......... 83% 119M 1s 173300K .......... .......... .......... .......... .......... 83% 103M 1s 173350K .......... .......... .......... .......... .......... 83% 92.5M 1s 173400K .......... .......... .......... .......... .......... 83% 128M 1s 173450K .......... .......... .......... .......... .......... 83% 119M 1s 173500K .......... .......... .......... .......... .......... 83% 107M 1s 173550K .......... .......... .......... .......... .......... 83% 7.74M 1s 173600K .......... .......... .......... .......... .......... 83% 108M 1s 173650K .......... .......... .......... .......... .......... 83% 106M 1s 173700K .......... .......... .......... .......... .......... 83% 119M 1s 173750K .......... .......... .......... .......... .......... 83% 98.3M 1s 173800K .......... .......... .......... .......... .......... 83% 103M 1s 173850K .......... .......... .......... .......... .......... 83% 107M 1s 173900K .......... .......... .......... .......... .......... 83% 118M 1s 173950K .......... .......... .......... .......... .......... 83% 99.4M 1s 174000K .......... .......... .......... .......... .......... 83% 118M 1s 174050K .......... .......... .......... .......... .......... 83% 119M 1s 174100K .......... .......... .......... .......... .......... 83% 105M 1s 174150K .......... .......... .......... .......... .......... 83% 108M 1s 174200K .......... .......... .......... .......... .......... 83% 123M 1s 174250K .......... .......... .......... .......... .......... 83% 9.59M 1s 174300K .......... .......... .......... .......... .......... 83% 104M 1s 174350K .......... .......... .......... .......... .......... 83% 122M 1s 174400K .......... .......... .......... .......... .......... 83% 106M 1s 174450K .......... .......... .......... .......... .......... 83% 111M 1s 174500K .......... .......... .......... .......... .......... 83% 100M 1s 174550K .......... .......... .......... .......... .......... 83% 112M 1s 174600K .......... .......... .......... .......... .......... 83% 112M 1s 174650K .......... .......... .......... .......... .......... 83% 9.74M 1s 174700K .......... .......... .......... .......... .......... 83% 109M 1s 174750K .......... .......... .......... .......... .......... 83% 111M 1s 174800K .......... .......... .......... .......... .......... 83% 114M 1s 174850K .......... .......... .......... .......... .......... 83% 100M 1s 174900K .......... .......... .......... .......... .......... 83% 101M 1s 174950K .......... .......... .......... .......... .......... 83% 98.7M 1s 175000K .......... .......... .......... .......... .......... 83% 120M 1s 175050K .......... .......... .......... .......... .......... 83% 105M 1s 175100K .......... .......... .......... .......... .......... 84% 104M 1s 175150K .......... .......... .......... .......... .......... 84% 113M 1s 175200K .......... .......... .......... .......... .......... 84% 113M 1s 175250K .......... .......... .......... .......... .......... 84% 113M 1s 175300K .......... .......... .......... .......... .......... 84% 104M 1s 175350K .......... .......... .......... .......... .......... 84% 126M 1s 175400K .......... .......... .......... .......... .......... 84% 109M 1s 175450K .......... .......... .......... .......... .......... 84% 107M 1s 175500K .......... .......... .......... .......... .......... 84% 105M 1s 175550K .......... .......... .......... .......... .......... 84% 92.5M 1s 175600K .......... .......... .......... .......... .......... 84% 144M 1s 175650K .......... .......... .......... .......... .......... 84% 101M 1s 175700K .......... .......... .......... .......... .......... 84% 112M 1s 175750K .......... .......... .......... .......... .......... 84% 9.99M 1s 175800K .......... .......... .......... .......... .......... 84% 136M 1s 175850K .......... .......... .......... .......... .......... 84% 102M 1s 175900K .......... .......... .......... .......... .......... 84% 104M 1s 175950K .......... .......... .......... .......... .......... 84% 111M 1s 176000K .......... .......... .......... .......... .......... 84% 116M 1s 176050K .......... .......... .......... .......... .......... 84% 102M 1s 176100K .......... .......... .......... .......... .......... 84% 116M 1s 176150K .......... .......... .......... .......... .......... 84% 109M 1s 176200K .......... .......... .......... .......... .......... 84% 2.61M 1s 176250K .......... .......... .......... .......... .......... 84% 138M 1s 176300K .......... .......... .......... .......... .......... 84% 101M 1s 176350K .......... .......... .......... .......... .......... 84% 119M 1s 176400K .......... .......... .......... .......... .......... 84% 96.7M 1s 176450K .......... .......... .......... .......... .......... 84% 110M 1s 176500K .......... .......... .......... .......... .......... 84% 120M 1s 176550K .......... .......... .......... .......... .......... 84% 116M 1s 176600K .......... .......... .......... .......... .......... 84% 101M 1s 176650K .......... .......... .......... .......... .......... 84% 107M 1s 176700K .......... .......... .......... .......... .......... 84% 118M 1s 176750K .......... .......... .......... .......... .......... 84% 115M 1s 176800K .......... .......... .......... .......... .......... 84% 97.5M 1s 176850K .......... .......... .......... .......... .......... 84% 118M 1s 176900K .......... .......... .......... .......... .......... 84% 106M 1s 176950K .......... .......... .......... .......... .......... 84% 106M 1s 177000K .......... .......... .......... .......... .......... 84% 112M 1s 177050K .......... .......... .......... .......... .......... 84% 108M 1s 177100K .......... .......... .......... .......... .......... 84% 97.9M 1s 177150K .......... .......... .......... .......... .......... 84% 109M 1s 177200K .......... .......... .......... .......... .......... 85% 117M 1s 177250K .......... .......... .......... .......... .......... 85% 122M 1s 177300K .......... .......... .......... .......... .......... 85% 114M 1s 177350K .......... .......... .......... .......... .......... 85% 99.9M 1s 177400K .......... .......... .......... .......... .......... 85% 111M 1s 177450K .......... .......... .......... .......... .......... 85% 112M 1s 177500K .......... .......... .......... .......... .......... 85% 110M 1s 177550K .......... .......... .......... .......... .......... 85% 103M 1s 177600K .......... .......... .......... .......... .......... 85% 128M 1s 177650K .......... .......... .......... .......... .......... 85% 11.3M 1s 177700K .......... .......... .......... .......... .......... 85% 116M 1s 177750K .......... .......... .......... .......... .......... 85% 120M 1s 177800K .......... .......... .......... .......... .......... 85% 103M 1s 177850K .......... .......... .......... .......... .......... 85% 110M 1s 177900K .......... .......... .......... .......... .......... 85% 111M 1s 177950K .......... .......... .......... .......... .......... 85% 108M 1s 178000K .......... .......... .......... .......... .......... 85% 109M 1s 178050K .......... .......... .......... .......... .......... 85% 110M 1s 178100K .......... .......... .......... .......... .......... 85% 104M 1s 178150K .......... .......... .......... .......... .......... 85% 119M 1s 178200K .......... .......... .......... .......... .......... 85% 103M 1s 178250K .......... .......... .......... .......... .......... 85% 12.7M 1s 178300K .......... .......... .......... .......... .......... 85% 112M 1s 178350K .......... .......... .......... .......... .......... 85% 109M 1s 178400K .......... .......... .......... .......... .......... 85% 111M 1s 178450K .......... .......... .......... .......... .......... 85% 7.82M 1s 178500K .......... .......... .......... .......... .......... 85% 99.9M 1s 178550K .......... .......... .......... .......... .......... 85% 119M 1s 178600K .......... .......... .......... .......... .......... 85% 102M 1s 178650K .......... .......... .......... .......... .......... 85% 117M 1s 178700K .......... .......... .......... .......... .......... 85% 99.3M 1s 178750K .......... .......... .......... .......... .......... 85% 117M 1s 178800K .......... .......... .......... .......... .......... 85% 110M 1s 178850K .......... .......... .......... .......... .......... 85% 105M 1s 178900K .......... .......... .......... .......... .......... 85% 99.1M 1s 178950K .......... .......... .......... .......... .......... 85% 121M 1s 179000K .......... .......... .......... .......... .......... 85% 111M 1s 179050K .......... .......... .......... .......... .......... 85% 111M 1s 179100K .......... .......... .......... .......... .......... 85% 97.3M 1s 179150K .......... .......... .......... .......... .......... 85% 114M 1s 179200K .......... .......... .......... .......... .......... 85% 119M 1s 179250K .......... .......... .......... .......... .......... 86% 99.5M 1s 179300K .......... .......... .......... .......... .......... 86% 102M 1s 179350K .......... .......... .......... .......... .......... 86% 124M 1s 179400K .......... .......... .......... .......... .......... 86% 103M 1s 179450K .......... .......... .......... .......... .......... 86% 121M 1s 179500K .......... .......... .......... .......... .......... 86% 108M 1s 179550K .......... .......... .......... .......... .......... 86% 98.9M 1s 179600K .......... .......... .......... .......... .......... 86% 130M 1s 179650K .......... .......... .......... .......... .......... 86% 107M 1s 179700K .......... .......... .......... .......... .......... 86% 109M 1s 179750K .......... .......... .......... .......... .......... 86% 106M 1s 179800K .......... .......... .......... .......... .......... 86% 109M 1s 179850K .......... .......... .......... .......... .......... 86% 108M 1s 179900K .......... .......... .......... .......... .......... 86% 1.78M 1s 179950K .......... .......... .......... .......... .......... 86% 145M 1s 180000K .......... .......... .......... .......... .......... 86% 105M 1s 180050K .......... .......... .......... .......... .......... 86% 121M 1s 180100K .......... .......... .......... .......... .......... 86% 106M 1s 180150K .......... .......... .......... .......... .......... 86% 115M 1s 180200K .......... .......... .......... .......... .......... 86% 106M 1s 180250K .......... .......... .......... .......... .......... 86% 109M 1s 180300K .......... .......... .......... .......... .......... 86% 103M 1s 180350K .......... .......... .......... .......... .......... 86% 116M 1s 180400K .......... .......... .......... .......... .......... 86% 101M 1s 180450K .......... .......... .......... .......... .......... 86% 121M 1s 180500K .......... .......... .......... .......... .......... 86% 97.0M 1s 180550K .......... .......... .......... .......... .......... 86% 113M 1s 180600K .......... .......... .......... .......... .......... 86% 116M 1s 180650K .......... .......... .......... .......... .......... 86% 123M 1s 180700K .......... .......... .......... .......... .......... 86% 104M 1s 180750K .......... .......... .......... .......... .......... 86% 111M 1s 180800K .......... .......... .......... .......... .......... 86% 115M 1s 180850K .......... .......... .......... .......... .......... 86% 103M 1s 180900K .......... .......... .......... .......... .......... 86% 113M 1s 180950K .......... .......... .......... .......... .......... 86% 112M 1s 181000K .......... .......... .......... .......... .......... 86% 106M 1s 181050K .......... .......... .......... .......... .......... 86% 109M 1s 181100K .......... .......... .......... .......... .......... 86% 112M 1s 181150K .......... .......... .......... .......... .......... 86% 108M 1s 181200K .......... .......... .......... .......... .......... 86% 108M 1s 181250K .......... .......... .......... .......... .......... 86% 113M 1s 181300K .......... .......... .......... .......... .......... 86% 114M 1s 181350K .......... .......... .......... .......... .......... 87% 92.6M 1s 181400K .......... .......... .......... .......... .......... 87% 123M 1s 181450K .......... .......... .......... .......... .......... 87% 117M 1s 181500K .......... .......... .......... .......... .......... 87% 111M 1s 181550K .......... .......... .......... .......... .......... 87% 115M 1s 181600K .......... .......... .......... .......... .......... 87% 110M 1s 181650K .......... .......... .......... .......... .......... 87% 115M 1s 181700K .......... .......... .......... .......... .......... 87% 108M 1s 181750K .......... .......... .......... .......... .......... 87% 113M 1s 181800K .......... .......... .......... .......... .......... 87% 102M 1s 181850K .......... .......... .......... .......... .......... 87% 94.2M 1s 181900K .......... .......... .......... .......... .......... 87% 157M 1s 181950K .......... .......... .......... .......... .......... 87% 111M 1s 182000K .......... .......... .......... .......... .......... 87% 105M 1s 182050K .......... .......... .......... .......... .......... 87% 111M 1s 182100K .......... .......... .......... .......... .......... 87% 106M 1s 182150K .......... .......... .......... .......... .......... 87% 120M 1s 182200K .......... .......... .......... .......... .......... 87% 99.8M 1s 182250K .......... .......... .......... .......... .......... 87% 133M 1s 182300K .......... .......... .......... .......... .......... 87% 102M 1s 182350K .......... .......... .......... .......... .......... 87% 112M 1s 182400K .......... .......... .......... .......... .......... 87% 103M 1s 182450K .......... .......... .......... .......... .......... 87% 127M 1s 182500K .......... .......... .......... .......... .......... 87% 101M 1s 182550K .......... .......... .......... .......... .......... 87% 114M 1s 182600K .......... .......... .......... .......... .......... 87% 107M 1s 182650K .......... .......... .......... .......... .......... 87% 111M 1s 182700K .......... .......... .......... .......... .......... 87% 109M 1s 182750K .......... .......... .......... .......... .......... 87% 107M 1s 182800K .......... .......... .......... .......... .......... 87% 109M 1s 182850K .......... .......... .......... .......... .......... 87% 111M 1s 182900K .......... .......... .......... .......... .......... 87% 116M 1s 182950K .......... .......... .......... .......... .......... 87% 117M 1s 183000K .......... .......... .......... .......... .......... 87% 94.8M 1s 183050K .......... .......... .......... .......... .......... 87% 116M 1s 183100K .......... .......... .......... .......... .......... 87% 111M 1s 183150K .......... .......... .......... .......... .......... 87% 106M 1s 183200K .......... .......... .......... .......... .......... 87% 105M 1s 183250K .......... .......... .......... .......... .......... 87% 114M 1s 183300K .......... .......... .......... .......... .......... 87% 30.9M 1s 183350K .......... .......... .......... .......... .......... 87% 133M 1s 183400K .......... .......... .......... .......... .......... 87% 109M 1s 183450K .......... .......... .......... .......... .......... 88% 110M 1s 183500K .......... .......... .......... .......... .......... 88% 97.1M 1s 183550K .......... .......... .......... .......... .......... 88% 121M 1s 183600K .......... .......... .......... .......... .......... 88% 94.2M 1s 183650K .......... .......... .......... .......... .......... 88% 132M 1s 183700K .......... .......... .......... .......... .......... 88% 106M 1s 183750K .......... .......... .......... .......... .......... 88% 106M 1s 183800K .......... .......... .......... .......... .......... 88% 110M 1s 183850K .......... .......... .......... .......... .......... 88% 117M 1s 183900K .......... .......... .......... .......... .......... 88% 109M 1s 183950K .......... .......... .......... .......... .......... 88% 9.55M 1s 184000K .......... .......... .......... .......... .......... 88% 124M 1s 184050K .......... .......... .......... .......... .......... 88% 102M 1s 184100K .......... .......... .......... .......... .......... 88% 122M 1s 184150K .......... .......... .......... .......... .......... 88% 104M 1s 184200K .......... .......... .......... .......... .......... 88% 108M 1s 184250K .......... .......... .......... .......... .......... 88% 109M 1s 184300K .......... .......... .......... .......... .......... 88% 114M 1s 184350K .......... .......... .......... .......... .......... 88% 109M 1s 184400K .......... .......... .......... .......... .......... 88% 109M 1s 184450K .......... .......... .......... .......... .......... 88% 109M 1s 184500K .......... .......... .......... .......... .......... 88% 110M 1s 184550K .......... .......... .......... .......... .......... 88% 104M 1s 184600K .......... .......... .......... .......... .......... 88% 111M 1s 184650K .......... .......... .......... .......... .......... 88% 105M 1s 184700K .......... .......... .......... .......... .......... 88% 115M 1s 184750K .......... .......... .......... .......... .......... 88% 124M 1s 184800K .......... .......... .......... .......... .......... 88% 102M 1s 184850K .......... .......... .......... .......... .......... 88% 111M 1s 184900K .......... .......... .......... .......... .......... 88% 103M 1s 184950K .......... .......... .......... .......... .......... 88% 115M 1s 185000K .......... .......... .......... .......... .......... 88% 104M 1s 185050K .......... .......... .......... .......... .......... 88% 120M 1s 185100K .......... .......... .......... .......... .......... 88% 94.6M 1s 185150K .......... .......... .......... .......... .......... 88% 116M 1s 185200K .......... .......... .......... .......... .......... 88% 129M 1s 185250K .......... .......... .......... .......... .......... 88% 99.3M 1s 185300K .......... .......... .......... .......... .......... 88% 97.1M 1s 185350K .......... .......... .......... .......... .......... 88% 123M 1s 185400K .......... .......... .......... .......... .......... 88% 4.08M 1s 185450K .......... .......... .......... .......... .......... 88% 105M 1s 185500K .......... .......... .......... .......... .......... 88% 118M 1s 185550K .......... .......... .......... .......... .......... 89% 105M 1s 185600K .......... .......... .......... .......... .......... 89% 119M 1s 185650K .......... .......... .......... .......... .......... 89% 98.8M 1s 185700K .......... .......... .......... .......... .......... 89% 112M 1s 185750K .......... .......... .......... .......... .......... 89% 107M 1s 185800K .......... .......... .......... .......... .......... 89% 112M 1s 185850K .......... .......... .......... .......... .......... 89% 107M 1s 185900K .......... .......... .......... .......... .......... 89% 112M 1s 185950K .......... .......... .......... .......... .......... 89% 110M 1s 186000K .......... .......... .......... .......... .......... 89% 104M 1s 186050K .......... .......... .......... .......... .......... 89% 119M 1s 186100K .......... .......... .......... .......... .......... 89% 106M 1s 186150K .......... .......... .......... .......... .......... 89% 112M 1s 186200K .......... .......... .......... .......... .......... 89% 108M 1s 186250K .......... .......... .......... .......... .......... 89% 100M 1s 186300K .......... .......... .......... .......... .......... 89% 106M 1s 186350K .......... .......... .......... .......... .......... 89% 105M 1s 186400K .......... .......... .......... .......... .......... 89% 117M 1s 186450K .......... .......... .......... .......... .......... 89% 118M 1s 186500K .......... .......... .......... .......... .......... 89% 103M 1s 186550K .......... .......... .......... .......... .......... 89% 3.84M 1s 186600K .......... .......... .......... .......... .......... 89% 138M 1s 186650K .......... .......... .......... .......... .......... 89% 108M 1s 186700K .......... .......... .......... .......... .......... 89% 104M 1s 186750K .......... .......... .......... .......... .......... 89% 119M 1s 186800K .......... .......... .......... .......... .......... 89% 116M 1s 186850K .......... .......... .......... .......... .......... 89% 3.49M 1s 186900K .......... .......... .......... .......... .......... 89% 131M 1s 186950K .......... .......... .......... .......... .......... 89% 111M 1s 187000K .......... .......... .......... .......... .......... 89% 104M 1s 187050K .......... .......... .......... .......... .......... 89% 117M 1s 187100K .......... .......... .......... .......... .......... 89% 112M 1s 187150K .......... .......... .......... .......... .......... 89% 114M 1s 187200K .......... .......... .......... .......... .......... 89% 108M 1s 187250K .......... .......... .......... .......... .......... 89% 102M 1s 187300K .......... .......... .......... .......... .......... 89% 118M 1s 187350K .......... .......... .......... .......... .......... 89% 110M 1s 187400K .......... .......... .......... .......... .......... 89% 110M 1s 187450K .......... .......... .......... .......... .......... 89% 104M 1s 187500K .......... .......... .......... .......... .......... 89% 117M 1s 187550K .......... .......... .......... .......... .......... 89% 107M 1s 187600K .......... .......... .......... .......... .......... 90% 115M 1s 187650K .......... .......... .......... .......... .......... 90% 112M 1s 187700K .......... .......... .......... .......... .......... 90% 102M 1s 187750K .......... .......... .......... .......... .......... 90% 103M 1s 187800K .......... .......... .......... .......... .......... 90% 106M 1s 187850K .......... .......... .......... .......... .......... 90% 113M 1s 187900K .......... .......... .......... .......... .......... 90% 116M 1s 187950K .......... .......... .......... .......... .......... 90% 107M 1s 188000K .......... .......... .......... .......... .......... 90% 114M 1s 188050K .......... .......... .......... .......... .......... 90% 5.73M 1s 188100K .......... .......... .......... .......... .......... 90% 168M 1s 188150K .......... .......... .......... .......... .......... 90% 106M 1s 188200K .......... .......... .......... .......... .......... 90% 109M 1s 188250K .......... .......... .......... .......... .......... 90% 108M 1s 188300K .......... .......... .......... .......... .......... 90% 116M 1s 188350K .......... .......... .......... .......... .......... 90% 108M 1s 188400K .......... .......... .......... .......... .......... 90% 119M 1s 188450K .......... .......... .......... .......... .......... 90% 107M 1s 188500K .......... .......... .......... .......... .......... 90% 104M 1s 188550K .......... .......... .......... .......... .......... 90% 110M 1s 188600K .......... .......... .......... .......... .......... 90% 107M 1s 188650K .......... .......... .......... .......... .......... 90% 101M 1s 188700K .......... .......... .......... .......... .......... 90% 108M 0s 188750K .......... .......... .......... .......... .......... 90% 122M 0s 188800K .......... .......... .......... .......... .......... 90% 98.1M 0s 188850K .......... .......... .......... .......... .......... 90% 118M 0s 188900K .......... .......... .......... .......... .......... 90% 119M 0s 188950K .......... .......... .......... .......... .......... 90% 109M 0s 189000K .......... .......... .......... .......... .......... 90% 116M 0s 189050K .......... .......... .......... .......... .......... 90% 106M 0s 189100K .......... .......... .......... .......... .......... 90% 114M 0s 189150K .......... .......... .......... .......... .......... 90% 94.0M 0s 189200K .......... .......... .......... .......... .......... 90% 116M 0s 189250K .......... .......... .......... .......... .......... 90% 117M 0s 189300K .......... .......... .......... .......... .......... 90% 101M 0s 189350K .......... .......... .......... .......... .......... 90% 116M 0s 189400K .......... .......... .......... .......... .......... 90% 102M 0s 189450K .......... .......... .......... .......... .......... 90% 140M 0s 189500K .......... .......... .......... .......... .......... 90% 94.0M 0s 189550K .......... .......... .......... .......... .......... 90% 114M 0s 189600K .......... .......... .......... .......... .......... 90% 97.0M 0s 189650K .......... .......... .......... .......... .......... 90% 112M 0s 189700K .......... .......... .......... .......... .......... 91% 102M 0s 189750K .......... .......... .......... .......... .......... 91% 91.8M 0s 189800K .......... .......... .......... .......... .......... 91% 137M 0s 189850K .......... .......... .......... .......... .......... 91% 104M 0s 189900K .......... .......... .......... .......... .......... 91% 113M 0s 189950K .......... .......... .......... .......... .......... 91% 100M 0s 190000K .......... .......... .......... .......... .......... 91% 85.3M 0s 190050K .......... .......... .......... .......... .......... 91% 8.32M 0s 190100K .......... .......... .......... .......... .......... 91% 160M 0s 190150K .......... .......... .......... .......... .......... 91% 105M 0s 190200K .......... .......... .......... .......... .......... 91% 116M 0s 190250K .......... .......... .......... .......... .......... 91% 99.3M 0s 190300K .......... .......... .......... .......... .......... 91% 118M 0s 190350K .......... .......... .......... .......... .......... 91% 116M 0s 190400K .......... .......... .......... .......... .......... 91% 110M 0s 190450K .......... .......... .......... .......... .......... 91% 102M 0s 190500K .......... .......... .......... .......... .......... 91% 118M 0s 190550K .......... .......... .......... .......... .......... 91% 109M 0s 190600K .......... .......... .......... .......... .......... 91% 105M 0s 190650K .......... .......... .......... .......... .......... 91% 115M 0s 190700K .......... .......... .......... .......... .......... 91% 110M 0s 190750K .......... .......... .......... .......... .......... 91% 102M 0s 190800K .......... .......... .......... .......... .......... 91% 115M 0s 190850K .......... .......... .......... .......... .......... 91% 111M 0s 190900K .......... .......... .......... .......... .......... 91% 110M 0s 190950K .......... .......... .......... .......... .......... 91% 108M 0s 191000K .......... .......... .......... .......... .......... 91% 115M 0s 191050K .......... .......... .......... .......... .......... 91% 104M 0s 191100K .......... .......... .......... .......... .......... 91% 7.01M 0s 191150K .......... .......... .......... .......... .......... 91% 125M 0s 191200K .......... .......... .......... .......... .......... 91% 102M 0s 191250K .......... .......... .......... .......... .......... 91% 108M 0s 191300K .......... .......... .......... .......... .......... 91% 109M 0s 191350K .......... .......... .......... .......... .......... 91% 122M 0s 191400K .......... .......... .......... .......... .......... 91% 99.3M 0s 191450K .......... .......... .......... .......... .......... 91% 112M 0s 191500K .......... .......... .......... .......... .......... 91% 100M 0s 191550K .......... .......... .......... .......... .......... 91% 121M 0s 191600K .......... .......... .......... .......... .......... 91% 114M 0s 191650K .......... .......... .......... .......... .......... 91% 106M 0s 191700K .......... .......... .......... .......... .......... 91% 124M 0s 191750K .......... .......... .......... .......... .......... 91% 109M 0s 191800K .......... .......... .......... .......... .......... 92% 101M 0s 191850K .......... .......... .......... .......... .......... 92% 122M 0s 191900K .......... .......... .......... .......... .......... 92% 97.4M 0s 191950K .......... .......... .......... .......... .......... 92% 114M 0s 192000K .......... .......... .......... .......... .......... 92% 105M 0s 192050K .......... .......... .......... .......... .......... 92% 117M 0s 192100K .......... .......... .......... .......... .......... 92% 103M 0s 192150K .......... .......... .......... .......... .......... 92% 121M 0s 192200K .......... .......... .......... .......... .......... 92% 110M 0s 192250K .......... .......... .......... .......... .......... 92% 116M 0s 192300K .......... .......... .......... .......... .......... 92% 103M 0s 192350K .......... .......... .......... .......... .......... 92% 94.4M 0s 192400K .......... .......... .......... .......... .......... 92% 112M 0s 192450K .......... .......... .......... .......... .......... 92% 118M 0s 192500K .......... .......... .......... .......... .......... 92% 105M 0s 192550K .......... .......... .......... .......... .......... 92% 105M 0s 192600K .......... .......... .......... .......... .......... 92% 118M 0s 192650K .......... .......... .......... .......... .......... 92% 102M 0s 192700K .......... .......... .......... .......... .......... 92% 120M 0s 192750K .......... .......... .......... .......... .......... 92% 26.8M 0s 192800K .......... .......... .......... .......... .......... 92% 126M 0s 192850K .......... .......... .......... .......... .......... 92% 102M 0s 192900K .......... .......... .......... .......... .......... 92% 113M 0s 192950K .......... .......... .......... .......... .......... 92% 102M 0s 193000K .......... .......... .......... .......... .......... 92% 115M 0s 193050K .......... .......... .......... .......... .......... 92% 118M 0s 193100K .......... .......... .......... .......... .......... 92% 96.6M 0s 193150K .......... .......... .......... .......... .......... 92% 126M 0s 193200K .......... .......... .......... .......... .......... 92% 101M 0s 193250K .......... .......... .......... .......... .......... 92% 115M 0s 193300K .......... .......... .......... .......... .......... 92% 7.49M 0s 193350K .......... .......... .......... .......... .......... 92% 128M 0s 193400K .......... .......... .......... .......... .......... 92% 114M 0s 193450K .......... .......... .......... .......... .......... 92% 104M 0s 193500K .......... .......... .......... .......... .......... 92% 96.4M 0s 193550K .......... .......... .......... .......... .......... 92% 96.9M 0s 193600K .......... .......... .......... .......... .......... 92% 106M 0s 193650K .......... .......... .......... .......... .......... 92% 107M 0s 193700K .......... .......... .......... .......... .......... 92% 125M 0s 193750K .......... .......... .......... .......... .......... 92% 97.1M 0s 193800K .......... .......... .......... .......... .......... 92% 125M 0s 193850K .......... .......... .......... .......... .......... 93% 110M 0s 193900K .......... .......... .......... .......... .......... 93% 104M 0s 193950K .......... .......... .......... .......... .......... 93% 118M 0s 194000K .......... .......... .......... .......... .......... 93% 102M 0s 194050K .......... .......... .......... .......... .......... 93% 119M 0s 194100K .......... .......... .......... .......... .......... 93% 89.6M 0s 194150K .......... .......... .......... .......... .......... 93% 112M 0s 194200K .......... .......... .......... .......... .......... 93% 112M 0s 194250K .......... .......... .......... .......... .......... 93% 102M 0s 194300K .......... .......... .......... .......... .......... 93% 93.1M 0s 194350K .......... .......... .......... .......... .......... 93% 117M 0s 194400K .......... .......... .......... .......... .......... 93% 116M 0s 194450K .......... .......... .......... .......... .......... 93% 4.57M 0s 194500K .......... .......... .......... .......... .......... 93% 137M 0s 194550K .......... .......... .......... .......... .......... 93% 110M 0s 194600K .......... .......... .......... .......... .......... 93% 7.23M 0s 194650K .......... .......... .......... .......... .......... 93% 142M 0s 194700K .......... .......... .......... .......... .......... 93% 112M 0s 194750K .......... .......... .......... .......... .......... 93% 100M 0s 194800K .......... .......... .......... .......... .......... 93% 110M 0s 194850K .......... .......... .......... .......... .......... 93% 110M 0s 194900K .......... .......... .......... .......... .......... 93% 105M 0s 194950K .......... .......... .......... .......... .......... 93% 105M 0s 195000K .......... .......... .......... .......... .......... 93% 103M 0s 195050K .......... .......... .......... .......... .......... 93% 117M 0s 195100K .......... .......... .......... .......... .......... 93% 2.55M 0s 195150K .......... .......... .......... .......... .......... 93% 153M 0s 195200K .......... .......... .......... .......... .......... 93% 103M 0s 195250K .......... .......... .......... .......... .......... 93% 116M 0s 195300K .......... .......... .......... .......... .......... 93% 16.1M 0s 195350K .......... .......... .......... .......... .......... 93% 126M 0s 195400K .......... .......... .......... .......... .......... 93% 97.8M 0s 195450K .......... .......... .......... .......... .......... 93% 112M 0s 195500K .......... .......... .......... .......... .......... 93% 111M 0s 195550K .......... .......... .......... .......... .......... 93% 106M 0s 195600K .......... .......... .......... .......... .......... 93% 105M 0s 195650K .......... .......... .......... .......... .......... 93% 115M 0s 195700K .......... .......... .......... .......... .......... 93% 103M 0s 195750K .......... .......... .......... .......... .......... 93% 114M 0s 195800K .......... .......... .......... .......... .......... 93% 99.7M 0s 195850K .......... .......... .......... .......... .......... 93% 123M 0s 195900K .......... .......... .......... .......... .......... 93% 102M 0s 195950K .......... .......... .......... .......... .......... 94% 115M 0s 196000K .......... .......... .......... .......... .......... 94% 101M 0s 196050K .......... .......... .......... .......... .......... 94% 115M 0s 196100K .......... .......... .......... .......... .......... 94% 106M 0s 196150K .......... .......... .......... .......... .......... 94% 113M 0s 196200K .......... .......... .......... .......... .......... 94% 117M 0s 196250K .......... .......... .......... .......... .......... 94% 103M 0s 196300K .......... .......... .......... .......... .......... 94% 102M 0s 196350K .......... .......... .......... .......... .......... 94% 111M 0s 196400K .......... .......... .......... .......... .......... 94% 117M 0s 196450K .......... .......... .......... .......... .......... 94% 105M 0s 196500K .......... .......... .......... .......... .......... 94% 113M 0s 196550K .......... .......... .......... .......... .......... 94% 102M 0s 196600K .......... .......... .......... .......... .......... 94% 120M 0s 196650K .......... .......... .......... .......... .......... 94% 96.6M 0s 196700K .......... .......... .......... .......... .......... 94% 94.5M 0s 196750K .......... .......... .......... .......... .......... 94% 132M 0s 196800K .......... .......... .......... .......... .......... 94% 110M 0s 196850K .......... .......... .......... .......... .......... 94% 108M 0s 196900K .......... .......... .......... .......... .......... 94% 115M 0s 196950K .......... .......... .......... .......... .......... 94% 100M 0s 197000K .......... .......... .......... .......... .......... 94% 122M 0s 197050K .......... .......... .......... .......... .......... 94% 93.8M 0s 197100K .......... .......... .......... .......... .......... 94% 103M 0s 197150K .......... .......... .......... .......... .......... 94% 114M 0s 197200K .......... .......... .......... .......... .......... 94% 99.3M 0s 197250K .......... .......... .......... .......... .......... 94% 98.7M 0s 197300K .......... .......... .......... .......... .......... 94% 126M 0s 197350K .......... .......... .......... .......... .......... 94% 108M 0s 197400K .......... .......... .......... .......... .......... 94% 104M 0s 197450K .......... .......... .......... .......... .......... 94% 116M 0s 197500K .......... .......... .......... .......... .......... 94% 99.1M 0s 197550K .......... .......... .......... .......... .......... 94% 101M 0s 197600K .......... .......... .......... .......... .......... 94% 111M 0s 197650K .......... .......... .......... .......... .......... 94% 118M 0s 197700K .......... .......... .......... .......... .......... 94% 103M 0s 197750K .......... .......... .......... .......... .......... 94% 114M 0s 197800K .......... .......... .......... .......... .......... 94% 102M 0s 197850K .......... .......... .......... .......... .......... 94% 97.4M 0s 197900K .......... .......... .......... .......... .......... 94% 119M 0s 197950K .......... .......... .......... .......... .......... 94% 100M 0s 198000K .......... .......... .......... .......... .......... 94% 119M 0s 198050K .......... .......... .......... .......... .......... 95% 97.2M 0s 198100K .......... .......... .......... .......... .......... 95% 112M 0s 198150K .......... .......... .......... .......... .......... 95% 108M 0s 198200K .......... .......... .......... .......... .......... 95% 118M 0s 198250K .......... .......... .......... .......... .......... 95% 119M 0s 198300K .......... .......... .......... .......... .......... 95% 98.6M 0s 198350K .......... .......... .......... .......... .......... 95% 115M 0s 198400K .......... .......... .......... .......... .......... 95% 106M 0s 198450K .......... .......... .......... .......... .......... 95% 102M 0s 198500K .......... .......... .......... .......... .......... 95% 101M 0s 198550K .......... .......... .......... .......... .......... 95% 132M 0s 198600K .......... .......... .......... .......... .......... 95% 101M 0s 198650K .......... .......... .......... .......... .......... 95% 117M 0s 198700K .......... .......... .......... .......... .......... 95% 105M 0s 198750K .......... .......... .......... .......... .......... 95% 109M 0s 198800K .......... .......... .......... .......... .......... 95% 110M 0s 198850K .......... .......... .......... .......... .......... 95% 108M 0s 198900K .......... .......... .......... .......... .......... 95% 102M 0s 198950K .......... .......... .......... .......... .......... 95% 101M 0s 199000K .......... .......... .......... .......... .......... 95% 120M 0s 199050K .......... .......... .......... .......... .......... 95% 97.4M 0s 199100K .......... .......... .......... .......... .......... 95% 4.19M 0s 199150K .......... .......... .......... .......... .......... 95% 140M 0s 199200K .......... .......... .......... .......... .......... 95% 95.1M 0s 199250K .......... .......... .......... .......... .......... 95% 119M 0s 199300K .......... .......... .......... .......... .......... 95% 95.7M 0s 199350K .......... .......... .......... .......... .......... 95% 118M 0s 199400K .......... .......... .......... .......... .......... 95% 109M 0s 199450K .......... .......... .......... .......... .......... 95% 108M 0s 199500K .......... .......... .......... .......... .......... 95% 97.4M 0s 199550K .......... .......... .......... .......... .......... 95% 116M 0s 199600K .......... .......... .......... .......... .......... 95% 120M 0s 199650K .......... .......... .......... .......... .......... 95% 102M 0s 199700K .......... .......... .......... .......... .......... 95% 103M 0s 199750K .......... .......... .......... .......... .......... 95% 114M 0s 199800K .......... .......... .......... .......... .......... 95% 105M 0s 199850K .......... .......... .......... .......... .......... 95% 108M 0s 199900K .......... .......... .......... .......... .......... 95% 99.5M 0s 199950K .......... .......... .......... .......... .......... 95% 100M 0s 200000K .......... .......... .......... .......... .......... 95% 117M 0s 200050K .......... .......... .......... .......... .......... 95% 117M 0s 200100K .......... .......... .......... .......... .......... 96% 102M 0s 200150K .......... .......... .......... .......... .......... 96% 121M 0s 200200K .......... .......... .......... .......... .......... 96% 97.8M 0s 200250K .......... .......... .......... .......... .......... 96% 120M 0s 200300K .......... .......... .......... .......... .......... 96% 99.8M 0s 200350K .......... .......... .......... .......... .......... 96% 120M 0s 200400K .......... .......... .......... .......... .......... 96% 104M 0s 200450K .......... .......... .......... .......... .......... 96% 5.95M 0s 200500K .......... .......... .......... .......... .......... 96% 114M 0s 200550K .......... .......... .......... .......... .......... 96% 448K 0s 200600K .......... .......... .......... .......... .......... 96% 41.4M 0s 200650K .......... .......... .......... .......... .......... 96% 99.1M 0s 200700K .......... .......... .......... .......... .......... 96% 99.8M 0s 200750K .......... .......... .......... .......... .......... 96% 103M 0s 200800K .......... .......... .......... .......... .......... 96% 97.4M 0s 200850K .......... .......... .......... .......... .......... 96% 116M 0s 200900K .......... .......... .......... .......... .......... 96% 103M 0s 200950K .......... .......... .......... .......... .......... 96% 114M 0s 201000K .......... .......... .......... .......... .......... 96% 108M 0s 201050K .......... .......... .......... .......... .......... 96% 115M 0s 201100K .......... .......... .......... .......... .......... 96% 99.2M 0s 201150K .......... .......... .......... .......... .......... 96% 100M 0s 201200K .......... .......... .......... .......... .......... 96% 112M 0s 201250K .......... .......... .......... .......... .......... 96% 101M 0s 201300K .......... .......... .......... .......... .......... 96% 52.9M 0s 201350K .......... .......... .......... .......... .......... 96% 119M 0s 201400K .......... .......... .......... .......... .......... 96% 2.30M 0s 201450K .......... .......... .......... .......... .......... 96% 125M 0s 201500K .......... .......... .......... .......... .......... 96% 98.7M 0s 201550K .......... .......... .......... .......... .......... 96% 117M 0s 201600K .......... .......... .......... .......... .......... 96% 101M 0s 201650K .......... .......... .......... .......... .......... 96% 115M 0s 201700K .......... .......... .......... .......... .......... 96% 106M 0s 201750K .......... .......... .......... .......... .......... 96% 110M 0s 201800K .......... .......... .......... .......... .......... 96% 112M 0s 201850K .......... .......... .......... .......... .......... 96% 106M 0s 201900K .......... .......... .......... .......... .......... 96% 116M 0s 201950K .......... .......... .......... .......... .......... 96% 101M 0s 202000K .......... .......... .......... .......... .......... 96% 120M 0s 202050K .......... .......... .......... .......... .......... 96% 121M 0s 202100K .......... .......... .......... .......... .......... 96% 97.4M 0s 202150K .......... .......... .......... .......... .......... 96% 122M 0s 202200K .......... .......... .......... .......... .......... 97% 102M 0s 202250K .......... .......... .......... .......... .......... 97% 120M 0s 202300K .......... .......... .......... .......... .......... 97% 116M 0s 202350K .......... .......... .......... .......... .......... 97% 99.6M 0s 202400K .......... .......... .......... .......... .......... 97% 118M 0s 202450K .......... .......... .......... .......... .......... 97% 105M 0s 202500K .......... .......... .......... .......... .......... 97% 116M 0s 202550K .......... .......... .......... .......... .......... 97% 102M 0s 202600K .......... .......... .......... .......... .......... 97% 114M 0s 202650K .......... .......... .......... .......... .......... 97% 123M 0s 202700K .......... .......... .......... .......... .......... 97% 100M 0s 202750K .......... .......... .......... .......... .......... 97% 122M 0s 202800K .......... .......... .......... .......... .......... 97% 97.2M 0s 202850K .......... .......... .......... .......... .......... 97% 122M 0s 202900K .......... .......... .......... .......... .......... 97% 99.9M 0s 202950K .......... .......... .......... .......... .......... 97% 121M 0s 203000K .......... .......... .......... .......... .......... 97% 99.1M 0s 203050K .......... .......... .......... .......... .......... 97% 120M 0s 203100K .......... .......... .......... .......... .......... 97% 116M 0s 203150K .......... .......... .......... .......... .......... 97% 103M 0s 203200K .......... .......... .......... .......... .......... 97% 113M 0s 203250K .......... .......... .......... .......... .......... 97% 116M 0s 203300K .......... .......... .......... .......... .......... 97% 108M 0s 203350K .......... .......... .......... .......... .......... 97% 6.17M 0s 203400K .......... .......... .......... .......... .......... 97% 137M 0s 203450K .......... .......... .......... .......... .......... 97% 100M 0s 203500K .......... .......... .......... .......... .......... 97% 7.80M 0s 203550K .......... .......... .......... .......... .......... 97% 141M 0s 203600K .......... .......... .......... .......... .......... 97% 96.9M 0s 203650K .......... .......... .......... .......... .......... 97% 125M 0s 203700K .......... .......... .......... .......... .......... 97% 107M 0s 203750K .......... .......... .......... .......... .......... 97% 104M 0s 203800K .......... .......... .......... .......... .......... 97% 114M 0s 203850K .......... .......... .......... .......... .......... 97% 103M 0s 203900K .......... .......... .......... .......... .......... 97% 104M 0s 203950K .......... .......... .......... .......... .......... 97% 99.5M 0s 204000K .......... .......... .......... .......... .......... 97% 119M 0s 204050K .......... .......... .......... .......... .......... 97% 117M 0s 204100K .......... .......... .......... .......... .......... 97% 100M 0s 204150K .......... .......... .......... .......... .......... 97% 121M 0s 204200K .......... .......... .......... .......... .......... 97% 102M 0s 204250K .......... .......... .......... .......... .......... 97% 121M 0s 204300K .......... .......... .......... .......... .......... 98% 56.0M 0s 204350K .......... .......... .......... .......... .......... 98% 95.7M 0s 204400K .......... .......... .......... .......... .......... 98% 92.6M 0s 204450K .......... .......... .......... .......... .......... 98% 121M 0s 204500K .......... .......... .......... .......... .......... 98% 120M 0s 204550K .......... .......... .......... .......... .......... 98% 81.1M 0s 204600K .......... .......... .......... .......... .......... 98% 95.2M 0s 204650K .......... .......... .......... .......... .......... 98% 112M 0s 204700K .......... .......... .......... .......... .......... 98% 75.3M 0s 204750K .......... .......... .......... .......... .......... 98% 81.7M 0s 204800K .......... .......... .......... .......... .......... 98% 119M 0s 204850K .......... .......... .......... .......... .......... 98% 96.0M 0s 204900K .......... .......... .......... .......... .......... 98% 95.1M 0s 204950K .......... .......... .......... .......... .......... 98% 95.7M 0s 205000K .......... .......... .......... .......... .......... 98% 85.8M 0s 205050K .......... .......... .......... .......... .......... 98% 101M 0s 205100K .......... .......... .......... .......... .......... 98% 95.4M 0s 205150K .......... .......... .......... .......... .......... 98% 95.8M 0s 205200K .......... .......... .......... .......... .......... 98% 89.2M 0s 205250K .......... .......... .......... .......... .......... 98% 99.4M 0s 205300K .......... .......... .......... .......... .......... 98% 6.29M 0s 205350K .......... .......... .......... .......... .......... 98% 145M 0s 205400K .......... .......... .......... .......... .......... 98% 115M 0s 205450K .......... .......... .......... .......... .......... 98% 108M 0s 205500K .......... .......... .......... .......... .......... 98% 107M 0s 205550K .......... .......... .......... .......... .......... 98% 102M 0s 205600K .......... .......... .......... .......... .......... 98% 122M 0s 205650K .......... .......... .......... .......... .......... 98% 100M 0s 205700K .......... .......... .......... .......... .......... 98% 113M 0s 205750K .......... .......... .......... .......... .......... 98% 108M 0s 205800K .......... .......... .......... .......... .......... 98% 63.1M 0s 205850K .......... .......... .......... .......... .......... 98% 113M 0s 205900K .......... .......... .......... .......... .......... 98% 103M 0s 205950K .......... .......... .......... .......... .......... 98% 116M 0s 206000K .......... .......... .......... .......... .......... 98% 96.3M 0s 206050K .......... .......... .......... .......... .......... 98% 120M 0s 206100K .......... .......... .......... .......... .......... 98% 106M 0s 206150K .......... .......... .......... .......... .......... 98% 105M 0s 206200K .......... .......... .......... .......... .......... 98% 118M 0s 206250K .......... .......... .......... .......... .......... 98% 105M 0s 206300K .......... .......... .......... .......... .......... 98% 107M 0s 206350K .......... .......... .......... .......... .......... 98% 127M 0s 206400K .......... .......... .......... .......... .......... 99% 97.4M 0s 206450K .......... .......... .......... .......... .......... 99% 132M 0s 206500K .......... .......... .......... .......... .......... 99% 98.2M 0s 206550K .......... .......... .......... .......... .......... 99% 118M 0s 206600K .......... .......... .......... .......... .......... 99% 103M 0s 206650K .......... .......... .......... .......... .......... 99% 115M 0s 206700K .......... .......... .......... .......... .......... 99% 102M 0s 206750K .......... .......... .......... .......... .......... 99% 117M 0s 206800K .......... .......... .......... .......... .......... 99% 112M 0s 206850K .......... .......... .......... .......... .......... 99% 6.09M 0s 206900K .......... .......... .......... .......... .......... 99% 97.1M 0s 206950K .......... .......... .......... .......... .......... 99% 156M 0s 207000K .......... .......... .......... .......... .......... 99% 100M 0s 207050K .......... .......... .......... .......... .......... 99% 117M 0s 207100K .......... .......... .......... .......... .......... 99% 102M 0s 207150K .......... .......... .......... .......... .......... 99% 113M 0s 207200K .......... .......... .......... .......... .......... 99% 116M 0s 207250K .......... .......... .......... .......... .......... 99% 104M 0s 207300K .......... .......... .......... .......... .......... 99% 114M 0s 207350K .......... .......... .......... .......... .......... 99% 102M 0s 207400K .......... .......... .......... .......... .......... 99% 119M 0s 207450K .......... .......... .......... .......... .......... 99% 98.7M 0s 207500K .......... .......... .......... .......... .......... 99% 121M 0s 207550K .......... .......... .......... .......... .......... 99% 95.0M 0s 207600K .......... .......... .......... .......... .......... 99% 123M 0s 207650K .......... .......... .......... .......... .......... 99% 102M 0s 207700K .......... .......... .......... .......... .......... 99% 116M 0s 207750K .......... .......... .......... .......... .......... 99% 123M 0s 207800K .......... .......... .......... .......... .......... 99% 96.6M 0s 207850K .......... .......... .......... .......... .......... 99% 124M 0s 207900K .......... .......... .......... .......... .......... 99% 101M 0s 207950K .......... .......... .......... .......... .......... 99% 119M 0s 208000K .......... .......... .......... .......... .......... 99% 99.8M 0s 208050K .......... .......... .......... .......... .......... 99% 117M 0s 208100K .......... .......... .......... .......... .......... 99% 106M 0s 208150K .......... .......... .......... .......... .......... 99% 3.05M 0s 208200K .......... .......... .......... .......... .......... 99% 128M 0s 208250K .......... .......... .......... .......... .......... 99% 115M 0s 208300K .......... .......... .......... .......... .......... 99% 116M 0s 208350K .......... .......... .......... .......... .......... 99% 100M 0s 208400K .......... .......... .......... .......... .......... 99% 119M 0s 208450K .......... .......... .......... ...... 100% 111M=5.2s 2021-12-16 04:58:38 (39.1 MB/s) - '/home/jenkins/extension.lib.external/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz' saved [213490446/213490446] --2021-12-16 04:58:38-- https://archive.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org (archive.apache.org)|138.201.131.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9063587 (8.6M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0-bin.tar.gz' 0K .......... .......... .......... .......... .......... 0% 59.1K 2m29s 50K .......... .......... .......... .......... .......... 1% 56.5K 2m31s 100K .......... .......... .......... .......... .......... 1% 32.9K 3m8s 150K .......... .......... .......... .......... .......... 2% 27.8K 3m38s 200K .......... .......... .......... .......... .......... 2% 27.9K 3m55s 250K .......... .......... .......... .......... .......... 3% 29.4K 4m4s 300K .......... .......... .......... .......... .......... 3% 59.5K 3m48s 350K .......... .......... .......... .......... .......... 4% 52.3K 3m38s 400K .......... .......... .......... .......... .......... 5% 63.6K 3m28s 450K .......... .......... .......... .......... .......... 5% 93.9K 3m15s 500K .......... .......... .......... .......... .......... 6% 78.6K 3m6s 550K .......... .......... .......... .......... .......... 6% 63.6K 3m0s 600K .......... .......... .......... .......... .......... 7% 32.1K 3m5s 650K .......... .......... .......... .......... .......... 7% 52.4K 3m2s 700K .......... .......... .......... .......... .......... 8% 57.8K 2m58s 750K .......... .......... .......... .......... .......... 9% 45.3K 2m57s 800K .......... .......... .......... .......... .......... 9% 44.7K 2m56s 850K .......... .......... .......... .......... .......... 10% 52.4K 2m53s 900K .......... .......... .......... .......... .......... 10% 58.7K 2m50s 950K .......... .......... .......... .......... .......... 11% 36.9K 2m51s 1000K .......... .......... .......... .......... .......... 11% 63.9K 2m48s 1050K .......... .......... .......... .......... .......... 12% 66.1K 2m45s 1100K .......... .......... .......... .......... .......... 12% 56.2K 2m43s 1150K .......... .......... .......... .......... .......... 13% 36.0K 2m44s 1200K .......... .......... .......... .......... .......... 14% 18.4K 2m53s 1250K .......... .......... .......... .......... .......... 14% 19.8K 2m59s 1300K .......... .......... .......... .......... .......... 15% 29.5K 3m1s 1350K .......... .......... .......... .......... .......... 15% 39.1K 3m0s 1400K .......... .......... .......... .......... .......... 16% 25.9K 3m3s 1450K .......... .......... .......... .......... .......... 16% 31.0K 3m3s 1500K .......... .......... .......... .......... .......... 17% 40.9K 3m2s 1550K .......... .......... .......... .......... .......... 18% 53.1K 2m59s 1600K .......... .......... .......... .......... .......... 18% 28.7K 3m0s 1650K .......... .......... .......... .......... .......... 19% 29.0K 3m1s 1700K .......... .......... .......... .......... .......... 19% 31.9K 3m1s 1750K .......... .......... .......... .......... .......... 20% 58.9K 2m58s 1800K .......... .......... .......... .......... .......... 20% 27.9K 2m59s 1850K .......... .......... .......... .......... .......... 21% 30.8K 2m59s 1900K .......... .......... .......... .......... .......... 22% 28.4K 2m59s 1950K .......... .......... .......... .......... .......... 22% 18.7K 3m3s 2000K .......... .......... .......... .......... .......... 23% 33.9K 3m2s 2050K .......... .......... .......... .......... .......... 23% 42.7K 3m0s 2100K .......... .......... .......... .......... .......... 24% 38.0K 2m59s 2150K .......... .......... .......... .......... .......... 24% 28.6K 2m58s 2200K .......... .......... .......... .......... .......... 25% 33.8K 2m57s 2250K .......... .......... .......... .......... .......... 25% 53.0K 2m55s 2300K .......... .......... .......... .......... .......... 26% 73.9K 2m52s 2350K .......... .......... .......... .......... .......... 27% 78.7K 2m49s 2400K .......... .......... .......... .......... .......... 27% 26.7K 2m49s 2450K .......... .......... .......... .......... .......... 28% 47.6K 2m47s 2500K .......... .......... .......... .......... .......... 28% 77.3K 2m44s 2550K .......... .......... .......... .......... .......... 29% 63.9K 2m41s 2600K .......... .......... .......... .......... .......... 29% 28.8K 2m41s 2650K .......... .......... .......... .......... .......... 30% 39.2K 2m40s 2700K .......... .......... .......... .......... .......... 31% 33.5K 2m39s 2750K .......... .......... .......... .......... .......... 31% 52.4K 2m37s 2800K .......... .......... .......... .......... .......... 32% 43.5K 2m35s 2850K .......... .......... .......... .......... .......... 32% 62.3K 2m33s 2900K .......... .......... .......... .......... .......... 33% 56.3K 2m31s 2950K .......... .......... .......... .......... .......... 33% 69.1K 2m28s 3000K .......... .......... .......... .......... .......... 34% 43.4K 2m27s 3050K .......... .......... .......... .......... .......... 35% 35.1K 2m26s 3100K .......... .......... .......... .......... .......... 35% 77.5K 2m24s 3150K .......... .......... .......... .......... .......... 36% 68.3K 2m21s 3200K .......... .......... .......... .......... .......... 36% 41.6K 2m20s 3250K .......... .......... .......... .......... .......... 37% 37.0K 2m19s 3300K .......... .......... .......... .......... .......... 37% 26.6K 2m19s 3350K .......... .......... .......... .......... .......... 38% 39.2K 2m18s 3400K .......... .......... .......... .......... .......... 38% 40.3K 2m16s 3450K .......... .......... .......... .......... .......... 39% 58.8K 2m14s 3500K .......... .......... .......... .......... .......... 40% 26.6K 2m14s 3550K .......... .......... .......... .......... .......... 40% 24.6K 2m14s 3600K .......... .......... .......... .......... .......... 41% 23.8K 2m14s 3650K .......... .......... .......... .......... .......... 41% 60.8K 2m12s 3700K .......... .......... .......... .......... .......... 42% 61.7K 2m10s 3750K .......... .......... .......... .......... .......... 42% 87.6K 2m8s 3800K .......... .......... .......... .......... .......... 43% 52.6K 2m6s 3850K .......... .......... .......... .......... .......... 44% 42.9K 2m5s 3900K .......... .......... .......... .......... .......... 44% 44.3K 2m3s 3950K .......... .......... .......... .......... .......... 45% 64.2K 2m1s 4000K .......... .......... .......... .......... .......... 45% 36.8K 2m0s 4050K .......... .......... .......... .......... .......... 46% 72.9K 1m58s 4100K .......... .......... .......... .......... .......... 46% 50.4K 1m57s 4150K .......... .......... .......... .......... .......... 47% 34.5K 1m56s 4200K .......... .......... .......... .......... .......... 48% 31.5K 1m55s 4250K .......... .......... .......... .......... .......... 48% 35.3K 1m54s 4300K .......... .......... .......... .......... .......... 49% 50.1K 1m52s 4350K .......... .......... .......... .......... .......... 49% 28.6K 1m52s 4400K .......... .......... .......... .......... .......... 50% 30.0K 1m51s 4450K .......... .......... .......... .......... .......... 50% 25.2K 1m50s 4500K .......... .......... .......... .......... .......... 51% 28.4K 1m49s 4550K .......... .......... .......... .......... .......... 51% 47.1K 1m48s 4600K .......... .......... .......... .......... .......... 52% 51.8K 1m46s 4650K .......... .......... .......... .......... .......... 53% 67.2K 1m45s 4700K .......... .......... .......... .......... .......... 53% 33.8K 1m44s 4750K .......... .......... .......... .......... .......... 54% 63.7K 1m42s 4800K .......... .......... .......... .......... .......... 54% 35.3K 1m41s 4850K .......... .......... .......... .......... .......... 55% 21.2K 1m40s 4900K .......... .......... .......... .......... .......... 55% 49.8K 99s 4950K .......... .......... .......... .......... .......... 56% 40.3K 98s 5000K .......... .......... .......... .......... .......... 57% 52.7K 96s 5050K .......... .......... .......... .......... .......... 57% 39.1K 95s 5100K .......... .......... .......... .......... .......... 58% 42.7K 94s 5150K .......... .......... .......... .......... .......... 58% 36.7K 92s 5200K .......... .......... .......... .......... .......... 59% 46.7K 91s 5250K .......... .......... .......... .......... .......... 59% 94.1K 89s 5300K .......... .......... .......... .......... .......... 60% 78.5K 88s 5350K .......... .......... .......... .......... .......... 61% 59.1K 86s 5400K .......... .......... .......... .......... .......... 61% 41.3K 85s 5450K .......... .......... .......... .......... .......... 62% 50.1K 83s 5500K .......... .......... .......... .......... .......... 62% 59.4K 82s 5550K .......... .......... .......... .......... .......... 63% 67.2K 80s 5600K .......... .......... .......... .......... .......... 63% 35.1K 79s 5650K .......... .......... .......... .......... .......... 64% 47.7K 78s 5700K .......... .......... .......... .......... .......... 64% 28.9K 77s 5750K .......... .......... .......... .......... .......... 65% 27.2K 76s 5800K .......... .......... .......... .......... .......... 66% 20.2K 75s 5850K .......... .......... .......... .......... .......... 66% 50.3K 74s 5900K .......... .......... .......... .......... .......... 67% 67.7K 73s 5950K .......... .......... .......... .......... .......... 67% 54.2K 71s 6000K .......... .......... .......... .......... .......... 68% 20.5K 70s 6050K .......... .......... .......... .......... .......... 68% 42.8K 69s 6100K .......... .......... .......... .......... .......... 69% 42.3K 68s 6150K .......... .......... .......... .......... .......... 70% 29.4K 67s 6200K .......... .......... .......... .......... .......... 70% 27.1K 66s 6250K .......... .......... .......... .......... .......... 71% 59.2K 64s 6300K .......... .......... .......... .......... .......... 71% 34.1K 63s 6350K .......... .......... .......... .......... .......... 72% 29.8K 62s 6400K .......... .......... .......... .......... .......... 72% 28.1K 61s 6450K .......... .......... .......... .......... .......... 73% 47.3K 60s 6500K .......... .......... .......... .......... .......... 74% 67.6K 58s 6550K .......... .......... .......... .......... .......... 74% 67.4K 57s 6600K .......... .......... .......... .......... .......... 75% 78.5K 55s 6650K .......... .......... .......... .......... .......... 75% 74.2K 54s 6700K .......... .......... .......... .......... .......... 76% 33.2K 53s 6750K .......... .......... .......... .......... .......... 76% 38.2K 51s 6800K .......... .......... .......... .......... .......... 77% 32.5K 50s 6850K .......... .......... .......... .......... .......... 77% 59.1K 49s 6900K .......... .......... .......... .......... .......... 78% 39.6K 48s 6950K .......... .......... .......... .......... .......... 79% 34.5K 46s 7000K .......... .......... .......... .......... .......... 79% 39.2K 45s 7050K .......... .......... .......... .......... .......... 80% 50.6K 44s 7100K .......... .......... .......... .......... .......... 80% 53.1K 43s 7150K .......... .......... .......... .......... .......... 81% 24.6K 41s 7200K .......... .......... .......... .......... .......... 81% 34.8K 40s 7250K .......... .......... .......... .......... .......... 82% 34.4K 39s 7300K .......... .......... .......... .......... .......... 83% 35.3K 38s 7350K .......... .......... .......... .......... .......... 83% 36.6K 37s 7400K .......... .......... .......... .......... .......... 84% 47.1K 35s 7450K .......... .......... .......... .......... .......... 84% 63.7K 34s 7500K .......... .......... .......... .......... .......... 85% 62.1K 33s 7550K .......... .......... .......... .......... .......... 85% 74.5K 31s 7600K .......... .......... .......... .......... .......... 86% 42.2K 30s 7650K .......... .......... .......... .......... .......... 86% 33.2K 29s 7700K .......... .......... .......... .......... .......... 87% 26.1K 28s 7750K .......... .......... .......... .......... .......... 88% 39.8K 26s 7800K .......... .......... .......... .......... .......... 88% 77.5K 25s 7850K .......... .......... .......... .......... .......... 89% 78.8K 24s 7900K .......... .......... .......... .......... .......... 89% 78.5K 22s 7950K .......... .......... .......... .......... .......... 90% 88.4K 21s 8000K .......... .......... .......... .......... .......... 90% 30.9K 20s 8050K .......... .......... .......... .......... .......... 91% 46.5K 19s 8100K .......... .......... .......... .......... .......... 92% 35.2K 17s 8150K .......... .......... .......... .......... .......... 92% 59.1K 16s 8200K .......... .......... .......... .......... .......... 93% 78.9K 15s 8250K .......... .......... .......... .......... .......... 93% 78.7K 14s 8300K .......... .......... .......... .......... .......... 94% 36.8K 12s 8350K .......... .......... .......... .......... .......... 94% 31.3K 11s 8400K .......... .......... .......... .......... .......... 95% 31.0K 10s 8450K .......... .......... .......... .......... .......... 96% 63.2K 9s 8500K .......... .......... .......... .......... .......... 96% 25.2K 7s 8550K .......... .......... .......... .......... .......... 97% 38.1K 6s 8600K .......... .......... .......... .......... .......... 97% 31.6K 5s 8650K .......... .......... .......... .......... .......... 98% 37.4K 4s 8700K .......... .......... .......... .......... .......... 98% 41.8K 3s 8750K .......... .......... .......... .......... .......... 99% 42.7K 1s 8800K .......... .......... .......... .......... .......... 99% 34.1K 0s 8850K . 100% 2211G=3m40s 2021-12-16 05:02:18 (40.3 KB/s) - '/home/jenkins/extension.lib.external/apache-maven-3.6.0-bin.tar.gz' saved [9063587/9063587] hudson.workspace=/home/jenkins/agent/workspace/eclipselink-nightly-2.6 [Pipeline] } Executing sh script inside container el-build of pod el-master-agent-pod-7hd87-hngvf Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 23 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sshagent FATAL: [ssh-agent] Could not find specified credentials [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container el-build of pod el-master-agent-pod-7hd87-hngvf Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-zhVjCNINWl0O/agent.396; export SSH_AUTH_SOCK; SSH_AGENT_PID=397; export SSH_AGENT_PID; echo Agent pid 397; SSH_AUTH_SOCK=/tmp/ssh-zhVjCNINWl0O/agent.396 SSH_AGENT_PID=397 [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- [16.12.2021 05:02:25] -[ Starting MySQL Database ]------------------------------ [16.12.2021 05:02:25] --[ Waiting for MySQL Database to come up ]--------------- . done Buildfile: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/autobuild.xml [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' set-defaults: [echo] [echo] git.exec ='/usr/bin/git' [echo] build.deps.dir = '/home/jenkins/extension.lib.external' [echo] build.tool.root = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.6' get-git-hash: pre-init: [echo] 'M2_HOME' set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] ANT_ARGS='${env.ANT_ARGS}' [echo] ANT_OPTS='${env.ANT_OPTS}' [echo] [echo] env.JAVA_HOME = '/usr/lib/jvm/java' [echo] env.ANT_HOME = '${env.ANT_HOME}' [echo] env.JUNIT_HOME = '${env.JUNIT_HOME}' [echo] env.MAVENANT_DIR= '${env.MAVENANT_DIR}' [echo] env.PATH = '${env.PATH}' [echo] env.CLASSPATH = '${env.CLASSPATH}' [echo] env.GIT_EXEC = '${env.GIT_EXEC}' [echo] env.TARGET = '${env.TARGET}' [echo] [echo] java.version ='1.8.0_252' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='5.12.7-300.fc34.x86_64' [echo] [echo] builddate.buildtime='20211216.0502' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20211216-9bb6b7fbe3' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] common-init: [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.6' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] [echo] git.exec ='/usr/bin/git' [echo] [echo] EL version ='2.6.10' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.6.10.v20211216-9bb6b7fbe3' [echo] build.number ='20211216' [echo] git.hash ='9bb6b7fbe3' [echo] [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' [echo] db.driver ='com.mysql.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost/ecltest?useSSL=false' [echo] db.user ='root' [echo] db.pwd = ********** [echo] db.platform ='org.eclipse.persistence.platform.database.MySQLPlatform' init: clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' check-maven: [echo] Maven install (M2_HOME) set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' set-compdeps: [echo] Compdeps Settings: [echo] Whether to use a local compdeps p2 repo: [echo] local.compdeps: 'true' [echo] Whether a local p2epo needs generating (only true if using local and repo not found): [echo] generate.compdeps: 'true' generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='compdeps' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../..' [echo] compdeps.2.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../features/common' [echo] compdeps.2.common.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins' [echo] compdeps.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins' [echo] compdeps.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins' [echo] compdeps.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins' [echo] compdeps.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../buildsystem' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] compdeps.version ='1.0.4' [echo] compdeps.qualifier ='v202112160502' [echo] compdeps.version.string ='1.0.4.v202112160502' [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] --- [echo] eclipse.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='${p2.publisher.jar}' [echo] p2.launcher.jar ='${p2.launcher.jar}' [echo] p2.artifact.jar ='${p2.artifact.jar}' [echo] --- [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins' [echo] --- [echo] compdeps.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Compdeps Artifacts"' clean: resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins... [say] javax.xml.bind.version = '2.2.12.v201410011542' [say] sun.tools.xjc.version = '2.2.11.v201407311112' [say] sun.xml.bind.version = '2.2.11.v201407311112' [say] jersey.version = '1.8.0.201204181614' [say] ejb.version = '3.1.0.v201205171433' [say] jms.version = '1.1.0.v200906010428' [say] resource.version = '1.6.0.v201204270900' [say] transaction.version = '1.1.0.v201002051055' [say] servlet.version = '2.4.0.v200806031604' [say] xml.soap.version = '1.3.0.v200906010428' [say] antlr.version = '3.5.2.v202005201612' [say] asm.version = '6.2.0.v201808041654' [say] validation.version = '1.1.0.v201304101302' [say] json.version = '1.0.4.v201311181159' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins... [say] persistence.version = '2.1.1.v201509150925' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins... [say] sdo.version = '2.1.1.v201112051852' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins... [say] oracleddl.version = '1.0.0.v20150306' [say] wsdl.version = '1.6.2.v201012040545' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features/org.eclipse.persistence.compdeps_1.0.4.v202112160502.jar build-feature: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.4.0.v20141117-0929.jar' populate-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins [copy] Copying 24 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins generate-p2-site: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo [echo] java.home ='/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre' [echo] ----- [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. test-p2-site: [echo] p2.director.jar ='org.eclipse.equinox.p2.director_*.jar' [echo] p2.director.destination ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.bundlepool ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.profile ='SDKProfile' [echo] p2.director.installIU ='org.eclipse.persistence.compdeps.feature.group' [echo] p2.director.action ='-verifyOnly' [echo] p2.director.eclipse.version ='luna' [echo] p2.director.eclipse.updateSite ='http://download.eclipse.org/releases/luna' [echo] p2.director.additionalArgs ='' [echo] Verifying EclipseLink Update Site with Compilation dependencies: 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [p2.director] Installing org.eclipse.persistence.compdeps.feature.group 1.0.4.v202112160502. [p2.director] Operation completed in 14462 ms. generate-p2: build: clean-runtime-checkedin: clean-core: [java] [INFO] Scanning for projects... [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.pom (2.1 kB at 6.7 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.21.0/tycho-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.21.0/tycho-0.21.0.pom (18 kB at 443 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.pom (4.7 kB at 179 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 1.3 MB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 3.1 MB/s) [java] [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 [java] [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 3.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 2.1 MB/s) [java] [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 [java] [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 243 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 628 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.2 MB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 1.1 MB/s) [java] [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 [java] [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 2.3 MB/s) [java] [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 [java] [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 157 kB/s) [java] [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 [java] [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 444 kB/s) [java] [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 [java] [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 70 kB/s) [java] [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 [java] [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 892 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 2.5 MB/s) [java] [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 [java] [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 136 kB/s) [java] [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 [java] [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 848 kB/s) [java] [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 [java] [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) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.7 MB/s) [java] [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 [java] [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.7 MB/s) [java] [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 [java] [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 321 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 2.8 MB/s) [java] [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 [java] [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 2.1 MB/s) [java] [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 [java] [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 482 kB/s) [java] [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 [java] [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 482 kB/s) [java] [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 [java] [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 572 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 1.3 MB/s) [java] [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 [java] [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 782 kB/s) [java] [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 [java] [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 869 kB/s) [java] [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 [java] [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 416 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 1.9 MB/s) [java] [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 [java] [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 2.7 MB/s) [java] [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 [java] [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 333 kB/s) [java] [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 [java] [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 4.2 MB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 1.4 MB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 2.8 MB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 562 kB/s) [java] [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 [java] [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 137 kB/s) [java] [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 [java] [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 418 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 1.9 MB/s) [java] [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 [java] [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 516 kB/s) [java] [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 [java] [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 616 kB/s) [java] [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 [java] [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 348 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 66 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.pom (2.2 kB at 85 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 218 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 3.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.pom (1.1 kB at 12 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.pom (1.8 kB at 25 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.21.0/sisu-equinox-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.21.0/sisu-equinox-0.21.0.pom (1.0 kB at 19 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.pom (1.0 kB at 20 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.pom (1.7 kB at 31 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.pom (1.3 kB at 17 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 570 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.pom (2.1 kB at 53 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.pom (1.1 kB at 20 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.21.0/tycho-bundles-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.21.0/tycho-bundles-0.21.0.pom (3.0 kB at 110 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.pom (1.0 kB at 11 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.pom (2.1 kB at 37 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.21.0/tycho-p2-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.21.0/tycho-p2-0.21.0.pom (1.1 kB at 28 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.pom (1.1 kB at 29 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.pom (1.1 kB at 15 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.jar [java] [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 [java] [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 [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.jar [java] [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 [java] [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.3 MB/s) [java] [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 [java] [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 944 kB/s) [java] [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 [java] [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 668 kB/s) [java] [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 [java] [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 3.2 MB/s) [java] [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 [java] [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 2.4 MB/s) [java] [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 [java] [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 753 kB/s) [java] [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 [java] [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 742 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.4 MB/s) [java] [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 [java] [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 6.8 MB/s) [java] [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 [java] [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 169 kB/s) [java] [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 [java] [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 894 kB/s) [java] [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 [java] [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 1.2 MB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.jar (5.4 kB at 58 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.6 MB/s) [java] [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 [java] [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 3.6 MB/s) [java] [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 [java] [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 212 kB/s) [java] [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 [java] [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 95 kB/s) [java] [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 [java] [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 337 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (230 kB at 1.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 808 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar (58 kB at 224 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.jar (177 kB at 596 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.jar [java] [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 668 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.jar [java] [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 139 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.jar [java] [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 183 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.jar (242 kB at 714 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 322 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.jar (31 kB at 88 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.jar (13 kB at 36 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.jar (3.1 kB at 8.7 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.jar (1.3 MB at 3.5 MB/s) [java] [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 [java] [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 11 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.jar (7.0 kB at 19 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.jar (8.7 kB at 23 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.jar (33 kB at 86 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.jar (32 kB at 79 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.jar (27 kB at 68 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.jar (20 kB at 45 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.21.0/tycho-bundles-external-0.21.0.zip [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.21.0/tycho-bundles-external-0.21.0.zip (6.8 MB at 18 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.21.0/org.eclipse.tycho.p2.resolver.impl-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.21.0/org.eclipse.tycho.p2.resolver.impl-0.21.0.jar (189 kB at 656 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.21.0/org.eclipse.tycho.p2.maven.repository-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.21.0/org.eclipse.tycho.p2.maven.repository-0.21.0.jar (136 kB at 4.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.21.0/org.eclipse.tycho.p2.tools.impl-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.21.0/org.eclipse.tycho.p2.tools.impl-0.21.0.jar (36 kB at 1.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.pom (2.6 kB at 89 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.jar (31 kB at 983 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.pom (1.7 kB at 41 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.jar (7.8 kB at 217 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.pom (2.7 kB at 106 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.jar (22 kB at 406 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 836 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 1.5 MB/s) [java] [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 [java] [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 8.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [java] [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 256 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 252 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 2.2 MB/s) [java] [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 [java] [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 2.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 3.7 MB/s) [java] [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 [java] [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 509 kB/s) [java] [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 [java] [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 3.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.pom (2.6 kB at 72 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 1.5 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.jar (116 kB at 489 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 99 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom (4.1 kB at 171 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 3.3 MB/s) [java] [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 [java] [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.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [java] [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 3.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar (30 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.pom (19 kB at 633 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom (27 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [java] [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 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.jar (133 kB at 2.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 1.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 4.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 12 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 425 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 4.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.pom (2.3 kB at 73 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.jar (27 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.pom (2.5 kB at 113 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 455 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 6.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [java] [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) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.pom (1.8 kB at 39 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.pom (2.0 kB at 71 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (5.5 kB at 392 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 3.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 9.0 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.jar (27 kB at 1.1 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.jar (321 kB at 6.7 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.jar (19 kB at 395 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 244 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 571 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 4.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 825 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 2.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 1.4 MB/s) [java] [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 [java] [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 6.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 25 MB/s) [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/p2repo [java] [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository [java] [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (0B of 173.22kB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/ (0B of 128B at 0B/s) [java] [INFO] Adding repository http://download.eclipse.org/releases/kepler [java] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/kepler/ (0B of 509B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201402280900/ (0B of 365B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/releases/kepler/201402280900/ (0B of 2.27MB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201309270900/ (0B of 365B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/releases/kepler/201309270900/ (0B of 2.28MB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201306260900/ (0B of 365B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/releases/kepler/201306260900/ (0B of 2.17MB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/kepler/ (0B of 116B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/kepler/ (0B of 327.39kB at 0B/s) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (9.2 kB at 215 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.0.4/json-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.0.4/json-1.0.4.pom (11 kB at 146 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [java] [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 435 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (85 kB at 1.6 MB/s) [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Fetching &countryCode=&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20130827064939/repository/ (0B of 63B at 0B/s) [java] [INFO] Fetching cdi.api_1.0.0.v201105160744.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 23.24kB at 0B/s) [java] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 41.25kB at 0B/s) [java] [INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 9.24kB at 0B/s) [java] [INFO] Fetching javax.ejb_3.1.1.v201204261316.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 30.33kB at 0B/s) [java] [INFO] Fetching &countryCode=&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/kepler/201402280900/ (0B of 63B at 0B/s) [java] [INFO] Fetching org.eclipse.osgi_3.9.1.v20140110-1610.jar.pack.gz from http://download.eclipse.org/releases/kepler/201402280900/plugins/ (0B of 420.3kB at 0B/s) [java] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 23.56kB at 0B/s) [java] [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 34.11kB at 0B/s) [java] [INFO] Fetching javax.mail_1.4.0.v201005080615.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 99.03kB at 0B/s) [java] [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 13.79kB at 0B/s) [java] [INFO] Fetching javax.servlet_3.0.0.v201112011016.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 119.31kB at 0B/s) [java] [INFO] Fetching javax.jms_1.1.0.v201205091237.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 18.81kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Fetching org.eclipse.orbit.mongodb_2.10.1.v20130422-1135.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 124.31kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.pom (10 kB at 22 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.jar (2.0 MB at 18 MB/s) [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 124.52kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Fetching org.apache.ant_1.8.4.v201303080030.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 2.15MB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Fetching javax.ws.rs_1.1.1.v20130318-1750.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 33.74kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [WARNING] The project org.eclipse.persistence:org.eclipse.persistence.parent:pom:2.6.10-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink Parent [pom] [java] [INFO] EclipseLink Hermes Parser [eclipse-plugin] [java] [INFO] EclipseLink Core [eclipse-plugin] [java] [INFO] EclipseLink NoSQL Extension [eclipse-plugin] [java] [INFO] EclipseLink Extension [eclipse-plugin] [java] [INFO] EclipseLink JPA [eclipse-plugin] [java] [INFO] EclipseLink MOXy [eclipse-plugin] [java] [INFO] EclipseLink DBWS [eclipse-plugin] [java] [INFO] EclipseLink JPA-RS [eclipse-plugin] [java] [INFO] EclipseLink SDO [eclipse-plugin] [java] [INFO] EclipseLink DBWS Builder [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.6.10-SNAPSHOT [1/11] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.parent --- [java] [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 [java] [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) [java] [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 [java] [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 2.3 MB/s) [java] [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 [java] [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 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.1 MB/s) [java] [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 [java] [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 1.4 MB/s) [java] [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 [java] [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 2.1 MB/s) [java] [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 [java] [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 [java] [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 4.3 MB/s) [java] [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 23 MB/s) [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.6.10-SNAPSHOT [2/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [java] [INFO] Building EclipseLink Core 2.6.10-SNAPSHOT [3/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [java] [INFO] Building EclipseLink NoSQL Extension 2.6.10-SNAPSHOT [4/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [java] [INFO] Building EclipseLink Extension 2.6.10-SNAPSHOT [5/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [java] [INFO] Building EclipseLink JPA 2.6.10-SNAPSHOT [6/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [java] [INFO] Building EclipseLink MOXy 2.6.10-SNAPSHOT [7/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [java] [INFO] Building EclipseLink DBWS 2.6.10-SNAPSHOT [8/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [java] [INFO] Building EclipseLink JPA-RS 2.6.10-SNAPSHOT [9/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [java] [INFO] Building EclipseLink SDO 2.6.10-SNAPSHOT [10/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [java] [INFO] Building EclipseLink DBWS Builder 2.6.10-SNAPSHOT [11/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.6.10-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 0.114 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.001 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.001 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 0.003 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.002 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.002 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 26.615 s [java] [INFO] Finished at: 2021-12-16T05:03:14Z [java] [INFO] ------------------------------------------------------------------------ clean-runtime-built: [echo] modelgen.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: [echo] dynamic.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: clean: clean: init: [echo] mw.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20211216.0502' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.12.7-300.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs clean-runtime: clean-testing: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test' [echo] eclipselink.jpars.test = 'jpa/eclipselink.jpars.test' [echo] jparstest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist clean: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-core-tests.jar [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' server-test-dll-existence: cleanup-merge-inherited-ddl: jta-ds-servertest-existence: cleanup-non-jta-ds-servertest: clean: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='${oep.nosql.lib}' clean: [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes [echo] JDK version detected: '1.8.0_252' [echo] java.version='1.8.0_252' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test' [echo] dbws_test.2.base.dir = '../..' Trying to override old definition of task javac clean: init: [echo] user.home ='/home/jenkins' [echo] test.properties ='${test.properties}' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] mwtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20211216.0502' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.12.7-300.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test' [echo] dbwsbldrtest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Custom properties file '/home/jenkins/test.properties' not found to load. Trying to override old definition of task javac clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' check.oracle.dependencies: oracle.dependencies: [echo] Oracle DB dependencies check failed: [echo] - ojdbc7.jar library missing [echo] - orai18n.jar library missing [echo] - orai18n-mapping.jar library missing [echo] - aqapi.jar library missing [echo] - sdoapi.jar library missing [echo] - xdb.jar library missing [echo] - xmlparserv2.jar library missing [echo] - ucp.jar library missing [echo] - dms.jar library missing [echo] - kvclient.jar library missing clean-oracle-if-dependencies: clean: init: [echo] ant.project.name ='compdeps' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../..' [echo] compdeps.2.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../features/common' [echo] compdeps.2.common.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins' [echo] compdeps.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins' [echo] compdeps.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins' [echo] compdeps.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins' [echo] compdeps.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../buildsystem' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] compdeps.version ='1.0.4' [echo] compdeps.qualifier ='v202112160503' [echo] compdeps.version.string ='1.0.4.v202112160503' [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] --- [echo] eclipse.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='${p2.publisher.jar}' [echo] p2.launcher.jar ='${p2.launcher.jar}' [echo] p2.artifact.jar ='${p2.artifact.jar}' [echo] --- [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins' [echo] --- [echo] compdeps.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Compdeps Artifacts"' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo build: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' check-maven: [echo] Maven install (M2_HOME) set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' set-compdeps: [echo] Compdeps Settings: [echo] Whether to use a local compdeps p2 repo: [echo] local.compdeps: 'true' [echo] Whether a local p2epo needs generating (only true if using local and repo not found): [echo] generate.compdeps: 'true' generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='compdeps' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../..' [echo] compdeps.2.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../features/common' [echo] compdeps.2.common.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins' [echo] compdeps.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins' [echo] compdeps.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins' [echo] compdeps.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins' [echo] compdeps.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../buildsystem' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] compdeps.version ='1.0.4' [echo] compdeps.qualifier ='v202112160503' [echo] compdeps.version.string ='1.0.4.v202112160503' [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] --- [echo] eclipse.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='${p2.publisher.jar}' [echo] p2.launcher.jar ='${p2.launcher.jar}' [echo] p2.artifact.jar ='${p2.artifact.jar}' [echo] --- [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins' [echo] --- [echo] compdeps.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Compdeps Artifacts"' clean: resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins... [say] javax.xml.bind.version = '2.2.12.v201410011542' [say] sun.tools.xjc.version = '2.2.11.v201407311112' [say] sun.xml.bind.version = '2.2.11.v201407311112' [say] jersey.version = '1.8.0.201204181614' [say] ejb.version = '3.1.0.v201205171433' [say] jms.version = '1.1.0.v200906010428' [say] resource.version = '1.6.0.v201204270900' [say] transaction.version = '1.1.0.v201002051055' [say] servlet.version = '2.4.0.v200806031604' [say] xml.soap.version = '1.3.0.v200906010428' [say] antlr.version = '3.5.2.v202005201612' [say] asm.version = '6.2.0.v201808041654' [say] validation.version = '1.1.0.v201304101302' [say] json.version = '1.0.4.v201311181159' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins... [say] persistence.version = '2.1.1.v201509150925' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins... [say] sdo.version = '2.1.1.v201112051852' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins... [say] oracleddl.version = '1.0.0.v20150306' [say] wsdl.version = '1.6.2.v201012040545' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features/org.eclipse.persistence.compdeps_1.0.4.v202112160503.jar build-feature: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.4.0.v20141117-0929.jar' populate-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins [copy] Copying 24 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins generate-p2-site: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo [echo] java.home ='/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre' [echo] ----- [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. test-p2-site: [echo] p2.director.jar ='org.eclipse.equinox.p2.director_*.jar' [echo] p2.director.destination ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.bundlepool ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.profile ='SDKProfile' [echo] p2.director.installIU ='org.eclipse.persistence.compdeps.feature.group' [echo] p2.director.action ='-verifyOnly' [echo] p2.director.eclipse.version ='luna' [echo] p2.director.eclipse.updateSite ='http://download.eclipse.org/releases/luna' [echo] p2.director.additionalArgs ='' [echo] Verifying EclipseLink Update Site with Compilation dependencies: 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [p2.director] Installing org.eclipse.persistence.compdeps.feature.group 1.0.4.v202112160503. [p2.director] Operation completed in 8074 ms. generate-p2: build: clean-runtime-checkedin: build-core: [echo] Launching Maven build with the following parameters: [echo] -Dclassworlds.conf=/home/jenkins/extension.lib.external/apache-maven-3.6.0/bin/m2.conf [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/org.eclipse.persistence.parent [echo] -Dbuild.qualifier=v20211216-9bb6b7fbe3 [echo] -DforceContextQualifier=v20211216-9bb6b7fbe3 [echo] -Dlocal.compdeps=true [echo] -Declipselink.full=true [echo] verify [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/p2repo [java] [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/ (0B of 128B at 0B/s) [java] [INFO] Adding repository http://download.eclipse.org/releases/kepler [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201402280900/ (0B of 365B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201309270900/ (0B of 365B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201306260900/ (0B of 365B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/kepler/ (0B of 116B at 0B/s) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [WARNING] The project org.eclipse.persistence:org.eclipse.persistence.parent:pom:2.6.10-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink Parent [pom] [java] [INFO] EclipseLink Hermes Parser [eclipse-plugin] [java] [INFO] EclipseLink Core [eclipse-plugin] [java] [INFO] EclipseLink NoSQL Extension [eclipse-plugin] [java] [INFO] EclipseLink Extension [eclipse-plugin] [java] [INFO] EclipseLink JPA [eclipse-plugin] [java] [INFO] EclipseLink MOXy [eclipse-plugin] [java] [INFO] EclipseLink DBWS [eclipse-plugin] [java] [INFO] EclipseLink JPA-RS [eclipse-plugin] [java] [INFO] EclipseLink SDO [eclipse-plugin] [java] [INFO] EclipseLink DBWS Builder [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.6.10-SNAPSHOT [1/11] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.parent --- [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.parent --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 7.6 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 704 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 483 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 41 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 38 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 60 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 279 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 26 kB/s) [java] [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 [java] [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 390 kB/s) [java] [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 [java] [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 263 kB/s) [java] [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 [java] [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 123 kB/s) [java] [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 [java] [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 441 kB/s) [java] [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 [java] [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 250 kB/s) [java] [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 [java] [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 1.7 MB/s) [java] [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 [java] [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 136 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 32 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 61 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 59 kB/s) [java] [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 [java] [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 256 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom (4.8 kB at 57 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 126 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 220 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (2.4 kB at 10 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 278 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 563 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 634 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 1.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 591 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.0 MB/s) [java] [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 [java] [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 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar [java] [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 303 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 273 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 236 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 202 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.6 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 484 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar (12 kB at 65 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 4.5 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 326 kB/s) [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.parent.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.6.10-SNAPSHOT [2/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [java] [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 [java] [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 132 kB/s) [java] [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 [java] [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 400 kB/s) [java] [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 [java] [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 190 kB/s) [java] [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 [java] [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 477 kB/s) [java] [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 [java] [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 330 kB/s) [java] [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 [java] [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 202 kB/s) [java] [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 [java] [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 7.6 kB/s) [java] [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 [java] [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 394 kB/s) [java] [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 [java] [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 649 kB/s) [java] [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 [java] [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 268 kB/s) [java] [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 [java] [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 127 kB/s) [java] [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 [java] [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 438 kB/s) [java] [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 [java] [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 85 kB/s) [java] [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 [java] [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 141 kB/s) [java] [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 [java] [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 126 kB/s) [java] [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 [java] [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 568 kB/s) [java] [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 [java] [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 81 kB/s) [java] [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 [java] [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 673 kB/s) [java] [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 [java] [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 591 kB/s) [java] [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 [java] [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 74 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [java] [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 475 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 465 kB/s) [java] [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 [java] [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 667 kB/s) [java] [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 [java] [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 1.4 MB/s) [java] [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 [java] [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 726 kB/s) [java] [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 [java] [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 222 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 1.2 MB/s) [java] [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 [java] [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 220 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 215 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 387 kB/s) [java] [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 [java] [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 310 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 29 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 407 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 418 kB/s) [java] [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 [java] [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 [java] [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 [java] [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 [java] [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 [java] [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 13 MB/s) [java] [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 [java] [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 8.3 MB/s) [java] [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.5 MB/s) [java] [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 [java] [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 [java] [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.8 MB/s) [java] [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 [java] [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 1.2 MB/s) [java] [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 330 kB/s) [java] [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.0 MB/s) [java] [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 [java] [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 [java] [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 [java] [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) [java] [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 [java] [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 432 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [java] [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 412 kB/s) [java] [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 1.1 MB/s) [java] [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 913 kB/s) [java] [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 [java] [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 [java] [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 1.1 MB/s) [java] [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 [java] [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 [java] [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 344 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [java] [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 1.1 MB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.9 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 1.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [java] [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 145 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 704 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 872 kB/s) [java] [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 138 kB/s) [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 237 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 220 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 3.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 58 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 904 kB/s) [java] [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 [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 1.0 MB/s) [java] [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 [java] [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 1.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 54 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.pom (1.8 kB at 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.pom (1.0 kB at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.pom (1.1 kB at 88 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 198 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 9.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 806 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 1.7 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.jar (15 kB at 176 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.jar (162 kB at 1.6 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.jar (5.6 MB at 21 MB/s) [java] [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.jpql_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa.jpql --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.jpql.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.jpql.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [java] [INFO] Building EclipseLink Core 2.6.10-SNAPSHOT [3/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.core --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (stamp-version) @ org.eclipse.persistence.core --- [java] [INFO] Executing tasks [java] [java] main: [java] [echo] Stamping the following values: [java] [echo] version: '2.6.10' [java] [echo] qualifier: 'v20211216-9bb6b7fbe3' [java] [echo] buildDate: '20211216' [java] [echo] buildTime: '0503' [java] [echo] buildType: 'SNAPSHOT' [java] [echo] buildRevision: 'NA' [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.core --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.core --- [java] [INFO] Compiling 1736 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.core --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.core --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.core_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.core --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.core.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.core --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.core.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (cleanup-stamp-version) @ org.eclipse.persistence.core --- [java] [INFO] Executing tasks [java] [java] main: [java] [echo] Clean-up after stamping. [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/Version.j [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [java] [INFO] Building EclipseLink NoSQL Extension 2.6.10-SNAPSHOT [4/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.nosql --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.nosql --- [java] [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.nosql_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.nosql --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.nosql.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.nosql --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.nosql.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [java] [INFO] Building EclipseLink Extension 2.6.10-SNAPSHOT [5/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.extension --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.extension --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.extension --- [java] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.extension --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.extension.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.extension --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.extension_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.extension --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.extension.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.extension --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.extension.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [java] [INFO] Building EclipseLink JPA 2.6.10-SNAPSHOT [6/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.jpa --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.jpa --- [java] [INFO] Compiling 567 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.jpa --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [java] [INFO] Building EclipseLink MOXy 2.6.10-SNAPSHOT [7/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.moxy --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.moxy --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.moxy --- [java] [INFO] Compiling 181 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.moxy --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.moxy_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.moxy --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.moxy.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.moxy --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.moxy.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [java] [INFO] Building EclipseLink DBWS 2.6.10-SNAPSHOT [8/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.dbws --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.dbws --- [java] [INFO] Compiling 152 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.dbws --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [java] [INFO] Building EclipseLink JPA-RS 2.6.10-SNAPSHOT [9/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpars --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.jpars --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.jpars --- [java] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpars --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpars_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpars --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpars.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.jpars --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpars.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [java] [INFO] Building EclipseLink SDO 2.6.10-SNAPSHOT [10/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sdo --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.sdo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.sdo --- [java] [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/target/classes [java] [WARNING] Source directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/resource does not exist [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sdo --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.sdo_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.sdo --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.sdo.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.sdo --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.sdo.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [java] [INFO] Building EclipseLink DBWS Builder 2.6.10-SNAPSHOT [11/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] The project's OSGi version is 2.6.10.v20211216-9bb6b7fbe3 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.builder_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws.builder --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.builder.source_2.6.10.v20211216-9bb6b7fbe3-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.builder.source_2.6.10.v20211216-9bb6b7fbe3.jar [java] [INFO] Executed tasks [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.6.10-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 2.885 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 5.471 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 7.815 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.251 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.106 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 2.068 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 0.934 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.557 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.086 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.562 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.452 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 31.154 s [java] [INFO] Finished at: 2021-12-16T05:03:57Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 20 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins [echo] modelgen.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: init: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.xml:137: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 10 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/org.eclipse.persistence.jpa.modelgen.source_2.6.10.v20211216-9bb6b7fbe3.jar build: [echo] dynamic.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: init: [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy.dynamicxjc/antbuild.xml:154: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 9 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/eclipselink-moxy-dynamicxjc_2.6.10.v20211216-9bb6b7fbe3.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/eclipselink-moxy-dynamicxjc.source_2.6.10.v20211216-9bb6b7fbe3.jar jar: build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.jaxb/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.jaxb/antbuild.xml:100: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.jaxb/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning build: package-eclipselink-jar: [echo] Implementation-Version: 2.6.10.v20211216-9bb6b7fbe3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/javax.persistence/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/plugins/javax.persistence_2.1.1.v201509150925.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/javax.persistence/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/hermes/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/org.eclipse.persistence.jpa.jpql_2.6.10.v20211216-9bb6b7fbe3.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/hermes/classes [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink.jar [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping build-eclipselink-jar: build-core-test: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-core-tests.jar init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/antbuild.xml:288: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2929 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:28: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] private static final Unsafe unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] Field field = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:35: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] unsafe = (Unsafe)field.get(null); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 5 warnings process-resource: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [copy] Copied 22 empty directories to 2 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-core-tests.jar build: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' server-test-dll-existence: cleanup-merge-inherited-ddl: jta-ds-servertest-existence: cleanup-non-jta-ds-servertest: clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes21 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] compile-with-modelgen: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes/META-INF [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' model-compile: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:633: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 189 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Creating static metadata factory ... [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' model-compile: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:633: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 34 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Creating static metadata factory ... [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes/META-INF compile-standard: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:693: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1201 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Class for a varargs call [javac] cast to Class[] for a non-varargs call and to suppress this warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings compile-jpa21-standard: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:720: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1337 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes21 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Class for a varargs call [javac] cast to Class[] for a non-varargs call and to suppress this warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings compile-springplatform: compile-criteria: [echo] Compile the Modelgen (criteria metamodel) Tests [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:786: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.modelgen.test/src/org/eclipse/persistence/testing/tests/jpa/criteria/metamodel/JUnitCriteriaSimpleTestSuite.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning compile-fullregression: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:744: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning compile: package-annotation: [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [copy] Copying 774 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-spring-xmls: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar package-ddl: [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model/META-INF [copy] Copying 119 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-ddl-generation-model.jar package-xml-only: [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model/META-INF [copy] Copying 217 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar package-xml-merge: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model/META-INF [copy] Copying 31 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar package-jpa21-model: [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model/META-INF [copy] Copying 120 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpa21-model.jar package-xml-extended: [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model/META-INF [copy] Copying 161 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-model.jar package-validation-failed: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-validation-failed-model.jar package-jpa-advanced-field-access: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-spring-xmls: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-advanced-field-access-model.jar package-jpa-advanced-properties: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-advanced-properties.jar package-jpa-pu_with_spaces: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-pu with spaces.jar package-partitioned: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model/META-INF [copy] Copying 13 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-partitioned-model.jar package-plsql: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model/META-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-plsql-model.jar package-jpa-performance: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/jpa-performance.jar package-jpa-performance2: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance2/META-INF [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/jpa-performance2.jar package-cascade-deletes: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-cascade-deletes-model.jar package-jpa-metamodel: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model/META-INF [copy] Copying 94 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-metamodel-model.jar package-delimited: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-delimited-model.jar package-beanvalidation: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-model.jar package-beanvalidation-dynamic: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-dynamic-model.jar package-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model/META-INF [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [copy] Copied 3 empty directories to 3 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model.jar package-composite-advanced-member_1: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model-member_1.jar package-composite-advanced-member_2: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2/META-INF [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model-member_2.jar package-composite-advanced-member_3: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3/META-INF [copy] Copying 12 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model-member_3.jar package-xml-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [copy] Copied 3 empty directories to 3 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model.jar package-xml-composite-advanced-member_1: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model-member_1.jar package-xml-composite-advanced-member_2: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model-member_2.jar package-xml-composite-advanced-member_3: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3/META-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model-member_3.jar package-xml-extended-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [copy] Copied 3 empty directories to 3 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model.jar package-xml-extended-composite-advanced-member_1: [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model-member_1.jar package-xml-extended-composite-advanced-member_2: [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model-member_2.jar package-xml-extended-composite-advanced-member_3: [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3/META-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model-member_3.jar package-extensibility: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-extensibility-model.jar package-jpa-remote: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote/META-INF [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-remote.jar package-xml-mapping-metadata-complete: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-spring-xmls: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-mapping-metadata-complete.jar package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpa21-tests.jar build: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/classes init_against_jar: compile: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/antbuild.xml:183: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 218 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/antbuild.xml:200: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 72 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:28: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] private static final Unsafe unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] Field field = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:35: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] unsafe = (Unsafe)field.get(null); [javac] ^ [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 5 warnings get-server-properties: [echo] server.lib=/home/jenkins/extension.lib.external/wildfly-15.0.1.Final/bin/client [echo] server.depend=jboss-client.jar [echo] server.name=wildfly [echo] server.platform=JBoss package-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/stage [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/stage [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-tests.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/stage package-wdf-jpa2-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' get-server-properties: [echo] server.lib=/home/jenkins/extension.lib.external/wildfly-15.0.1.Final/bin/client [echo] server.depend=jboss-client.jar [echo] server.name=wildfly [echo] server.platform=JBoss detect-os: [echo] suffix=sh set-app-name: package-model: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF package-wdf-jpa1-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' get-server-properties: [echo] server.lib=/home/jenkins/extension.lib.external/wildfly-15.0.1.Final/bin/client [echo] server.depend=jboss-client.jar [echo] server.name=wildfly [echo] server.platform=JBoss detect-os: [echo] suffix=sh set-app-name: package-model: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF package: build-against-jar: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test' [echo] eclipselink.jpars.test = 'jpa/eclipselink.jpars.test' [echo] jparstest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist init: [echo] user.home ='/home/jenkins' [echo] test.properties ='${test.properties}' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] jaxb-api.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.xml.bind_2.2.12.v201410011542.jar' [echo] persistence20.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] jersey.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/com.sun.jersey_1.8.0.201204181614.jar' [echo] javax.ws.rs.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] validation.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] json.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.glassfish.javax.json_1.0.4.v201311181159.jar' [echo] antlr.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.antlr_3.5.2.v202005201612.jar' [echo] hermes.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa.jpql_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] core.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] moxy.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] jpa.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] jpars.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] javax.ejb.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' build: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/antbuild.xml:496: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 80 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/classes/META-INF [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.6.10.v20211216-9bb6b7fbe3.jar' clean: compile-tests-against-jar: [echo] Compiling OXM tests... [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:924: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1294 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] [echo] Compiling JAXB tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:924: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2689 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] Compiling MOXy unit tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:924: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes compile-sdo-tests-against-jar: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/antbuild.xml:323: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 661 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] JDK version detected: '1.8.0_252' [echo] java.version='1.8.0_252' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test' [echo] dbws_test.2.base.dir = '../..' Trying to override old definition of task javac clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/antbuild.xml:370: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/eclipselink-dbws-test-common.jar build: check.oracle.dependencies: check.oracle.db-driver.dependencies: oracle.jdbc.dependencies: [echo] Oracle DB driver and dependencies check failed: [echo] - Oracle DB driver not configured. [echo] - orai18n.jar library missing [echo] - orai18n-mapping.jar library missing [echo] - aqapi.jar library missing [echo] - ojdbc7.jar library missing [echo] - sdoapi.jar library missing [echo] - xdb.jar library missing [echo] - xmlparserv2.jar library missing [echo] - ucp.jar library missing [echo] - dms.jar library missing [echo] - kvclient.jar library missing build-oracle-if-dependencies: build: build-util: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/antbuild.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 5 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/sig-compare.jar build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/antbuild.xml:71: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/package-rename.jar build: init: [echo] mw.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20211216.0502' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.12.7-300.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs build-component-libs: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\iconlib.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw jar-iconlib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/iconlib.jar build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\utility.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/classes compile-utility: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 231 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/source/org/eclipse/persistence/tools/workbench/utility/Classpath.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-utility-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/utility.jar jar-utility-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/utility_src.jar jar-utility: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\uitools.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/uitools/classes compile-uitools: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/uitools/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 147 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/uitools/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-uitools-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/uitools.jar jar-uitools-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/uitools_src.jar jar-uitools: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\framework.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/framework/classes compile-framework: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/framework/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 215 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/framework/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-framework-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/framework.jar jar-framework-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/framework_src.jar jar-framework: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\platformsmodel.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsmodel/classes compile-platformsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsmodel/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsmodel/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-platformsmodel-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsmodel.jar jar-platformsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsmodel_src.jar jar-platformsmodel: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\platformsplugin.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsplugin/classes compile-platformsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsplugin/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 29 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsplugin/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-platformsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsplugin.jar jar-platformsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsplugin_src.jar jar-platformsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\mappingsmodel.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsmodel/classes compile-mappingsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsmodel/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 426 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsmodel/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsmodel-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel.jar jar-mappingsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel_src.jar jar-mappingsmodel: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\mappingsio.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsio/classes compile-mappingsio: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsio/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsio/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsio-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsio.jar jar-mappingsio-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsio_src.jar jar-mappingsio: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\mappingsplugin.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsplugin/classes compile-mappingsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsplugin/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 577 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsplugin/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin.jar jar-mappingsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin_src.jar jar-mappingsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\scplugin.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/classes compile-scplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 195 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/source/org/eclipse/persistence/tools/workbench/scplugin/model/adapter/RootSCAdapter.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-scplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/scplugin.jar jar-scplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/scplugin_src.jar jar-scplugin: build-all: jar-mwcore-src: [echo] Implementation-Version: 2.6.10.v20211216-9bb6b7fbe3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/elmwcore_src.jar jar-mwcore: [echo] Implementation-Version: 2.6.10.v20211216-9bb6b7fbe3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/elmwcore.jar jar-workbench-src: [echo] Implementation-Version: 2.6.10.v20211216-9bb6b7fbe3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw_src.jar jar-workbench: [echo] Implementation-Version: 2.6.10.v20211216-9bb6b7fbe3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw.jar build-workbench: build: all: build-workbench-test: init: [echo] user.home ='/home/jenkins' [echo] test.properties ='${test.properties}' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] mwtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20211216.0502' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.12.7-300.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs build-component-libs: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\utility.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/utility/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest compile-utility: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/utility/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 120 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/utility/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-utility-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/utility_test.jar jar-utility-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/utility_test_src.jar jar-utility: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\uitools.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/uitools/classes compile-uitools: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/uitools/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 87 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/uitools/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-uitools-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/uitools_test.jar jar-uitools-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/uitools_test_src.jar jar-uitools: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\framework.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/framework/classes compile-framework: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/framework/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 20 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/framework/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-framework-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/framework_test.jar jar-framework-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/framework_test_src.jar jar-framework: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\platformsplugin.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/classes compile-platformsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 27 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/source/org/eclipse/persistence/tools/workbench/test/platformsplugin/model/PlatformTests.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-platformsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/platformsplugin_test.jar jar-platformsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/platformsplugin_test_src.jar jar-platformsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\mappingsplugin.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/classes [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/../../../plugins/org.eclipse.persistence.nosql_2.6.10.v20211216-9bb6b7fbe3.jar' compile-mappingsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/build.xml:133: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 316 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/mappingsplugin_test.jar jar-mappingsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/mappingsplugin_test_src.jar jar-mappingsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\scplugin.log init: [echo] BuildDate.BuildTime='20211216.0502' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.12.7-300.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/scplugin/classes compile-scplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/scplugin/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 62 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/scplugin/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-scplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test.jar jar-scplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test_src.jar jar-scplugin: build-all: jar-workbench: [echo] Implementation-Version: 2.6.10.v20211216-9bb6b7fbe3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/workbench_test.jar build: all: build-dbws-utils-test: [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test' [echo] dbwsbldrtest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Custom properties file '/home/jenkins/test.properties' not found to load. Trying to override old definition of task javac clean: init: [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] asm.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.asm_6.2.0.v201808041654.jar' [echo] dbwsbldr.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.dbws.builder_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] servlet.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.servlet_2.4.0.v200806031604.jar' [echo] ddlparser.jar='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../plugins/org.eclipse.persistence.oracleddlparser_1.0.0.v20150306.jar' [echo] wsdl.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../plugins/javax.wsdl_1.6.2.v201012040545.jar' [echo] persistence.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.persistence_unsigned_for_testing_1.0.0.jar' compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/antbuild.xml:255: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar build: build-util-test: gen-wls-shared-lib: verify-eclipselink-exist: generate-eclipselink: identify-eclipselink: [echo] SpecV: 'NA' [echo] ImpV: '' [echo] EarV: 'NA' prepare-wls-metadata: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/shared-lib/etc package-wls-shared-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/shared-lib/org.eclipse.persistenceNA-shared-lib.ear create-shared-lib-install: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselinkNA-shared-lib.zip build-all-but-ext: init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../utils/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] release.version ='2.6.10' [echo] version.qualifier ='v20211216-9bb6b7fbe3' [echo] version.string ='2.6.10.v20211216-9bb6b7fbe3' [echo] eclipselink.install.prefix ='eclipselink' [echo] eclipselink.plugins.install.prefix='eclipselink-plugins' [echo] eclipselink.nosql.install.prefix ='eclipselink-plugins-nosql' [echo] eclipselink.zip.suffix ='.zip' [echo] classes.dir ='classes' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] p2.archive.presigned.zip ='eclipselink-P2-2.6.10.v20211216-9bb6b7fbe3.zip' [echo] build.id ='2.6.10' [echo] --- [echo] feature.build.dir ='classes/features' [echo] bundle.working.dir ='classes/plugins' [echo] --- [echo] p2.SDK.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] p2.SDK.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_*.jar' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_*.jar' [echo] p2.artifact.jar ='org.eclipse.equinox.artifact.repository_*.jar' [echo] signing.script ='dir' [echo] signing.dir ='/opt/public/download-staging.priv/rt/eclipselink' [echo] --- [echo] p2.composite.home.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite/plugins' [say] bundle.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../eclipselink-plugins.zip' not found! [say] nosql.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../eclipselink-plugins-nosql.zip' not found! [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.milestone.repos.name ='EclipseLink Milestone Repository' [echo] p2.nightly.repos.name ='EclipseLink Nightly Build Repository' [echo] p2.release.repos.url ='http://download.eclipse.org/rt/eclipselink/updates' [echo] p2.milestone.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/milestone' [echo] p2.nightly.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/nightly' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Artifacts"' clean: resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../utils/plugins... [say] oracleddl.version = '1.0.0.v20150306' [say] wsdl.version = '1.6.2.v201012040545' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../sdo/plugins... [say] sdo.version = '2.1.1.v201112051852' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../jpa/plugins... [say] persistence.version = '2.1.1.v201509150925' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../plugins... [say] activation.version = '1.1.0.v201108011116' [say] mail.version = '1.4.0.v201005080615' [say] resource.version = '1.6.0.v201204270900' [say] servlet.version = '2.4.0.v200806031604' [say] xml.bind.version = '2.2.12.v201410011542' [say] sun.tools.xjc.version = '2.2.11.v201407311112' [say] sun.xml.bind.version = '2.2.11.v201407311112' [say] xml.stream.version = '1.0.1.v201004272200' [say] mongodb.version = '2.10.1.v20130422-1135' [say] jaxrs.version = '1.1.1.v20101004-1200' [say] antlr.version = '3.5.2.v202005201612' [say] asm.version = '6.2.0.v201808041654' [say] hermes.version = '2.6.10.v20211216-9bb6b7fbe3' [say] oracle.version = '2.6.10.v20210924-726717ae9a' [say] oraclenosql.version = '2.6.10.v20210924-5ae97f67d5' [say] json.version = '1.0.4.v201311181159' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features [copy] Copying 26 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbws_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbwsbuilder_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.jpa_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.nosql_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.moxy_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.sdo_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbws.source_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbwsbuilder.source_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.jpa.source_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.nosql.source_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.moxy.source_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.sdo.source_2.6.10.v20211216-9bb6b7fbe3.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.sdk_2.6.10.v20211216-9bb6b7fbe3.jar build-features: create-eclipselink-buildfile: [echo] update eclipselink.build for Galileo, and place in features dir for later check-in. create-sign-zipfile: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/eclipselink-P2-2.6.10.v20211216-9bb6b7fbe3.zip build-features-create-signzip: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' package-eclipselink-bundles: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins.zip package-src-jar: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-src.zip [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping package-tst-src-zip: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-test-src.zip [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/AutoVerifyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/BatchTestRunner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConcurrencyTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConnectionWrapper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/DeleteAllQueryTestHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/DeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/DriverWrapper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/InsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/JDBCIsoLevelSwitchListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/JUnitTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/LoadBuildProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/LoadBuildSummary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/LoadBuildSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ManualVerifyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/MemoryRegressionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/OracleDBPlatformHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceRegressionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PromptTestRunner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadAllCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadAllCallWithOrderingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadObjectCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ResultInterface.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/SessionEventTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/SybaseTransactionIsolationListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestCollection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestEntity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestErrorException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestExecutor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestProblemException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestResult.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestResultsSummary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestVariation.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestWarningException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestWrapper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TogglingFastTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TransactionIsolationLevelSwitchListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TransactionalTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UnitOfWorkBasicInsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UnitOfWorkBasicUpdateObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UnitTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/WriteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/naming/InitialContextFactoryImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/naming/InitialContextImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/SynchronizedTestExecutor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/SynchronizedTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/TestingBrowserFrame.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Address1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AddressDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Agent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Aggregate.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateUpdateDescriptorListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Bicycle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Builder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Car.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Cousin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Customer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Dependant.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Employee1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/EvaluationClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/GolfClub.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/GolfClubShaft.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/HomeAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/House.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Job.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Language.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Manufacturer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Oid.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Parent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Period.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/PeriodDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/ProjectDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Project_case2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Relative.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Responsibility.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/RoomSellingPoint.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SellingPoint.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SingleHouse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/StepChild.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Switch.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchState.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchStateOFF.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchStateON.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/TownHouse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Transport.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Vehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Version.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Worker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/WorkingAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/Guardian.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/MailingAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/Student.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadAggregate.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadReferenceData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/CollectionsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/CollectionsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Diner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Location.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Menu.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/MenuItem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Person.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Restaurant.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Waiter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AEOTMMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateAggregateMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateDirectMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateEntity1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateEntityMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateEntityU1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateMapKey.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DEOTMMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectAggregateMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectDirectMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectEntity1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectEntityMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectEntityU1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EEOTMMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityAggregateMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityDirectMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityEntity1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityEntityMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityEntityU1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityMapKey.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/MapCollectionsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/MapCollectionsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/MapPopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionDataObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionDataObjectForSupportedTypes.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionManagerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionManagerSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappings.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/IndirectMapSubclass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/EmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertEventAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertMultiTableObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertProjectTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertSingleTableObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AddressDescriptorEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/CreditCard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Customer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/CustomerDescriptorEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/EmailAccount.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/EventHookSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressTLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressTLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressVLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressVLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeTLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeTLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeVLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeVLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLPopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberTLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberTLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberVLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberVLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class10.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class100.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class11.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class12.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class13.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class14.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class15.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class16.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class17.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class18.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class19.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class20.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class21.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class22.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class23.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class24.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class25.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class26.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class27.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class28.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class29.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class3.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class30.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class31.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class32.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class33.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class34.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class35.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class36.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class37.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class38.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class39.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class4.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class40.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class41.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class42.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class43.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class44.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class45.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class46.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class47.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class48.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class49.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class5.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class50.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class51.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class52.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class53.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class54.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class55.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class56.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class57.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class58.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class59.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class6.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class60.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class61.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class62.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class63.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class64.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class65.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class66.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class67.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class68.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class69.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class7.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class70.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class71.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class72.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class73.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class74.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class75.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class76.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class77.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class78.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class79.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class80.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class81.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class82.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class83.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class84.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class85.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class86.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class87.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class88.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class89.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class9.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class90.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class91.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class92.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class93.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class94.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class95.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class96.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class97.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class98.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class99.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI10.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI100.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI11.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI12.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI13.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI14.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI15.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI16.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI17.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI18.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI19.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI20.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI21.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI22.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI23.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI24.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI25.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI26.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI27.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI28.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI29.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI3.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI30.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI31.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI32.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI33.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI34.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI35.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI36.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI37.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI38.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI39.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI4.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI40.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI41.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI42.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI43.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI44.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI45.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI46.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI47.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI48.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI49.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI5.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI50.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI51.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI52.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI53.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI54.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI55.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI56.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI57.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI58.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI59.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI6.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI60.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI61.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI62.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI63.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI64.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI65.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI66.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI67.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI68.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI69.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI7.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI70.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI71.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI72.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI73.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI74.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI75.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI76.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI77.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI78.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI79.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI80.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI81.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI82.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI83.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI84.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI85.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI86.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI87.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI88.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI89.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI9.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI90.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI91.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI92.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI93.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI94.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI95.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI96.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI97.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI98.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI99.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_1_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_2_1_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_2_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Alligator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Animal.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Animal_Matt.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Apple.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/BaseProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Bicycle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Boat.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/BudgettedProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Bus.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Car.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Cat.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/CompanyWorker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Developer_King.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Dog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Engineer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Entomologist.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Fruit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/FueledVehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/GrassHopper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Human.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/IBMPC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/ImaginaryCar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/InheritanceSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/InheritanceTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Insect.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/JavaProgrammer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/LabradorRetriever.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/LadyBug.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Mac.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Mainframe.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Mammal.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/NonFueledVehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/PC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Pear.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Person.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Person_King.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Primate.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Programmer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/ProjectWorker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SeniorDeveloper_King.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SoftwareEngineer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SportsCar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Teacher.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Vehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Worker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/BicyclePolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Claim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HealthClaim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HealthPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HouseClaim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HousePolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/InsuranceProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/InsuranceSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/InsuranceTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Policy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/PolicyHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/VehicleClaim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/VehiclePolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/objectrelational/InsuranceORSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/objectrelational/InsuranceProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Actor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Admendments.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/AdministrativeJob.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Asset.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Broadcastor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Commercial.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/CompanyAsset.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Contact.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ContactHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/CourseDeveloper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/DevelopmentJob.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Documentary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Email.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Film.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceHashtableProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceWithTablesSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceWithoutTablesProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceWithoutTablesSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Job.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ManagerialJob.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Network.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/PersonnelManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ProductDeveloper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ProductManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Program.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ProgramInt.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Receptionist.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Secretary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Show.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/TVSchedule.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Unionized.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/VIP.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Vehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/GaurenteedShipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/InsuredShipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/LegacyProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/LegacySystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/LegacyTables.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Shipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Baby.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/BabyMonitor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/BiDirectionInserOrderTestProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/BiDirectionInsertOrderTableMaker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/CompanyCard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Course.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Crib.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Cubicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/EmergencyExit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Employee1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Employee2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Female.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Gender.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Hardware.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Identification.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/JobDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Joystick.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Key.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Keyboard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/KeyboardProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/KeyboardTables.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/LegacyTableMaker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/LegacyTestProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Male.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MappingProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MappingSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Monitor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MonitorFactory.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MultipleTableTestProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MultipleTableTestTableMaker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/OuterJoinSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/OuterJoinWithMultipleTablesProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Peripheral.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/SecureSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Shipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Student.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Budget.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/BusinessProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Cow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Horse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Human.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/LargeBusinessProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/MultipleTableProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/MultipleTableSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/MultipleTableTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/ProjectProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/ProjectSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/SuperCow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/SuperHorse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/SuperSwan.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Swan.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/AbstractVideogameObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Animal.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/AnimalProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/AnimalTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Bass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Camera.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Cat.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ChangedRow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Controller.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Cooking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/DrumKit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Gamer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsole.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Guitar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Knitting.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ListHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ListItem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockInAggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockInCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockInObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/MusicalInstrument.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Musician.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ObjectVersion.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/OptimisticLockingSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/PowerSupplyUnit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockBand.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockBandProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockBandTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockMusician.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/SelfUpdatable.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Skill.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampInAggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampInCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampInObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampVersion.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Toy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/VetAppointment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/LineItem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/OrderTransaction.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/OrderTransactionTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/eis/xmlfile/OrderAmendments.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/NullsLastOrderedListContainerPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectA.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectB.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectD.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectE.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/OwnershipProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/OwnershipSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/PLSQLProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/PLSQLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/PLSQLXMLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Actor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Charity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Country.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/DefaultReadOnlyTestClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/HollywoodAgent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Movie.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Promoter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlyCharity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlyHollywoodAgent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlyProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlySystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Studio.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Customer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Dept.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Emp.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/FieldLocation.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/FieldManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/FieldOffice.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Resource.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/SalesPerson.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SampleStringSequencingPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SeqTestClass1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SeqTestClass2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SequenceTestData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SequenceTestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/TestProjectForSequenceChecking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/AbstractOrder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/AbstractOrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/AbstractSalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/CustomIndirectContainerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/CustomIndirectContainerSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Dog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectContainerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectListProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectListSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectMapProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectMapSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectSetProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectSetSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/MappedOrder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/MappedOrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/MappedSalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/OrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Player.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SalesRepContainer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SetOrder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SetOrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SetSalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Team.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/TransparentIndirectionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/CarOwner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/EngineType.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/FuelType.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/SportsCar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehiclePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehicleProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehicleSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehicleTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ClearDatabaseSchemaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ExtensionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/SRGTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/TestRunModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AddNullToAggregateCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AgentBuilderHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AgentBuilderTablesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionClearTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionMultipleUoWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionOuterJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionUoWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateEventTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInheritanceInitAggregateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInheritanceTypeFieldTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInvalidationIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateMappingNullNotAllow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsDirectCollectionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsManyToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToOneTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsTargetOneToOneTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateTransientValueTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateVersionOpimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateWithOneToOneRelationshipTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateWithoutAttributesInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/BatchReadingWithAggregateCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/CheckForNullUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/DescriptorRefreshCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/InMemoryQueryKeyToAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/JoinInAggregateAndOwnerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/MergingUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionAbstractTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/TransformationMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/UnitOfWorkCommitResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/VerifyCascadeDelete.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/bldnumberdetection/BuildNumberDetectionTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/cache/AdvancedProcessorTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/ClassPathTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLAntlrDependencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLJDBCDependencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLXDBEISDependencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/AddressClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/AnotherClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/CMClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/CMServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Client2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentReadingTest_Case1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentReadingTest_Case2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerExclusiveReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingNonDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerUpdateDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientSessionTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/CommunicationFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrencyManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrentBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestRefreshWithOptimisticLocking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestWithReadLocks.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConnectionPoolSizingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DonotAliaseTheTableWhenWeHaveSubSelectExpression.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeForClientServerSession.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeSeqDeadlockClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeSeqDeadlockClient2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/FIFO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/NPEIsThrownWhenWeTryToWriteNullToANullableField.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PolicyClientLock.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PolicyClientNonLock.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PolicyHolderClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PreBeginTransactionFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Reader.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Server.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Server1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ServerSessionTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/StreamReader.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionInsertDetectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionInsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CompareKeyWithBackupTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/OTMHashtableObjectUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/OTMPrivateOwnedDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/PerformDeletesFirstCollectionObjectRemovalTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/TreeSetComparatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/InMemoryDirectEntity1MTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapCollectionsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapEntryDirectEntity1MReportQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapKeyAggregateEntity1MReportQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapKeyDirectEntity1MReportQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapKeyEntityEntity1MReportQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateKeyOnAggregateKeyCollectionTableMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ClassLoaderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModelWithoutBinding.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConvertByteCharArrayToStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConvertClassTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConvertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLCursoredStreamReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLSubQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/DataReadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/EmployeeCustomSQLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/InsuranceORStoredProcedureSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/OutputParameterEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/ReadObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/SetCustomSQLQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcWithOutputParamsAndResultSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureARRAYTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureNoParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureNullInOutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureORParametersClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureObjectRelationalParameters.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureOutputListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureResultSetAndOutputTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest_Inout_Out_In.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTimestampTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureVARRAYParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingBatchReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingHashMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingsSerializedConverterTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithDirectMapMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithIndirectDirectMapMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DirectCollectionMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DirectMapMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/ManyToManyMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OneToManyMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OrderedListMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OrderedListMergeTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OrderedListMergeTest3.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/ComplexUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/Dist_Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedSessionBrokerServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/InsertNewCycleTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/InsertNewObjectIntoCycleTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/Item.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/StoredInObjectOptimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeNothingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeObjectTestEmployee1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeObjectWithOptimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateCollectionWithNewValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateToNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyAggregateCollectionNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyAggregateCollectionObjectsDeletedFromCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyDeletedObjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyObjectsDeletedFromCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/ChangeObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/ConfigurableCacheSyncDistributedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/ConfigurableUpdateChangeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/DeleteObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidCacheSyncTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidateObjectWithMissingReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/IsolatedObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/MultipleCacheSyncTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/NativeUpdateObjectInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/NewObjectWithOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/OrderedListNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RCMDistributedServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RCMDistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RelatedNewObjectCacheSyncTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RelatedNewObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/SendNewObjectCacheSyncTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/UpdateObjectInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastDistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastEventLock.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastReconnectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastSetupHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsConfigurationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsDistributedServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsDistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsSetupHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/DynamicEmployeeEntityComparator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/DynamicTestingHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/MyEntity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamicclassloader/Compatible.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamicclassloader/DynamicClassLoaderTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamicclassloader/Incompatible.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamichelper/DynamicHelperTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/DynamicEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/EmployeeQueriesTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/MappingConfigTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/EntityTypeFromDescriptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/EntityTypeFromScratch.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/MyEntity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/EmployeeProjectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/InvalidConfig.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/SimpleMapProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/SimpleMapProjectNoLogin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/sessionsxml/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/sessionsxml/ComicsConfigTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/sessionsxml/ComicsPopulateAndQueryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_AggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_ManyToMany.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_MultiTable.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_OneToMany.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_OneToOne.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/DefaultSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/NativeSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/TableSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/UnaryTableSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/AddDescriptorsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/EmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/EmployeeDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/ProjectDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/AboutToInsertEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/BuildEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/BuildOnRefreshEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/CloneAndMergeEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/CloneEventOnIsolatedSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/DeleteEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/EventHookTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/EventHookTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/InsertEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/MultipleTableAboutToInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/ObjectChangeSetEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/ObjectChangeSetUpdateAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/PostCalculateUOWChangeSetEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/PreInsertModifyChangeSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/RefreshEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/SessionEventTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/SingleTableAboutToInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/TestSessionListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/UpdateAttributeEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/UpdateAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/UpdateEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/WriteEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/BadExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/DefaultingFunctionsExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionBuilderTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionInMemoryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionOperatorUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionOuterJoinTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionSubSelectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/GetFunctionWithTwoArgumentsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/InvalidQueryKeyFunctionExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/LiteralExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/LiteralSQLExpressionWithQuestionMarkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/LowerCaseForCaseInsensitiveTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadAllExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadAllOuterJoinExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadAllOuterJoinExpressionTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadObjectExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/SearchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/ConnectionPoolFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/FailoverTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/FullDatabaseFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/SingleConnectionFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedConnection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedDriver.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedResultSetMetaData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedStatement.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/AddDescriptorsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/BatchWritingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CacheStatementBatchWritingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CannotOverrideConnectedSequenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ContainerCloningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ContainerIndirectionPolicySerializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CustomSequenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CustomSequencingPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/DatabaseLoginCodeCoverageTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeJoinFetchTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeNativeModeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeProjectForDatabaseChecking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeProjectForIntegrityChecker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerLoginIntegrityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FeatureTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FeatureTestModelWithINNERJoins.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FeatureTestModelWithoutBinding.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FieldedMessageLoggingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FieldedMessageLoggingTraceLocalizationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/GermanUmlautsWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/GetClassDescriptorForAliasTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/Handler.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/HelperSystemPropertyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/InitializeDescriptorsBeforeLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/InstantiationPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/IntegrityCheckerLazyCreationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/IntegrityCheckerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/JDBCBatchUpdatesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/JNDIConnectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/MessageLoggingEfficiencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/MessageLoggingEfficiencyTestClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NativeBatchWritingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NativeModeCreatorTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NoDefaultNullValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NullPasswordLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NullValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ObjectCopyingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingChangedValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingChangedValueUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingDeleteRowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingDeleteValueUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptomizeValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OracleNativeSeqInitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ParameterizedBatchUpdatesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/PrintIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDatabaseQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDynamicDataModifyDatabaseQueryParentRefExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDynamicDatabaseQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDynamicDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchParameterizedDatabaseQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchParameterizedDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ReconnectFlushStatementCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequenceFieldRemovalForAcquireValueAfterInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequenceStringExistingPKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequenceStringPKInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequencingConcurrencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequencingRollbackTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequencingTableQualifierTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SessionIsConnectedFlagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldCheckDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldNotCheckDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldNotThroughIntegrityCheckerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldThroughIntegrityCheckerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TestContext.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TestDataSource.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TopLinkBatchUpdatesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TransactionIsolationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/flashback/FlashbackTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/flashback/FlashbackUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/flashback/HistoricalSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopTimestampLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopTimestampLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopVersionLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopVersionLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLTimestampLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLTimestampLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLVersionLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLVersionLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/BasicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckAreVectorTypesAssignableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckAreVectorTypesAssignableWithNullVectorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckClassIsSubclassWithNullSuperclassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckCompareBigDecimalsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckCompareByteArraysWithDifferentElementsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareArrayContentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareArrayLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareCharArrayContentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareCharArrayLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/ConcurrencySemaphoreTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/ConcurrencySemaphoreThread.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/HelperTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/JavaUtilTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/JavaVersionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimeFromDateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimeFromLongTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimeFromStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimestampFromDateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimestampFromLongTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimestampFromStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoricalEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoricalQualifiedTableEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoryQualifiedTableTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoryTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoryTestRunModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/InsertWithHistoryPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/IsolatedSessionHistoricalTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/QualifiedTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/RollbackObjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/CleanupCacheKeyCorrectnessTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ClearLastAccessedIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ConcurrentIdentityMapKeyEnumerationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ConcurrentReadBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/CreateCacheKeyWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/DeleteFromIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/DeleteWithGarbageCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/GetSizeRecurseOptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/HardCacheWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/IdentityMapTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/IdentityWeakHashMapConcurrentModTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/InitializeIdentityMapByDescriptorJavaClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/InsertWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/MergeWithNoIdentityMap.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/MultipleDeleteFromIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/MultipleRegisterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ReadSoftCacheWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ReadWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/RegisterInIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/RemoveFromIdentityMapReturnTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/SetWriteLockInIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/TriggerValueHoldersSelfReferencingOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/CacheIdentityMapTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/CacheIdentityMapTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/ConcurrentAccessTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/ConcurrentReadBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/CustomDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/DeleteMiddleTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/InsertOverflowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/InsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryAPITest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryReadAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryReadObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryUnitOfWorkReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryUnitOfWorkUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryValueholderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheInvalidationPolicyCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/DailyCacheExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/EmployeeCacheExpiryTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/EmployeeDailyExpiryTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/EmployeeTimeToLiveTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/InvalidateAllExternalChangeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/InvalidateAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/InvalidateClassRecurseOptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/NoExpiryInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/PrimaryKeyQueryInUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadAllQueryCheckCacheOnlyExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadAllQueryConformExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadObjectCheckCacheOnlyExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadObjectQueryConformExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/RefreshIfNewerVersionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/RefreshQueryCacheExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/SessionCreateObjectReadTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkCreateObjectReadTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkExpiredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkRefreshAfterInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UpdateQueryChangeExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/BindingWithShallowInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/CursoredStreamInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/InfiniteRecursionWithNoDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/InheritanceTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/JoinWithSecondaryTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/LeafQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/NestedUnitOfWorkMergeIntoParentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/OverrideInheritedMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/PaginationInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/QueryInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/ReinitializeJoiningOnClassDescriptorWithInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/STI_JoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/SecondaryTableUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/SingleInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/TranslatedKeyInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/UnitOfWorkCommitResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/UnitOfWorkIdentityMapAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/insurance/InsuranceBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/insurance/InsuranceObjectRelationalTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/insurance/ObjectArrayMappingUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/DescriptorInitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/InterfaceWithTablesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/InterfaceWithoutTablesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/OneToManyVariableBackBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/PostCommitEventPrimaryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/QueryAccrossV11ProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/QueryAcrossV11Test.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/ReadAllBatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/ReadAllConformInUowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/UpdateObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneCodeCoverageTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneDeepMergeCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneGetTypeFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneNonPrivatelyOwnedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneShallowWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/CheckAccessorUsageForIsolatedClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ClientServerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ExceptionOnIsolatedReference.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ExclusiveConnectionClosedExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedBone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedChild.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedDog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedOneToManyQueryModificationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedOneToOneQueryModificationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedParent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedPhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionEventAdaptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionRelationConformingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/NoRowsUpdatedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ProjectXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VPDIsolatedSessionEventAdaptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VPDSupportTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VerifyExclusiveConnectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VerifyIsolationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VerifyQueryCacheIsolated.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jdkversiondetection/JDKVersionDetectionTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/AbstractSchemaIdentifierEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/AbstractSchemaIdentifierNotEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/AggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/BaseTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/BinaryOperatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/BinaryOperatorWithParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ChangeJPQLStringAfterExecutionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/CollectionMemberIdentifierEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/CollectionMemberIdentifierNotEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexInheritanceUsingNamedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexNestedOneToManyUsingInClause.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexStringInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexStringNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ConformResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/CustomQueryStringTranlateValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/DistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/DomainObjectComparer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/IdentifierTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLComplexSelectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLComplexTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLParameterTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLSimpleSelectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLSimpleTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLValidationTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ModTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/NullDomainObjectComparer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/OneToManyJoinOptimizationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/OrderByTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ParameterNameMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ParseOnceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectCOUNTOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexStringInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexStringNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectPhoneNumberAreaCodeWithEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectPhoneNumberDeclaredInINClauseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBetweenAndTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBetweenWithParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBooleanTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleDoubleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsBracketsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsMultipleDots.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsWithAs.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleFromFailed.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleInClauseInFromEmployeeManagerAndPhoneNumbers.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleInOneDotTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleLikeEscapeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleMemberOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleMemberOfWithParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotEqualsVariablesIngeter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotMemberOfWithParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleApostropheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleBetweenAndTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleConcatTestWithConstants1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleDoubleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsBracketsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsTestWithJoin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsTestWithManualJoin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsWithAs.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEscapeUnderscoreTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleFromFailed.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleInOneDotTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleInOneDotTestReversed.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleIsEmptyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleIsNotEmptyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleLikeTestWithParameter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleMemberOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotEqualsTwoVariables.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotEqualsVariablesIngeter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotMemberOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleOrFollowedByAndTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleOrFollowedByAndTestWithStaticNames.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleParameterTestChangingParameters.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberAreaCode.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberAreaCodeWithEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberNumberWithEmployeeWithExplicitJoin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberNumberWithEmployeeWithFirstNameFirst.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SmallProjectMemberOfProjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SmallProjectNOTMemberOfProjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SqrtTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/WhitespaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/legacy/LegacyTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/localization/LocalizationResourcesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/localization/LocalizationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/localization/LocalizationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/BidirectionalMMDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/BidirectionalUnitOfWorkManualTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/CommitOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/DeleteOrderUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/ManualVerificationModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/NewObjectDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/ReadToSeeMultipleFieldsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/ReadToSeeMultipleIDsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/SQLLogToFileTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/AddObjectNonPrimaryKeyManyToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/AdditionalJoinExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/BiDirectionInsertOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/BidirectionalUOWInsertAndDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/BidirectionalUOWInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/ConstraintOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/DirectCollectionMappingDeleteNullValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/EqualObjectUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/LoopingJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MTMPrivateOwnedWithValueholderDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MappingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableInsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableWriteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/ObjectTypeMappingBooleanToCharTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/ObjectTypeMappingDefaultNullValues.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/OneToOnePKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/OuterJoinWithMultipleTablesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/PrivateMMTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/Public1MTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SameNamePKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SelectionCriteriaInOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SelectionCriteriaInOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SelectionCriteriaInTargetOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/TwoLevelJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/TwoParametersTransformationMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/UnitOfWorkCommitResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/conversion/AttributeNamePrefixTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/conversion/AttributeNameTokenizerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/multipletable/MultipleTableModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/multipletable/MultipleTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/multipletable/ProjectModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSDoNotUseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMappingWorkbenchIntegrationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMaxRowsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryReturnConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryReturnNotConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryThrowExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryTriggerIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryTriggerIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSProjectDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSQueryOptionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSQueryTimeOutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSRefreshIdentityMapResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSUseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSshouldPrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nondeferredwrites/EmployeeDescriptorEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nondeferredwrites/NonDeferredWritesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nondeferredwrites/ProjectXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/onetoonejointable/OneToOneJoinTableEmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/ChangeSetOptimisticLockingInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/ChangeSetOptimisticLockingUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/FieldsLockingCachedUpdateCallsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyChangedValueUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyDeleteRowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyUpdateWithUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/SwitchableOptimisticLockingPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/TimestampNewObjectInCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateAllWithTimestampLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullAggregateValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullDirectToFieldValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullManyToManyValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullOneToManyValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullOneToManyValueTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullOneToOneValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullTransformationValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullVariableOneToOneValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/WriteLockValueSerializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/WriteNullAggregateWithTimestampLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Award.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Bar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarPopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Bartender.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded121OptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded12MInheritanceListOnSuperOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded12MInheritanceOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded12MOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedCollectionOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedMultiLevel121OptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedMultiLevel12MOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedMultiLevelCollectionOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedVersionLockingMultiplePrivateOwnedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/License.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Qualification.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchReadingValueholderInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchWritingFlushInWriteChangesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchWritingFlushQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/JoiningValueholderInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/ParameterBatchWritingFlushQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QueryAndSQLCountingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QueryAndSQLCountingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/RownumFilteringFirstResultQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/RownumFilteringQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ClearDescriptorQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ClearQueryResultsQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ConformingQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/NamedQueryQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/PartialAttributeQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheChangedParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheMaxResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheParameterizedResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ReadObjectQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ReportQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/UnitOfWorkQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/orderedlist/OrderListTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ownership/OwnershipTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ownership/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/ConcurrencyComparisonTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/ConcurrencyRegressionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/JavaPerformanceComparisonModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceComparisonModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceTestModelRun.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/BasicMathConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/IsolatedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/IsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsDatabaseSessionConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsSharedDatabaseSessionConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllUOWConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllUOWConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectIsolatedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedUOWConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedUOWConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/UpdateAnyObjectCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/UpdateAnyObjectCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/UpdateAnyObjectIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedConnection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedDriver.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSetMetaData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedStatement.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/CalendarTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ClassForNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ComplexMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ConcurrentHashMapGetConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ConcurrentHashMapPutConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/DatePrintingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/DoPrivilegedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/FieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ForLoopTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashMapGetConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashMapPutConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashtableGetConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashtablePutConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/InstanceCreationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/LazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/LinkedHashMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ListTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/MapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/MethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/SynchronizedLazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/UnsynchronizedLazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/VolatileLazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/InheritanceOuterJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/LargeRowFetchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/RowFetchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/TimestampDateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/TimestampTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/DeferredvsWriteLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/EmulatedReadAllvsReadAllFromResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/EmulatedReadObjectPreparedvsDynamicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyBatchedEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyJoinedEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexExpressionUnitOfWorkConformEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexvsConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllExpressionInheritanceProjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllFirstResultVsRownumFilteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllHugeCacheAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllInMemoryComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllInMemoryEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllMaxRowsFirstResultVsRownumFilteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllMaxRowsVsRownumFilteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllStreamvsCursorSizeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllStreamvsCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllUnitOfWorkConformingEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllUnitOfWorkEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsBatch1mTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsBatch21mTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsConformNewUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsInMemoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsJoinBatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsReadAllFromResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectByPrimaryKeyAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectByPrimaryKeyBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectByPrimaryKeyEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectCachevsDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectCompletelyEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectInMemoryComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectInMemoryEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectNamedQueryEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectPreparedvsDynamicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectStaticvsDynamicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectvsJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectvsParameterizedSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/ComplexUpdateEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertBatchUnitOfWorkComparisonTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertBigBadObjectUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertDeleteAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/MassInsertAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/MassInsertEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UnitOfWorkNoChangesClientSessionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UpdateAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UpdateBigBadObjectUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UpdateEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/VeryVeryMassInsertAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/platform/server/wls/WebLogic_12_PlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/plsql/PLSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/plsql/PLSQLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/plsql/PLSQLXMLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/AddressImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/BatchReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ComputerImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Contact.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Cubicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/CubicleImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DeleteProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DesktopComputer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DesktopComputerImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DoesExistProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/EmailImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/EmployeeImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/InheritanceReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/InsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/InterfaceProxyInvocationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/LargeProjectImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/PhoneImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProjectImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadWithExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadWithProxyEqualityExpression.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UOWRegisterProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkCommitAndResume.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkReplaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkUpdateFromCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkUpdateWithNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/Account.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/BadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CachedUpdateCallsQueryClearTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadeNoBindingOnQuery.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingAllCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingAllNoCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingNoneCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingNoneNoCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingPrivateCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingPrivateNoCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CollectionReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossOneToManyAcrossOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossWrappedOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsPerformanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsRedirectorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsSubclassesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsWithMultitableAndJoiningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsWithPrimaryKeyExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsWithSelectionObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformingShouldTriggerIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformingTestConfiguration.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformingThrowConformExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/Country.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamAnyOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamConformingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamCustomSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamReadWriteClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamReleaseConnectionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamWithUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamWithUselessConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DataReadQueryContainerPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DataReadQueryTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeepDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeepModifyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeepRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeleteAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeleteObjectPrivatelyOwningUntriggeredIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DirectReadQueryTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DoNotRedirectDefaultRedirectorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DoesExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DontMaintainCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/EmployeeWrapperPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/FirstResultAndMaxRowsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/FourPartialAttributeTestsWithJoinAttribute.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/GetTableGetFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/GetValueFromObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/IdentitySystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/IncorrectPartialAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/InheritancePrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/InheritanceViewPrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/Jdk12ScrollableCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MapReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MultiNameQueriesTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MultipleOrderByWithSameFieldNameNullsFirstTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MultipleOrderByWithSameFieldNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueriesClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueriesDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueriesUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueryDoesNotExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueryGetQueryNoArgumentsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueryNotFoundInUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NoIdentityMapProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ObjectLevelReadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OneToManyMaxRowsSettingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OnlyRefreshIfNewTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingByExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingMutipleTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingSuperClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingWithAnyOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PartialAttributeDistinctOrderByTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PartialAttributeTestWithJoinAttribute.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PartialAttributeWithCustomSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockBatchAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockEmptyTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockFineGrainedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockIndirectionJoiningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockNoLockJoinedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockOutsideUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedInQueryReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryLikeIgnoreCaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryToUpperOnParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PrivateDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PrivateModifyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBECollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEExcludedValues.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEObjectReferenceMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEObjectWithAllFieldsFilled.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBESpecialOperators.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEValidateUnsupportedMappingsFlag.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryByExampleInUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryExceptionStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryExecutionTimeSetOnBuildObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryFrameworkTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryTimeoutConnectionReleasedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryTimeoutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ReadAllNoDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RedirectQueryOnUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RedirectorOnDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RefreshNoCacheWithNoIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RefreshWithCheckCacheOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ReloadSelectionObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorAPITest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorBackwardReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorForwardOnlyResultSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorJoiningVerificationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorNavigationAPITest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorStatementCachingReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ServerClientNamedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/SetReferenceClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ShallowModifyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ShallowRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ShouldRegisterResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/State.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/TestClass1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/TranslatedStringsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UOWgetQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryExpressionMathTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryRollbackTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ValueReadQueryTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/WrappedEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ZeroPrimaryKeyExistenceCheckTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitAndInMemoryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitOnPKWithInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitWithInheritance.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitWithNonPKCriteriaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheMissTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/DescriptorUnitOfWorkConformObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/InMemoryCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/InMemoryCacheMissTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/InMemoryReadAllCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossAggregateCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossDirectCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossManyToManyAcrossOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossManyToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossNestedOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToManyAcrossOneToOneMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToManyMapping2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToOneMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryForFunctionsAcrossOneToManyAcrossOneToOneMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryForFunctionsAcrossOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryLike.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryReturnConformedOnIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryReturnNotConformedOnIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryThrowExceptionOnIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryTriggerIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/NamedQueryConformNullPointerException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/OneToOneCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryAndDescriptorCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitDisabledAndDescriptorDisabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitDisabledAndDescriptorEnabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitEnabledAndDescriptorDisabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitEnabledAndDescriptorEnabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitUndefinedAndDescriptorDisabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitUndefinedAndDescriptorEnabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformAcrossIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformDuplicateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformLikeSpecialCharacterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformReadObjectWithCriteriaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformWithOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformWithoutRegisteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/AggregateBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadValueholderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingBatchReadExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingStackOverflowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkInTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingWithInvalidQueryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ComplexJoinedAttributeQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/JoiningValueholderInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/MultipleJoinedAttributeQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/NestedBatchReadingNPETest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/NestedBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/NestedOneToManyBatchReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingCustomSelectionQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/OneToOneBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryAndSQLCountingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryAndSQLCountingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryOptimizationTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllBindAllParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllJoinReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllPartialReadingAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllPartialReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAnyObjectJoinPhoneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadObjectMappingJoinReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/ClearQueryOptionsOnStatementTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionHistory.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/ReadObjectQueryDisableCacheHitsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/RefreshCascadeAllNoIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/BasicReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/ChangedHintStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/DeleteTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToManyInverseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToOneInverseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalQueryWithInheritenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalQueryWithWhere.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/IndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/JoinInWhereClauseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/OracleSpecificTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/OrderSiblingsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/ReadWholeHierarchyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/UpdateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddFunctionItemTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddGroupingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddItemTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddNonFetchedJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddOrderingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddPartialAttributeForCustomSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddPartialAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/QueryRepreparationTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/RetrievePrimaryKeysTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/UseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/BidirectionalMMDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/DeleteReadOnlyClassTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/DeleteReadOnlyDescriptorTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/InsertReadOnlyClassTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/InsertReadOnlyDescriptorTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassAccessingTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassAggregateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassDeepMergeCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassDeleteTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassInsertTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassManyToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassOneToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassUpdateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyDescriptorInsertTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/UpdateReadOnlyClassTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/WriteableMappingReadOnlyClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/AddNewRegisteredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/AddReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/AddUnReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/DeepMergeCloneSerializedNewTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/DeepMergeCloneSerializedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/RelationshipsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/RemoveObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetInNewRegisteredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetNewRegisteredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetToNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetUnReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/UnitOfWorkRevertAndResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/UnitOfWorkRevertAndResumeTestDuplicates.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/BatchReadingForDirectCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/CacheExpiryRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/CascadeWithoutIMOnRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/DefaultReadOnlyClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/DescriptorRefreshCacheOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/InsuranceRefreshObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/Master.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/MasterSlaveProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/MasterSlaveSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/MasterSlaveTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/PredefinedQueryFromRemoteSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/QueryCacheHitEnabledAndDescriptorDisabledOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/QueryCacheHitUndefinedAndDescriptorDisabledOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/QueryCacheHitUndefinedAndDescriptorEnabledOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RMIRemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RMIServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RMIServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/ReadingThroughRemoteScrollableCursor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshCascadeNonPrivateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshMaintainIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshRemoteIdentityMapResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteSessionReadTimeTransferTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteValueHolderGarbageCollectedOriginalTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteValueHolderReinitializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/Slave.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/TransporterGenerator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIIIOPRemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIRemoteSessionControllerDispatcherForTestingExceptions.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/_RMIServerManagerController_Tie.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/_RMIServerManager_Stub.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/RMIConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/RMIRemoteSessionControllerDispatcherForTestingExceptions.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBARemoteSessionControllerDispatcherForTestingExceptions.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerOperations.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerRunner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/SunCORBARemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/_CORBAServerManagerImplBase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/_CORBAServerManagerStub.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/DescriptorExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/InsertUpdateStoredProcedureAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/ProjectAndDatabaseAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/ReturningPolicyTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/StoredProcedureGeneratorForAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/SubstituteSequencingWithReturningPolicyAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/TestModelAdapted.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/TestSystemAdapted.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/AdapterForReturningProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/AdapterWithReturnObjectControl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/BaseClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/Class1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/Class2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturnObjectControl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningInsertTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningMappingsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningTestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningUpdateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/AutoTableGeneratorBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/AutoTableGeneratorEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/SPGBasicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/SPGExecuteStoredProcedureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/SPGGenerateAmendmentClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/StoredProcedureGeneratorModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/DatabaseLoginWithNoEncryptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/ExceptionTestSaveSecurityManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/JCEEncryptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurableBackwardsCompatibilityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityOnFindMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityOnInitializingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileConvertingToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingAttributesInInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingAttributesInMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingClassExtractionMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingCopyPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingInstantiationPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/TestSecurityManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/BatchWritingWithSessionBrokerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/BrokerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ClientBrokerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ClientSessionBrokerTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/CustomDatabasePlatform.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/EmployeeProject1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/EmployeeProject2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ExternalTransactionControllerInitializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/MultipleClientBrokersTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ReadOnlyClassesInSessionBrokerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SequnceSettingOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/Server.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ServerBrokerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SessionBrokerClientQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SessionBrokerCustomFunctionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SessionBrokerPlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/VerifyClientBrokerCreationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/ReadObjectAlreadyInSessionCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/ReadObjectNotInSessionCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/ReadReferencedObjectNotInSessionCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/SessionCacheTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/WriteNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/WriteNewPessimisticLockedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/CustomEncryption.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/CustomTransportManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/FailoverLoginSettingsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/JavaLogSessionNamespaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/JavaLogSessionsXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/MWConfigModelEncryptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RCMWithJmsTopicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmBasicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmEncryptedPasswordTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmWithRmiAndJndiTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmWithRmiAndRmiRegistryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmWithTransportClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/ServerSessionEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionBrokerEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerGetMultipleSessionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerGetSessionNotFoundTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerGetSessionStringStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaDefaultValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaIncorrectTagValuesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaInvalidTagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaJBossPlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaJavaLogTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaLoggingOptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaMisplacedDependentTagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaNoLoggingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaProjectXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaReloadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaSequencingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaSunCORBATransportConfigTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWeblogicPlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWebsphere61PlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLServerSessionSchemaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSessionEventListenerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/PojoEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/PojoEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/SimplePojoClientTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/SimplePojoProjectXMLClientTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/SimplePojoSessionsXMLClientTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/AddDescriptorsMultithreadedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/AppendLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentDecryptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentQueryCacheQueryResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentReadFetchJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentReadFetchJoinWithUOWLocksTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentReadOneToOneInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/DescriptorQueryManagerMultithreadedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/MultithreadTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/QueryCacheMultithreadedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/QueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/Runner1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/Runner2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/SimultaneousTestsModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/TestExecutorWithClientSession.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/UpdateCacheKeyPropertiesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/ClientThread.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressThreeTierTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/ProjectWithSpacesDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/QuotedTableNameInitializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/DeleteCommitTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/DeleteRollbackTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/EmptyTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/InsertCommitTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/InsertRollbackTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/ReadingThroughWriteConnectionInTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/TransactionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/UpdateCommitTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/UpdateRollbackTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/AssertionFailedError.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/BidirectionalRelationshipMaintenanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/ConfigureJavaSE7IndirectCollectionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectContainerTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectContainerTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectListTestAPI.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectListTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectListTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectMapTestAPI.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectMapTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectMapTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectSetTestAPI.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectSetTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectSetTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/NullCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/NullDelegateInValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/RemoteDataReadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/TestHashtable.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/TestSession.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/TransparentIndirectionModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/UpdateDogTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/ZTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/ZTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/jdk8/IndirectListTestAPI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/jdk8/IndirectMapTestAPI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/jdk8/IndirectSetTestAPI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/BLOBTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/BooleanTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/CLOBTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/NumericTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/StringTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TimeDateTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestModelWithAccessors.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestModelWithOutAccessors.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/WriteTypeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unidirectional/UnidirectionalEmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/AllChangeSetsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/BuildCloneFromRowOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CanChangeReadOnlySetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CloneAttributeIfMutableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CollectionMappingMergeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CommitAfterExecuteModifyQueryDuringTransTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CommitUnitOfWorkAgainTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CommitUnitOfWorkForcingSQLExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ComplexMultipleUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentLargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentPerson.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentPhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentReadOnInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentReadOnUpdateWithEarlyTransTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentRefreshEventAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentRefreshOnCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentRefreshOnUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/Contact.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CreateDeleteCreateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CurrentChangeSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DateSubclass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepMergeCloneIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepMergeCloneSerializedObjectReferenceChangesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepMergeCloneSerializedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepNestedUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeleteAndConform.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeletingFromParentSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DoubleNestedUnitOfWorkDeleteConformedNestedNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DoubleNestedUnitOfWorkRegisterNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ErrorOnInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ExceptionsRaisedUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/FaultyUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/GetFromNewObjectWithConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/GetIdentityMapFromUOWForREADONLYClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/GetObjectFromIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/InsertNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockFailureUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockOnCloneDeadlockAvoidanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockOnCloneListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockOnCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MailAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeCloneWithReferencesTransparentIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeCloneWithReferencesWithNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeDeadIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MultipleUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MutableAttributeObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUOWWithNewObjectRegisteredTwiceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteConformedNestedNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteNestedNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkMultipleCommitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkNewObjectWithIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkQuery.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkReadOnlyClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NewObjectIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIMWithValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIdentityMapUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIdentityMergeCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoValidationWithInitIdentityMaps.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NullAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PerformDeletesFirstIgnoreUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PerformDeletesFirstIgnoreUpdateTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PerformDeletesFirstTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/Person.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostAcquireUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostCommitUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostReleaseUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostResumeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PreCommitUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PreReleaseUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PrepareUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ProtectedUnitOfWorkTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RefreshObjectNoIdentityMapUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RegisterNewObjectInIdentityMapNoSeqTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RegisterNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RegisterationUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RelationshipTreeInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UOWCommitAndResumeWithPreCalcChangeSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UOWHasOnlyDeletesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UOWSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkClientSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkCommitAndResume.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkCommitResumeOnFailureNoFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkCommitToDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkComplexRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkConcurrentRevertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkConformExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkDeleteNoValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkDeleteOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkEventTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkExistingObjectsListTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkInitializeAllIdentityMapsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkIsolatedAlwaysTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkIsolatedClientSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkNullPrimaryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkPartitionedIsolatedAlwaysTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkPartitionedTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkResumeOnFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRevertAndResumeWithNewTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRevertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRevertWithNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRollbackConnectionReleaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkSynchNewObjectsClientSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnregisterUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnregisteredNewObjectOptimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ViolateObjectSpaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/WasTransactionBegunPrematurelyRollbackTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/Weather.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/WorkingCloneCopyPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/ALCTEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/AggregateAttributeChangeTrackingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/ChangeEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/ChangeFlagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeAttributeChangeTrackingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeChangeFlagBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeChangeTrackingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeHybridChangeTrackingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/NestedUOWWithAttributeChangeTrackingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionAddOverflowBehaviourTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionAddRemoveTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionChangeFlagBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionResumeAddTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/WrongPropertyNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/ChangeTrackedWeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/DeferredChangeWeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/ForceWeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/HardReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/WeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationAlwaysRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationBuildObjectCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationIndirectionConformingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationJoinedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationM2MBatchReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeCircularIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeIndirectionOriginalsExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeOriginalsExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationNoNewObjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationNoOriginalsIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationNoOriginalsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/UnitOfWorkTransactionIsolationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/AcquireNestedUnitOfWork_WriteChanges_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/BeginTransactionEarly_WriteChanges_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/UnitOfWorkWriteChangesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChangesFailed_StatementCountTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChangesFailed_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_CommitAndResumeOnFailure_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_CommitAndResume_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_CommitFail_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Commit_NonTrivial_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Commit_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_DeleteAll_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_IssueSQL_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_NonCachingOLReadQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_OLModifyQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_OLReadQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_RegisterExisting_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_RegisterNew_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Register_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Release_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_ReportQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_RevertAndResume_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/AmendmentClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/AttributeAndMappingWithTransparentIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/AttributeNameNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/BatchCommitTransactionExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/BidirectionWithHashtableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ChainedExceptionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ChildDoesNotDefineAbstractQueryKeyOfParentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClassIndicatorFieldNotFoundTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClassWithProblemConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClassWithoutConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClientServerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClientSessionConstructorValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/CloseConnAfterDatabaseSessionTxnTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConnectionIsNullAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConnectionSizeChangedAfterLogin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConstructingDescriptorExceptionTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConstructorProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConstructorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConversionExceptionFromMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DatabaseAccessorNotConnectedTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DatabaseSessionAttemptLoginTwiceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DatabaseSessionLogoutThenLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DescriptorForInterfaceIsMissingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DescriptorIsMissingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DirectFieldNameNotSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/EmployeeWithProblems.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ErrorOccuredInAmendmentMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionSerializationTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionTestSaveDescriptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionValidationTestSuit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ForeignKeysDefinedIncorrectlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetClassDescriptorWithNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetMethodReturnTypeNotValidTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetMethodReturnsValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetTableNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalAccessWhileGettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileGettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileGettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileInstantiatingMethodBasedProxyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileInvokingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileInvokingFieldToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileSettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileSettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalTableNameInMultipleTableForeignKeyTest_Source.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalTableNameInMultipleTableForeignKeyTest_Target.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IncorrectCollectionPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InstantiationWhileConstructorInstantiationOfFactoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidAmendmentMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidAttributeTypeForProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidContainerPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidContainerPolicyWithTransparentIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDataModificationEventCodeTest_DirectCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDataModificationEventCodeTest_ManyToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDataModificationEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDescriptorEventCodeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidGetMethodReturnTypeForProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidIndirectionContainerClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidIndirectionPolicyOperationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidMappingOperationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidQueryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidSetMethodParameterTypeForProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidUseOfTransparentIndirectionTest_extractPrimaryKeyForReferenceObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidUseOfTransparentIndirectionTest_nullValueFromRow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidUseOfTransparentIndirectionTest_valueFromMethod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/KeyFromObjecWithoutDescriptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MappingCanNotBeReadOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MappingMustBeReadOnlyWhenStoredInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MissingForeignKeyTranslationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MissingMappingForFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MultipleTablePrimaryKeyMustBeFullyQualifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MultipleTablePrimaryKeyNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MultipleWriteMappingsForFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NestedUOWWithUpdateAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NewObjectRegisteration.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoAttributeConversionValueInObjectTypeMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoAttributeTransformationMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoAttributeValueConversionToFieldValueProvidedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoConstructorIndirectionContainerClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoFieldConversionValueInObjectTypeMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoFieldNameForMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoForeighKeysAreSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoMappingForPrimaryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoParamConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoReferenceKeyIsSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoRelationTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSourceRelationKeysSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSubClassMatchTest_AggregateCollection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSubClassMatchTest_AggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodOnFindObsoleteMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodOnInitializingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileConstructorInstantiationOfFactoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileConvertingToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingAttributesInMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingAttributesInMethodAccessor_GetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingAttributesInMethodAccessor_SetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingClassExtractionMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingCopyPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoTargetForeignKeysSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoTargetRelationKeysSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NormalDescriptorsDoNotSupportNonRelationalExtensionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedUpdateObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedWriteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileConstructorInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileGettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileGettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileMethodInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileSettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullUsernameLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParameterAndMappingWithIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParameterAndMappingWithTransparentIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParameterAndMappingWithoutIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParentClassIsSelfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParentDescriptorNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PersonInstanceAccess.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PersonMethodAccess.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PersonWithValueHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PrintStackTraceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PrivateConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ProxyIndirectionNotAvailableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/QueryParameterForOneToOneValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceDescriptorIsNotAggreagteCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceDescriptorIsNotAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceKeyFieldNotProperlySpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceTableNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/RelationKeyFieldNotProperlySpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReportQueryWithNoAttributesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReturnAndMappingWithTransparentIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReturnAndMappingWithoutIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReturnTypeInGetAttributeAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/SequenceFieldNameNotSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Server.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ServerSessionReadPoolTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/SetExistanceCheckingNotUnderstoodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/SetMethodParameterTypeNotValidTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/StructureNameNotSetInMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TableIsNotPresentInDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TableNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileCloningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileConstructorInstantiationOfFactoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileConstructorInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileEventExecutionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileGettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInstantiatingMethodBasedProxyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingFieldToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingRowExtractionMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileMethodInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileObsoleteEventExecuteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileSettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TestAggregateMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ThreeTierBehaviorTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/UOWWithoutDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ValidationModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ValueHolderInstantiationMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ValueNotFoundInClassIndicatorMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/VariableOneToOneMappingIsNotDefinedProperlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/AggregateWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/AggregateWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/BuildConstructorPorjectsDefaultReadOnlyClassesIsNotEmptyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/BuildDescriptorAddMultipleTableForeignKeyFieldNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/BuildDescriptorIsForInterfaceTrueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CMPDescriptorPessimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CMWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CMWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CollectionMappingIsMapPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CopyPolicyBuildsNewInstanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingMWIntergrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingMWIntergrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DuplicateDescriptorNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeCustomSQLMWIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeSubProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EventListenerCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ExpressionPersistenceSpecialTypesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ExpressionPersistenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ExpressionPersistenceTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ReportQueryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/FactoryClassIsNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/FactoryMethodNameIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/FactoryMethodNameIsNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetAboutToInsertSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetAboutToUpdateSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetClassExtractionMethodNameIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostBuildSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostCloneSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostDeleteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostInsertSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostMergeSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostRefreshSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostUpdateSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostWriteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreDeleteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreInsertSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreUpdateSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreWriteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetReadAllSubclassesViewIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetRelationshipPartnerAttributeNameIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GettersAndSettersForProjectClassGeneratorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InheritanceWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InheritanceWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InsuranceORWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InterfaceWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InterfaceWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/IsIsolatedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MapPolicyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingIsReadOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingModelWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingModelWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingWMIntegrationStoredProcedureTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingWorkbenchIntegrationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MultipleTableModelWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MultipleTableModelWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesGetEJBQLStringIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesIGetSQLStringIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesIsReadObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesRedirectorNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/OneToOneMappingShouldUseJoiningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/OneToOneMappingShouldVerifyDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/OptimisticLockingLinesSelectedFieldsLockingPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorInheritanceMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorNonUnicodeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorOrderByQueryKeysTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorResultFileTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorUnicodeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorWithCMPDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorWithVariablesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorWriteMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLDatabaseTableNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLOrderByQueryKeysTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLQueryManagerQueryOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLSortedCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLSortedCollectionMappingWithInvalidComparatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLStoredFunctionCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLStoredProcedureCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLUTF16EncodingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLUTF8EncodingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProxyIndirectionMWIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProxyIndirectionMWIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryKeyIsAbstractQueryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasDeleteQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasDoesExistQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasInsertQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasReadAllQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasReadObjectQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasUpdateQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerPropertyLinesAssumeExistenceForDoesExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerPropertyLinesAssumeNonExistenceForDoesExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/CacheQueryResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/DoNotUseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/FirstResultTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MaxRowsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryReturnConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryReturnNotConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryThrowExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryTriggerIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryManagerTimeoutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryOptionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryTimeOutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/RefreshIdentityMapResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/ShouldPrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/UseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryShouldMaintainCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ReturningPolicyWorkbenchIntegrationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/RuntimeCustomSQLQueriesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/SequencingWorkbenchIntegrationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysConformResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysRefreshCacheOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysRefreshCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldBeReadOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldDisableCacheHitsOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldDisableCacheHitsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldOnlyRefreshCacheIfNewerVersionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseBatchReadingOnMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseCacheIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseClassNameAsIndicatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseHardCacheWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseNoIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteCacheIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteHardCacheWeakIdentityMap.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteNoIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteWeakIdentityMap.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TimestampLockingPolicyUseLocalTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TransformationMappingUsesBasicIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TransparentIndirectionPolicyInstanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TypeConversionConverterDataClassIsArrayTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TypeConversionConverterObjectClassIsArrayTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/UseCollectionClassOnMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/UseTransparentMapOnCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/VariableOneToOneMappingClassIndicatorFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/VariableOneToOneMappingUniquePKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/VersionLockingPolicyStoreInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/WorkbenchIntegrationSystemHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/XMLProjectWriterTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/BidirectionalInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/BidirectionalInsertWithPartialRegisterationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/CommitOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexUpdateAndUnitOfWorkTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexUpdateTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/NoIdentityUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateChangeNothingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateChangeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateChangeValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateDeepOwnershipTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateToNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/ExpressionNode.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/ExpressionPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/ExpressionTreeModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/MessageDialog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/TextAreaOutputStream.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/history/HistoryFacade.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/refactoring/CodingStandard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ClassInfo.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ClassInfoCompare.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/LoginEditorDialog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/LoginEditorPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ProfileBrowser.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/SessionConsole.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/SessionConsolePanel.java already added, skipping package-tst-jar-zip: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-test-jars.zip build-sdo-javadocs: [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/plugins/commonj.sdo.source_2.1.1.v201112051852.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/commonj.sdo/src [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDODataFactory.java:28: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:1101: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:42: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:51: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:66: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:74: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:88: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:115: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:64: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:78: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:92: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:113: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:127: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:141: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:149: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:40: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:49: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:58: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:66: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:74: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:201: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:419: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:436: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:446: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:845: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:872: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:900: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:919: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:954: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:964: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:975: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:986: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:582: warning - Tag @link: reference not found: ChangeSummary.Setting setting [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:382: warning - Tag @link: reference not found: ChangeSummary.Setting settings [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:382: warning - Tag @link: reference not found: ChangeSummary.Setting settings [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:582: warning - Tag @link: reference not found: ChangeSummary.Setting setting [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1430: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1884: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2023: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2134: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2159: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2211: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2555: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2765: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:70: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:88: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:106: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:124: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:142: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:162: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:183: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:201: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:219: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:237: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:255: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:273: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:291: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:320: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:371: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:390: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:409: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:428: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:447: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:466: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:485: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:504: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:523: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:542: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:563: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:591: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOResolvable.java:350: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOSetting.java:31: warning - Tag @link: reference not found: javax.sound.midi.Sequence sequence [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:342: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:353: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:120: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:356: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:370: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:409: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:546: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:736: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:821: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/MapKeyLookupResult.java:54: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/MapKeyLookupResult.java:63: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SchemaResolverWrapper.java:165: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOCopyHelper.java:959: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOEqualityHelper.java:574: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:2180: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:2196: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/OPStack.java:223: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:379: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:391: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:457: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:468: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:478: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:494: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:515: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:527: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathExpression.java:39: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:67: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:368: warning - @return tag has no arguments. [javadoc] 100 warnings build-main-javadocs: [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/plugins/javax.persistence.source_2.1.1.v201509150925.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/jpa21/src [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/javax.xml.bind.source_2.2.12.v1410011542.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/javax.xml.bind/src [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/AdditionalCriteria.java:56: warning: no @return [javadoc] String value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Array.java:54: warning: no @return [javadoc] String databaseType(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Array.java:49: warning: no @return [javadoc] Class targetClass() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicCollection.java:64: warning: no @return [javadoc] FetchType fetch() default LAZY; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicCollection.java:70: warning: no @return [javadoc] Column valueColumn() default @Column; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:62: warning: no @return [javadoc] FetchType fetch() default LAZY; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:69: warning: no @return [javadoc] Column keyColumn() default @Column; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:75: warning: no @return [javadoc] Convert keyConverter() default @Convert; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:81: warning: no @return [javadoc] Column valueColumn() default @Column; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:87: warning: no @return [javadoc] Convert valueConverter() default @Convert; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BatchFetch.java:48: warning: no @return [javadoc] int size() default -1; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BatchFetch.java:40: warning: no @return [javadoc] BatchFetchType value() default BatchFetchType.JOIN; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:103: warning: no @return [javadoc] boolean alwaysRefresh() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:126: warning: no @return [javadoc] CacheCoordinationType coordinationType() default SEND_OBJECT_CHANGES; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:132: warning: no @return [javadoc] DatabaseChangeNotificationType databaseChangeNotificationType() default DatabaseChangeNotificationType.INVALIDATE; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:120: warning: no @return [javadoc] boolean disableHits() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:88: warning: no @return [javadoc] int expiry() default -1; // minus one is no expiry. [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:95: warning: no @return [javadoc] TimeOfDay expiryTimeOfDay() default @TimeOfDay(specified=false); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:80: warning: no @return [javadoc] CacheIsolationType isolation() default SHARED; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:113: warning: no @return [javadoc] boolean refreshOnlyIfNewer() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:72: warning: no @return [javadoc] boolean shared() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:63: warning: no @return [javadoc] int size() default 100; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:57: warning: no @return [javadoc] CacheType type() default SOFT_WEAK; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CacheIndex.java:43: warning: no @return [javadoc] String[] columnNames() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CacheIndex.java:49: warning: no @return [javadoc] boolean updateable() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CacheInterceptor.java:38: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ChangeTracking.java:42: warning: no @return [javadoc] ChangeTrackingType value() default AUTO; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ClassExtractor.java:64: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CloneCopyPolicy.java:67: warning: no @return [javadoc] String method(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CloneCopyPolicy.java:76: warning: no @return [javadoc] String workingCopyMethod(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:53: warning: no @return [javadoc] String catalog() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:47: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:73: warning: no @return [javadoc] PrimaryKeyJoinColumn[] primaryKeyJoinColumns() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:59: warning: no @return [javadoc] String schema() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:79: warning: no @return [javadoc] UniqueConstraint[] uniqueConstraints() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CompositeMember.java:46: warning: no @return [javadoc] String value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ConversionValue.java:33: warning: no @return [javadoc] String dataValue(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ConversionValue.java:38: warning: no @return [javadoc] String objectValue(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Convert.java:70: warning: no @return [javadoc] String value() default "none"; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Converter.java:54: warning: no @return [javadoc] Class converterClass(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Converter.java:48: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Converters.java:38: warning: no @return [javadoc] Converter[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CopyPolicy.java:51: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Customizer.java:41: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/DiscriminatorClass.java:33: warning: no @return [javadoc] String discriminator(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/DiscriminatorClass.java:38: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ExistenceChecking.java:46: warning: no @return [javadoc] ExistenceType value() default CHECK_CACHE; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchAttribute.java:47: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroup.java:62: warning: no @return [javadoc] FetchAttribute[] attributes(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroup.java:51: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroup.java:57: warning: no @return [javadoc] boolean load() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroups.java:37: warning: no @return [javadoc] FetchGroup[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:48: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:57: warning: no @return [javadoc] Column partitionColumn(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:63: warning: no @return [javadoc] String[] connectionPools() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:69: warning: no @return [javadoc] boolean unionUnpartitionableQueries() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:41: warning: no @return [javadoc] String catalog() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:52: warning: no @return [javadoc] String[] columnNames() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:35: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:38: warning: no @return [javadoc] String schema() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:44: warning: no @return [javadoc] String table() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/JoinFetch.java:42: warning: no @return [javadoc] JoinFetchType value() default JoinFetchType.INNER; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/MapKeyConvert.java:59: warning: no @return [javadoc] String value() default "none"; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Multitenant.java:53: warning: no @return [javadoc] boolean includeCriteria() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Multitenant.java:44: warning: no @return [javadoc] MultitenantType value() default MultitenantType.SINGLE_TABLE; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Mutable.java:39: warning: no @return [javadoc] boolean value() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQueries.java:34: warning: no @return [javadoc] NamedStoredFunctionQuery[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:54: warning: no @return [javadoc] String functionName(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:39: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:71: warning: no @return [javadoc] StoredProcedureParameter returnParameter(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:61: warning: no @return [javadoc] boolean callByIndex() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:44: warning: no @return [javadoc] QueryHint[] hints() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:66: warning: no @return [javadoc] StoredProcedureParameter[] parameters() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:49: warning: no @return [javadoc] String resultSetMapping() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQueries.java:35: warning: no @return [javadoc] NamedStoredProcedureQuery[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:42: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:76: warning: no @return [javadoc] String procedureName(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:98: warning: no @return [javadoc] boolean callByIndex() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:47: warning: no @return [javadoc] QueryHint[] hints() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:90: warning: no @return [javadoc] boolean multipleResultSets() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:103: warning: no @return [javadoc] StoredProcedureParameter[] parameters() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:54: warning: no @return [javadoc] Class resultClass() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:59: warning: no @return [javadoc] Class[] resultClasses() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:66: warning: no @return [javadoc] String resultSetMapping() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:71: warning: no @return [javadoc] String[] resultSetMappings() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:83: warning: no @return [javadoc] boolean returnsResultSet() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:65: warning: no @return [javadoc] ConversionValue[] conversionValues(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:47: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:53: warning: no @return [javadoc] Class dataType() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:71: warning: no @return [javadoc] String defaultObjectValue() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:59: warning: no @return [javadoc] Class objectType() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverters.java:39: warning: no @return [javadoc] ObjectTypeConverter[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/OptimisticLocking.java:54: warning: no @return [javadoc] boolean cascade() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/OptimisticLocking.java:48: warning: no @return [javadoc] Column[] selectedColumns() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/OptimisticLocking.java:42: warning: no @return [javadoc] OptimisticLockingType type() default VERSION_COLUMN; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Partitioned.java:49: warning: no @return [javadoc] String value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Partitioning.java:48: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Partitioning.java:53: warning: no @return [javadoc] Class partitioningClass(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/PinnedPartitioning.java:46: warning: no @return [javadoc] String connectionPool(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/PinnedPartitioning.java:41: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] 100 warnings build-nosql-javadocs: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:27: error: package com.mongodb does not exist [javadoc] import com.mongodb.ReadPreference; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:28: error: package com.mongodb does not exist [javadoc] import com.mongodb.WriteConcern; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/OIDSequence.java:17: error: package org.bson.types does not exist [javadoc] import org.bson.types.ObjectId; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:22: error: package oracle.AQ does not exist [javadoc] import oracle.AQ.*; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:27: error: package oracle.kv does not exist [javadoc] import oracle.kv.Consistency; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:28: error: package oracle.kv does not exist [javadoc] import oracle.kv.Durability; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:29: error: package oracle.kv does not exist [javadoc] import oracle.kv.Version; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:255: warning: no @param for record [javadoc] protected void convertRecordBytesToString(OracleNoSQLRecord record) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for descriptor [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for record [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for interaction [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for accessor [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @return [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:111: warning: no @return [javadoc] public boolean isLikeRegex() { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:118: warning: no @param for isLikeRegex [javadoc] public void setIsLikeRegex(boolean isLikeRegex) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:341: warning: no @param for expression [javadoc] protected void appendExpressionToQueryRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:341: warning: no @param for row [javadoc] protected void appendExpressionToQueryRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:341: warning: no @param for query [javadoc] protected void appendExpressionToQueryRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:431: warning: no @param for expression [javadoc] protected void appendExpressionToSortRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:431: warning: no @param for row [javadoc] protected void appendExpressionToSortRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:431: warning: no @param for query [javadoc] protected void appendExpressionToSortRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:452: warning: no @param for expression [javadoc] protected Object extractValueFromExpression(Expression expression, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:452: warning: no @param for query [javadoc] protected Object extractValueFromExpression(Expression expression, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:452: warning: no @return [javadoc] protected Object extractValueFromExpression(Expression expression, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/Field.java:37: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/JoinField.java:37: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/JoinField.java:42: warning: no @return [javadoc] String referencedFieldName() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/NoSql.java:59: warning: no @return [javadoc] DataFormatType dataFormat() default DataFormatType.XML; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/NoSql.java:54: warning: no @return [javadoc] String dataType() default ""; [javadoc] ^ [javadoc] 29 warnings build-jpars-javadocs: [javadoc] Generating Javadoc [javadoc] Javadoc execution build-javadocs: package-javadoc-zip: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/nosql-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-jpars-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo-javadocs.zip package-installer-zip: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/plugins/javax.persistence.source_2.1.1.v201509150925.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/jpa21/src [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink.zip [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.6.10.v20211216-9bb6b7fbe3.jar' clean-installer-reports: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer clean: compile-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:924: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1294 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:924: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2689 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:924: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning run-installer-tests: [mkdir] Created dir: /tmp/build789416567 [echo] /tmp/build789416567 [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink.zip into /tmp/build789416567 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer [junit] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 sec [delete] Deleting directory /tmp/build789416567 installer-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 188ms test-package-installer-zip: package-eclipselink-nosql-install: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins-nosql.zip package-all: generate-nightly-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3 [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3 init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../utils/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] release.version ='2.6.10' [echo] version.qualifier ='v20211216-9bb6b7fbe3' [echo] version.string ='2.6.10.v20211216-9bb6b7fbe3' [echo] eclipselink.install.prefix ='eclipselink' [echo] eclipselink.plugins.install.prefix='eclipselink-plugins' [echo] eclipselink.nosql.install.prefix ='eclipselink-plugins-nosql' [echo] eclipselink.zip.suffix ='.zip' [echo] classes.dir ='classes' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] p2.archive.presigned.zip ='eclipselink-P2-2.6.10.v20211216-9bb6b7fbe3.zip' [echo] build.id ='2.6.10' [echo] --- [echo] feature.build.dir ='classes/features' [echo] bundle.working.dir ='classes/plugins' [echo] --- [echo] p2.SDK.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] p2.SDK.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_*.jar' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_*.jar' [echo] p2.artifact.jar ='org.eclipse.equinox.artifact.repository_*.jar' [echo] signing.script ='dir' [echo] signing.dir ='/opt/public/download-staging.priv/rt/eclipselink' [echo] --- [echo] p2.composite.home.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/plugins' [say] bundle.install.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins.zip' [say] nosql.install.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins-nosql.zip' [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.milestone.repos.name ='EclipseLink Milestone Repository' [echo] p2.nightly.repos.name ='EclipseLink Nightly Build Repository' [echo] p2.release.repos.url ='http://download.eclipse.org/rt/eclipselink/updates' [echo] p2.milestone.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/milestone' [echo] p2.nightly.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/nightly' [echo] metadata.repos.name ='"EclipseLink Nightly Build Repository"' [echo] artifact.repos.name ='"EclipseLink Incremental Artifacts"' populate-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/plugins [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/features [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins-nosql.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/eclipselink-P2-2.6.10.v20211216-9bb6b7fbe3.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/eclipselink-P2-2.6.10.v20211216-9bb6b7fbe3.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3/features create-site-for-generation: publish-p2-solitary: publish-p2-child: [echo] java.home ='/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre' [echo] p2.SDK.plugin.dir='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_*.jar' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_*.jar' [echo] ----- [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20211216-9bb6b7fbe3' [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. publish-p2-repos: assemble-repos: extract-build-artifacts: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [echo] Extracting Build artifacts... [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216 [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' set-defaults: [echo] [echo] git.exec ='/usr/bin/git' [echo] build.deps.dir = '/home/jenkins/extension.lib.external' [echo] build.tool.root = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.6' get-git-hash: pre-init: [echo] 'M2_HOME' set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] ANT_ARGS='${env.ANT_ARGS}' [echo] ANT_OPTS='${env.ANT_OPTS}' [echo] [echo] env.JAVA_HOME = '/usr/lib/jvm/java' [echo] env.ANT_HOME = '${env.ANT_HOME}' [echo] env.JUNIT_HOME = '${env.JUNIT_HOME}' [echo] env.MAVENANT_DIR= '${env.MAVENANT_DIR}' [echo] env.PATH = '${env.PATH}' [echo] env.CLASSPATH = '${env.CLASSPATH}' [echo] env.GIT_EXEC = '${env.GIT_EXEC}' [echo] env.TARGET = '${env.TARGET}' [echo] [echo] java.version ='1.8.0_252' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='5.12.7-300.fc34.x86_64' [echo] [echo] builddate.buildtime='20211216.0502' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20211216-9bb6b7fbe3' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] common-init: [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.6' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] [echo] git.exec ='/usr/bin/git' [echo] [echo] EL version ='2.6.10' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.6.10.v20211216-9bb6b7fbe3' [echo] build.number ='20211216' [echo] git.hash ='9bb6b7fbe3' [echo] [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' [echo] db.driver ='com.mysql.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost/ecltest?useSSL=false' [echo] db.user ='root' [echo] db.pwd = ********** [echo] db.platform ='org.eclipse.persistence.platform.database.MySQLPlatform' init: cannot-generate-handoff: generate-handoff: [echo] Generating Publishing handoff file with the following values: [echo] procedure ='build' [echo] extract.loc ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20211216' [echo] host ='Eclipse' [echo] milestone.tag='2.6.10-SNAPSHOT' [echo] handoff.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/handoff-file-build-2.6-v20211216-9bb6b7fbe3.dat' test-p2-repos: test-lrg: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' clear-db: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. clear-database: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports [junit] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [junit] [EL Info]: 2021-12-16 05:06:08.486--DatabaseSessionImpl(434091818)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'ecltest' [junit] Error Code: 1049 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:326) [junit] at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138) [junit] at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162) [junit] at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:346) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:309) [junit] at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:434) [junit] at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.connect(DatabaseSessionImpl.java:436) [junit] at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.login(DatabaseSessionImpl.java:790) [junit] at org.eclipse.persistence.testing.framework.TestSystem.login(TestSystem.java:143) [junit] at org.eclipse.persistence.testing.framework.TestExecutor.getDefaultExecutor(TestExecutor.java:91) [junit] at org.eclipse.persistence.testing.framework.TestCase.runBare(TestCase.java:262) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] [EL Severe]: 2021-12-16 05:06:08.751--DatabaseSessionImpl(434091818)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'ecltest' [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'ecltest' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] Error Code: 1049 [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] [EL Warning]: 2021-12-16 05:06:08.752--Cannot login to the database (There is no English translation for this message.) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] [EL Warning]: 2021-12-16 05:06:08.77--DatabaseSessionImpl(434091818)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] Exception Description: DatabaseAccessor not connected. [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] [EL Warning]: 2021-12-16 05:06:08.771--Failed to drop database (There is no English translation for this message.) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) [junit] [EL Info]: connection: 2021-12-16 05:06:08.814--DatabaseSessionImpl(434091818)-- logout successful [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:864) [junit] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1707) [junit] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1217) [junit] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189) [junit] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220) [junit] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015) [junit] at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:768) [junit] at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385) [junit] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323) [junit] at java.sql.DriverManager.getConnection(DriverManager.java:664) [junit] at java.sql.DriverManager.getConnection(DriverManager.java:208) [junit] at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98) [junit] ... 18 more [junit] Local Exception Stack: [junit] Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] at org.eclipse.persistence.exceptions.DatabaseException.databaseAccessorNotConnected(DatabaseException.java:123) [junit] at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:325) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:615) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:1534) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:318) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:300) [junit] at org.eclipse.persistence.queries.DataReadQuery.executeNonCursor(DataReadQuery.java:197) [junit] at org.eclipse.persistence.queries.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:152) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DataReadQuery.execute(DataReadQuery.java:137) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3281) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeSelectingCall(AbstractSession.java:1963) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeSQL(AbstractSession.java:1979) [junit] at org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest.resetMySQL(ClearDatabaseSchemaTest.java:71) [junit] at org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest.test(ClearDatabaseSchemaTest.java:50) [junit] at org.eclipse.persistence.testing.framework.TestCase.executeTest(TestCase.java:545) [junit] at org.eclipse.persistence.testing.framework.TestCase.execute(TestCase.java:156) [junit] at org.eclipse.persistence.testing.framework.TestCase.runBare(TestCase.java:265) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] [EL Info]: 2021-12-16 05:06:08.814--DatabaseSessionImpl(434091818)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:08.819--DatabaseSessionImpl(434091818)-- login successful [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 sec test-core: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. test: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] Running org.eclipse.persistence.testing.tests.TestRunModel [junit] [EL Info]: 2021-12-16 05:06:09.332--DatabaseSessionImpl(485041780)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:09.624--DatabaseSessionImpl(485041780)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:09.802--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.WORKER' [junit] Error Code: 1051 [junit] Call: DROP TABLE WORKER [junit] Query: DataModifyQuery(sql="DROP TABLE WORKER") [junit] [EL Warning]: 2021-12-16 05:06:09.818--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ADD") [junit] [EL Warning]: 2021-12-16 05:06:09.832--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_CLNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_CLNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT") [junit] [EL Warning]: 2021-12-16 05:06:09.845--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ECNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ECNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT") [junit] [EL Warning]: 2021-12-16 05:06:09.86--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_COM [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_COM") [junit] [EL Warning]: 2021-12-16 05:06:09.874--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_EMP") [junit] [EL Warning]: 2021-12-16 05:06:09.887--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_LAN") [junit] [EL Warning]: 2021-12-16 05:06:09.92--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_RES' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_RES [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_RES") [junit] [EL Warning]: 2021-12-16 05:06:09.935--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGGVEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGGVEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE") [junit] [EL Warning]: 2021-12-16 05:06:09.948--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGENT [junit] Query: DataModifyQuery(sql="DROP TABLE AGENT") [junit] [EL Warning]: 2021-12-16 05:06:09.962--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE CUSTOMER") [junit] [EL Warning]: 2021-12-16 05:06:09.976--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE HOUSE") [junit] [EL Warning]: 2021-12-16 05:06:09.99--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE DEPENDANT") [junit] [EL Warning]: 2021-12-16 05:06:10.003--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COMPANY_AGG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COMPANY_AGG [junit] Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG") [junit] [EL Warning]: 2021-12-16 05:06:10.016--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SINGLE_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE SINGLE_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE") [junit] [EL Warning]: 2021-12-16 05:06:10.03--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SELLING_POINT' [junit] Error Code: 1051 [junit] Call: DROP TABLE SELLING_POINT [junit] Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT") [junit] [EL Warning]: 2021-12-16 05:06:10.043--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER") [junit] [EL Warning]: 2021-12-16 05:06:10.056--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE") [junit] [EL Warning]: 2021-12-16 05:06:10.069--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_SINGLE_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_SINGLE_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_SINGLE_HOUSE") [junit] [EL Warning]: 2021-12-16 05:06:10.081--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_SELLING_POINT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_SELLING_POINT [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_SELLING_POINT") [junit] [EL Warning]: 2021-12-16 05:06:10.094--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER") [junit] [EL Warning]: 2021-12-16 05:06:10.108--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT") [junit] [EL Warning]: 2021-12-16 05:06:10.281--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE") [junit] [EL Warning]: 2021-12-16 05:06:10.294--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.Employee1' [junit] Error Code: 1051 [junit] Call: DROP TABLE Employee1 [junit] Query: DataModifyQuery(sql="DROP TABLE Employee1") [junit] [EL Warning]: 2021-12-16 05:06:10.308--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_LAN") [junit] [EL Warning]: 2021-12-16 05:06:10.374--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.STUDENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE STUDENT [junit] Query: DataModifyQuery(sql="DROP TABLE STUDENT") [junit] [EL Warning]: 2021-12-16 05:06:10.389--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.GOLF_CLUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE GOLF_CLUB [junit] Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB") [junit] [EL Warning]: 2021-12-16 05:06:10.402--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MANUFACTURER' [junit] Error Code: 1051 [junit] Call: DROP TABLE MANUFACTURER [junit] Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER") [junit] [EL Warning]: 2021-12-16 05:06:11.42--UnitOfWork(474488818)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@3fc9504b] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) [junit] [EL Info]: connection: 2021-12-16 05:06:11.767--DatabaseSessionImpl(485041780)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:11.775--DatabaseSessionImpl(235151116)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:11.778--DatabaseSessionImpl(235151116)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:11.79--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONE' [junit] Error Code: 1051 [junit] Call: drop table PHONE [junit] Query: DataModifyQuery(sql="drop table PHONE") [junit] [EL Warning]: 2021-12-16 05:06:11.791--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RESPONS' [junit] Error Code: 1051 [junit] Call: drop table RESPONS [junit] Query: DataModifyQuery(sql="drop table RESPONS") [junit] [EL Warning]: 2021-12-16 05:06:11.791--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SALARY' [junit] Error Code: 1051 [junit] Call: drop table SALARY [junit] Query: DataModifyQuery(sql="drop table SALARY") [junit] [EL Warning]: 2021-12-16 05:06:11.792--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PROJ_EMP' [junit] Error Code: 1051 [junit] Call: drop table PROJ_EMP [junit] Query: DataModifyQuery(sql="drop table PROJ_EMP") [junit] [EL Warning]: 2021-12-16 05:06:11.792--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.LPROJECT' [junit] Error Code: 1051 [junit] Call: drop table LPROJECT [junit] Query: DataModifyQuery(sql="drop table LPROJECT") [junit] [EL Warning]: 2021-12-16 05:06:11.792--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PROJECT' [junit] Error Code: 1051 [junit] Call: drop table PROJECT [junit] Query: DataModifyQuery(sql="drop table PROJECT") [junit] [EL Warning]: 2021-12-16 05:06:11.793--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMPLOYEE' [junit] Error Code: 1051 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:11.793--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ADDRESS' [junit] Error Code: 1051 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2021-12-16 05:06:12.268--DatabaseSessionImpl(1677984391)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:12.271--DatabaseSessionImpl(1677984391)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:12.319--DatabaseSessionImpl(1677984391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:12.323--DatabaseSessionImpl(1677984391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:06:13.043--DatabaseSessionImpl(1677984391)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:06:13.043--DatabaseSessionImpl(235151116)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:13.043--DatabaseSessionImpl(179060558)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:13.046--DatabaseSessionImpl(179060558)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:13.107--DatabaseSessionImpl(179060558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:13.111--DatabaseSessionImpl(179060558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:06:13.592--DatabaseSessionImpl(179060558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CHILDNAM' [junit] Error Code: 1051 [junit] Call: drop table CHILDNAM [junit] Query: DataModifyQuery(sql="drop table CHILDNAM") [junit] [EL Info]: 2021-12-16 05:06:14.755--ServerSession(795156371)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:14.759--ServerSession(795156371)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:14.774--ServerSession(795156371)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:06:29.823--DatabaseSessionImpl(179060558)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:29.823--DatabaseSessionImpl(2047812687)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:29.826--DatabaseSessionImpl(2047812687)-- login successful [junit] [EL Info]: 2021-12-16 05:06:30.104--ServerSession(1121370413)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:30.111--ServerSession(1121370413)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:30.167--ServerSession(1121370413)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:06:30.168--DatabaseSessionImpl(2047812687)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:30.168--DatabaseSessionImpl(1657512321)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:30.171--DatabaseSessionImpl(1657512321)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:30.189--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_M_IT' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_M_IT [junit] Query: DataModifyQuery(sql="DROP TABLE COL_M_IT") [junit] [EL Warning]: 2021-12-16 05:06:30.202--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_MENU' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_MENU [junit] Query: DataModifyQuery(sql="DROP TABLE COL_MENU") [junit] [EL Warning]: 2021-12-16 05:06:30.215--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_PERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_PERS [junit] Query: DataModifyQuery(sql="DROP TABLE COL_PERS") [junit] [EL Warning]: 2021-12-16 05:06:30.228--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_LOCA' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LOCA [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LOCA") [junit] [EL Warning]: 2021-12-16 05:06:30.241--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_R_LO' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_R_LO [junit] Query: DataModifyQuery(sql="DROP TABLE COL_R_LO") [junit] [EL Warning]: 2021-12-16 05:06:30.255--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_R_LO2' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_R_LO2 [junit] Query: DataModifyQuery(sql="DROP TABLE COL_R_LO2") [junit] [EL Warning]: 2021-12-16 05:06:30.269--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_DI_R' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_DI_R [junit] Query: DataModifyQuery(sql="DROP TABLE COL_DI_R") [junit] [EL Warning]: 2021-12-16 05:06:30.282--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_REST' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_REST [junit] Query: DataModifyQuery(sql="DROP TABLE COL_REST") [junit] [EL Warning]: 2021-12-16 05:06:30.295--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_SLOG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SLOG [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SLOG") [junit] [EL Warning]: 2021-12-16 05:06:30.309--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_SERVICES' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SERVICES [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES") [junit] [EL Warning]: 2021-12-16 05:06:30.322--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_LICENSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LICENSE [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE") [junit] [EL Info]: connection: 2021-12-16 05:06:30.531--DatabaseSessionImpl(1657512321)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:30.531--DatabaseSessionImpl(487964833)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:30.533--DatabaseSessionImpl(487964833)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:30.834--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:06:30.835--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_A' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE") [junit] [EL Warning]: 2021-12-16 05:06:30.835--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_C' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF") [junit] [EL Warning]: 2021-12-16 05:06:30.836--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_C' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE") [junit] [EL Warning]: 2021-12-16 05:06:30.836--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_E' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF") [junit] [EL Warning]: 2021-12-16 05:06:30.836--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_A' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_A [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [junit] [EL Warning]: 2021-12-16 05:06:30.854--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_B' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_B [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [junit] [EL Warning]: 2021-12-16 05:06:30.868--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_C' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_C [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [junit] [EL Warning]: 2021-12-16 05:06:30.881--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_D' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_D [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [junit] [EL Warning]: 2021-12-16 05:06:30.895--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_E' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_E [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [junit] [EL Warning]: 2021-12-16 05:06:31.223--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:31.226--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:06:31.907--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:06:32.882--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [junit] [EL Warning]: 2021-12-16 05:06:32.895--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMSP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMSP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [junit] [EL Warning]: 2021-12-16 05:06:32.908--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMPH' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMPH [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [junit] [EL Warning]: 2021-12-16 05:06:32.921--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_PHO' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PHO [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [junit] [EL Warning]: 2021-12-16 05:06:32.934--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_CARD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CARD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [junit] [EL Warning]: 2021-12-16 05:06:32.946--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_COM [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [junit] [EL Warning]: 2021-12-16 05:06:32.96--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_CUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CUB [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [junit] [EL Warning]: 2021-12-16 05:06:32.973--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [junit] [EL Warning]: 2021-12-16 05:06:32.986--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CUBICLE_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUBICLE_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [junit] [EL Warning]: 2021-12-16 05:06:32.999--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_SHIP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SHIP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [junit] [EL Warning]: 2021-12-16 05:06:33.012--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_POL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_POL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [junit] [EL Warning]: 2021-12-16 05:06:33.025--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [junit] [EL Warning]: 2021-12-16 05:06:33.039--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_MON' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_MON [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [junit] [EL Warning]: 2021-12-16 05:06:33.052--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_HRW' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_HRW [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [junit] [EL Warning]: 2021-12-16 05:06:33.065--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_PERIPHERAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PERIPHERAL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [junit] [EL Warning]: 2021-12-16 05:06:33.079--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_SECURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SECURE [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [junit] [EL Warning]: 2021-12-16 05:06:33.092--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_IDENTIFICATION' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_IDENTIFICATION [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [junit] [EL Warning]: 2021-12-16 05:06:33.188--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_CON' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_CON [junit] Query: DataModifyQuery(sql="DROP TABLE U_CON") [junit] [EL Warning]: 2021-12-16 05:06:33.201--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE U_EMP") [junit] [EL Warning]: 2021-12-16 05:06:33.214--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE U_ADD") [junit] [EL Warning]: 2021-12-16 05:06:33.227--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_WEATH' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_WEATH [junit] Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [junit] [EL Warning]: 2021-12-16 05:06:33.24--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [junit] [EL Warning]: 2021-12-16 05:06:33.254--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [junit] [EL Warning]: 2021-12-16 05:06:33.267--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [junit] [EL Warning]: 2021-12-16 05:06:33.28--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [junit] [EL Warning]: 2021-12-16 05:06:33.293--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MUTABLE_TYPE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MUTABLE_TYPE [junit] Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") [junit] [EL Warning]: 2021-12-16 05:06:33.337--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.PROJECT_WORKER_BATCH' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2021-12-16 05:06:34.77--UnitOfWork(930987088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '151' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2021-12-16 05:06:34.779--UnitOfWork(1775428887)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Emanual Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2021-12-16 05:06:34.915--UnitOfWork(2066950947)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 153 [junit] [EL Warning]: 2021-12-16 05:06:34.953--UnitOfWork(795775690)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,077,938,655], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:06:34.953--UnitOfWork(1250496477)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [2,044,878,959], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:06:34.957--UnitOfWork(1811786362)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Emanual Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 151 [junit] [EL Warning]: 2021-12-16 05:06:34.975--UnitOfWork(151020702)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 153 [junit] [EL Warning]: 2021-12-16 05:06:35.085--UnitOfWork(2032613967)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Emanual Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,305,777,754], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:06:35.207--UnitOfWork(1886391178)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '104' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:06:35.239--UnitOfWork(1650307296)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [EL Warning]: 2021-12-16 05:06:35.259--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2021-12-16 05:06:35.274--UnitOfWork(794879594)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,008,185,687], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:06:35.314--UnitOfWork(100869666)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 [junit] Error Code: 1406 [junit] Call: UPDATE EMPLOYEE SET F_NAME = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [4 parameters bound] [junit] Query: UpdateObjectQuery(Employee: firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 Smith) [junit] [EL Info]: connection: 2021-12-16 05:06:35.314--DatabaseSessionImpl(487964833)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:35.314--DatabaseSessionImpl(1556116954)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:35.331--DatabaseSessionImpl(1556116954)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:35.335--DatabaseSessionImpl(1556116954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CM_OBJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE CM_OBJ [junit] Query: DataModifyQuery(sql="DROP TABLE CM_OBJ") [junit] [EL Info]: connection: 2021-12-16 05:06:35.459--DatabaseSessionImpl(1556116954)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:35.459--DatabaseSessionImpl(542467430)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:35.461--DatabaseSessionImpl(542467430)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:35.529--DatabaseSessionImpl(542467430)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:35.529--DatabaseSessionImpl(323287038)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:35.532--DatabaseSessionImpl(323287038)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:35.957--DatabaseSessionImpl(323287038)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:35.957--DatabaseSessionImpl(323287038)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:35.961--DatabaseSessionImpl(323287038)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:36.01--DatabaseSessionImpl(323287038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:36.014--DatabaseSessionImpl(323287038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:06:36.487--DatabaseSessionImpl(323287038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_Emp_Add does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_Emp_Add [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_Emp_Add") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test intended for Sybase and SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] [EL Info]: 2021-12-16 05:06:36.619--ServerSession(1335460065)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:36.624--ServerSession(1335460065)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:36.624--ServerSession(1335460065)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] [EL Info]: connection: 2021-12-16 05:06:36.64--DatabaseSessionImpl(323287038)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:36.64--DatabaseSessionImpl(1281445260)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:36.642--DatabaseSessionImpl(1281445260)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:36.775--DatabaseSessionImpl(1281445260)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:36.775--DatabaseSessionImpl(676275686)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:36.777--DatabaseSessionImpl(676275686)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:36.824--DatabaseSessionImpl(676275686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:36.827--DatabaseSessionImpl(676275686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:06:37.597--DatabaseSessionImpl(676275686)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:37.597--DatabaseSessionImpl(979818878)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:37.599--DatabaseSessionImpl(979818878)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:37.646--DatabaseSessionImpl(979818878)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:37.649--DatabaseSessionImpl(979818878)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:06:38.633--UnitOfWork(1115791983)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 310 [junit] [EL Warning]: 2021-12-16 05:06:38.65--UnitOfWork(294156754)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 310 [junit] [EL Info]: connection: 2021-12-16 05:06:38.712--DatabaseSessionImpl(979818878)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:38.712--DatabaseSessionImpl(5112121)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:38.714--DatabaseSessionImpl(5112121)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:38.762--DatabaseSessionImpl(5112121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:38.765--DatabaseSessionImpl(5112121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:06:39.734--UnitOfWork(1654025375)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 359 [junit] [EL Warning]: 2021-12-16 05:06:39.751--UnitOfWork(202160578)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 359 [junit] [EL Info]: connection: 2021-12-16 05:06:57.1--DatabaseSessionImpl(5112121)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:57.1--DatabaseSessionImpl(1230121951)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:57.102--DatabaseSessionImpl(1230121951)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:57.153--DatabaseSessionImpl(1230121951)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:57.157--DatabaseSessionImpl(1230121951)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:06:58.127--UnitOfWork(1151491527)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 406 [junit] [EL Warning]: 2021-12-16 05:06:58.142--UnitOfWork(1727565779)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 406 [junit] [EL Info]: connection: 2021-12-16 05:06:58.208--DatabaseSessionImpl(1230121951)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:58.209--DatabaseSessionImpl(212015831)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:58.211--DatabaseSessionImpl(212015831)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:58.404--DatabaseSessionImpl(212015831)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:58.404--DatabaseSessionImpl(697269002)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:58.406--DatabaseSessionImpl(697269002)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:06:58.407--DatabaseSessionImpl(697269002)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:58.407--DatabaseSessionImpl(1682096861)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:58.408--DatabaseSessionImpl(1682096861)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:58.453--DatabaseSessionImpl(1682096861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:58.456--DatabaseSessionImpl(1682096861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:06:59.153--DatabaseSessionImpl(1682096861)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:59.153--DatabaseSessionImpl(897056155)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:59.155--DatabaseSessionImpl(897056155)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:59.217--DatabaseSessionImpl(897056155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:59.221--DatabaseSessionImpl(897056155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:06:59.779--DatabaseSessionImpl(897056155)-- logout successful [junit] [EL Info]: 2021-12-16 05:06:59.78--DatabaseSessionImpl(1203172736)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:06:59.781--DatabaseSessionImpl(1203172736)-- login successful [junit] [EL Warning]: 2021-12-16 05:06:59.828--DatabaseSessionImpl(1203172736)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:06:59.832--DatabaseSessionImpl(1203172736)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:07:00.509--DatabaseSessionImpl(1203172736)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:00.509--DatabaseSessionImpl(343575932)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:00.511--DatabaseSessionImpl(343575932)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:01.099--DatabaseSessionImpl(343575932)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:01.099--DatabaseSessionImpl(90005627)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:01.101--DatabaseSessionImpl(90005627)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:02.4--UnitOfWork(1874451126)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIC Primary Key> 9 [junit] [EL Warning]: 2021-12-16 05:07:02.414--UnitOfWork(954933568)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIO Primary Key> 5 [junit] [EL Warning]: 2021-12-16 05:07:02.427--UnitOfWork(815131078)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIC Primary Key> 11 [junit] [EL Warning]: 2021-12-16 05:07:02.439--UnitOfWork(355876538)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIO Primary Key> 10 [junit] [EL Warning]: 2021-12-16 05:07:02.451--UnitOfWork(1567520676)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 7 [junit] [EL Warning]: 2021-12-16 05:07:02.454--UnitOfWork(472483689)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 7 [junit] [EL Warning]: 2021-12-16 05:07:02.462--UnitOfWork(1412782126)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 2 [junit] [EL Warning]: 2021-12-16 05:07:02.465--UnitOfWork(1714896759)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 2 [junit] [EL Warning]: 2021-12-16 05:07:02.473--UnitOfWork(2029406675)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 4 [junit] [EL Warning]: 2021-12-16 05:07:02.476--UnitOfWork(607880834)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 4 [junit] [EL Warning]: 2021-12-16 05:07:02.485--UnitOfWork(720759478)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 6 [junit] [EL Warning]: 2021-12-16 05:07:02.488--UnitOfWork(1936262654)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] 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. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 6 [junit] [EL Info]: connection: 2021-12-16 05:07:02.495--DatabaseSessionImpl(90005627)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:02.495--DatabaseSessionImpl(929100776)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:02.497--DatabaseSessionImpl(929100776)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:02.544--DatabaseSessionImpl(929100776)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:02.547--DatabaseSessionImpl(929100776)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2021-12-16 05:07:03.058--DatabaseSessionImpl(195949131)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:03.06--DatabaseSessionImpl(195949131)-- login successful [junit] [EL Info]: query: 2021-12-16 05:07:03.062--DatabaseSessionImpl(195949131)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Info]: connection: 2021-12-16 05:07:03.066--DatabaseSessionImpl(195949131)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:03.066--ServerSession(55751887)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:03.066--ServerSession(55751887)-- login successful [junit] [EL Info]: query: 2021-12-16 05:07:03.068--ClientSession(58642425)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Warning]: 2021-12-16 05:07:03.069--ClientSession(2029885969)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [junit] [EL Info]: query: 2021-12-16 05:07:03.069--ClientSession(1322823327)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Info]: connection: 2021-12-16 05:07:03.07--ServerSession(55751887)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:03.07--ServerSession(1433268548)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:03.071--ServerSession(1433268548)-- login successful [junit] [EL Info]: query: 2021-12-16 05:07:03.071--ClientSession(404458764)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Severe]: 2021-12-16 05:07:03.072--ServerSession(1433268548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:07:03.072--ClientSession(404458764)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Severe]: 2021-12-16 05:07:08.072--ServerSession(1433268548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:07:08.072--ClientSession(404458764)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Severe]: 2021-12-16 05:07:13.073--ServerSession(1433268548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Warning]: 2021-12-16 05:07:13.073--ClientSession(404458764)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:07:13.073--ServerSession(1433268548)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:13.073--DatabaseSessionImpl(929100776)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:13.073--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:13.075--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:13.197--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:13.201--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:07:14.817--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2021-12-16 05:07:16.353--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:07:16.785--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:07:17.544--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EVENTCUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTCUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER") [junit] [EL Warning]: 2021-12-16 05:07:17.557--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EASSOCIATIONS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EASSOCIATIONS [junit] Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS") [junit] [EL Warning]: 2021-12-16 05:07:17.569--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EVENTORDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTORDER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTORDER") [junit] [EL Warning]: 2021-12-16 05:07:17.583--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMAILACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMAILACC [junit] Query: DataModifyQuery(sql="DROP TABLE EMAILACC") [junit] [EL Warning]: 2021-12-16 05:07:17.595--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EPHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE EPHONE [junit] Query: DataModifyQuery(sql="DROP TABLE EPHONE") [junit] [EL Warning]: 2021-12-16 05:07:17.609--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE EADDRESS") [junit] [EL Warning]: 2021-12-16 05:07:17.673--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE PROJ [junit] Query: DataModifyQuery(sql="DROP TABLE PROJ") [junit] [EL Warning]: 2021-12-16 05:07:17.686--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.LPROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE LPROJ [junit] Query: DataModifyQuery(sql="DROP TABLE LPROJ") [junit] [EL Warning]: 2021-12-16 05:07:17.7--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUDGET' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUDGET [junit] Query: DataModifyQuery(sql="DROP TABLE BUDGET") [junit] [EL Warning]: 2021-12-16 05:07:17.729--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE TESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1") [junit] [EL Warning]: 2021-12-16 05:07:19.039--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SEQTESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1") [junit] [EL Warning]: 2021-12-16 05:07:19.052--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SEQTESTTABLE2' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE2 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2") [junit] [EL Warning]: 2021-12-16 05:07:19.076--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.REPORT_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:19.089--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.REPORT_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [junit] [EL Warning]: 2021-12-16 05:07:19.101--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BEER") [junit] [EL Warning]: 2021-12-16 05:07:19.113--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BAR' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR [junit] Query: DataModifyQuery(sql="DROP TABLE BAR") [junit] [EL Warning]: 2021-12-16 05:07:19.126--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BAR_BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR_BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [junit] [EL Warning]: 2021-12-16 05:07:19.139--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE PERSON") [junit] [EL Warning]: 2021-12-16 05:07:19.151--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BREWER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BREWER [junit] Query: DataModifyQuery(sql="DROP TABLE BREWER") [junit] [EL Warning]: 2021-12-16 05:07:19.172--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.QUERY_OPTION_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE QUERY_OPTION_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:19.19--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.QUERY_OPTION_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE QUERY_OPTION_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2021-12-16 05:07:28.202--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [foofoo] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:28.202--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [ [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] [junit] Argument: [2] [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:28.205--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:28.205--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:28.205--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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(). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:28.205--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:28.206--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The expression is not a valid expression. [junit] Logical operator [ AND ] [junit] Relation operator [ = ] [junit] Query Key firstName [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Constant blee [junit] Query Key managedEmployees [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:28.249--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [appartments] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2021-12-16 05:07:28.291--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.342--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectB ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.342--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectC ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.343--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=PhoneNumber ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.354--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.398--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.403--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.404--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.422--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.44--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.442--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:28.452--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2021-12-16 05:07:28.74--ServerSession(1411451832)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.744--ServerSession(1411451832)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.745--ServerSession(1411451832)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:28.745--ServerSession(256642099)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.748--ServerSession(256642099)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.749--ServerSession(256642099)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] [EL Info]: 2021-12-16 05:07:28.78--DatabaseSessionImpl(657657753)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.783--DatabaseSessionImpl(657657753)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:28.784--UnitOfWork(631164670)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] 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.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(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.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT") [junit] [EL Info]: connection: 2021-12-16 05:07:28.784--DatabaseSessionImpl(657657753)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: 2021-12-16 05:07:28.786--ServerSession(647097278)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.792--ServerSession(647097278)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.794--ServerSession(647097278)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:28.794--ServerSession(1773644919)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.799--ServerSession(1773644919)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.801--ServerSession(1773644919)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2021-12-16 05:07:28.83--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: A reference class must be provided. [junit] Query: ReadAllQuery() [junit] [EL Warning]: 2021-12-16 05:07:28.83--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Modify queries require an object to modify. [junit] Query: WriteObjectQuery(null) [junit] [EL Warning]: 2021-12-16 05:07:28.831--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Refreshing is not possible if the query does not go to the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Info]: 2021-12-16 05:07:28.869--ServerSession(1519945415)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.873--ServerSession(1519945415)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:28.874--ClientSession(1075124843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' [junit] Error Code: 1054 [junit] 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)) [junit] bind => [1 parameter bound] [junit] 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))") [junit] [EL Info]: connection: 2021-12-16 05:07:28.874--ServerSession(1519945415)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:28.875--ServerSession(1696636827)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.878--ServerSession(1696636827)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.885--ServerSession(1696636827)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:28.897--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Info]: 2021-12-16 05:07:28.942--ServerSession(1349399993)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.946--ServerSession(1349399993)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.948--ServerSession(1349399993)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:28.948--ServerSession(1015091036)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.952--ServerSession(1015091036)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.953--ServerSession(1015091036)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:28.954--ServerSession(1975331970)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.958--ServerSession(1975331970)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.959--ServerSession(1975331970)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:28.961--ServerSession(1753295452)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.965--ServerSession(1753295452)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:28.966--ServerSession(1753295452)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:28.968--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. [junit] Objects: [[]] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [junit] [EL Info]: 2021-12-16 05:07:28.992--DatabaseSessionImpl(7016094)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:28.995--DatabaseSessionImpl(7016094)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:29.001--DatabaseSessionImpl(7016094)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:29.031--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that's not mapped to query descriptor. [junit] Attribute name or Expression: [ [junit] Field BAD [junit] Base QUERY OBJECT] [junit] Wrong field: [BAD] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: UpdateAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:29.037--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:30.056--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: 2021-12-16 05:07:30.056--ServerSession(1110330016)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:30.063--ServerSession(1110330016)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:30.065--ServerSession(1110330016)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:30.067--Running checkCustomQueryRaceConditionsInReadAllQuery test. [junit] [EL Info]: 2021-12-16 05:07:30.068--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [junit] [EL Warning]: query: 2021-12-16 05:07:30.069--DatabaseSessionImpl(929707259)--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. [junit] [EL Info]: 2021-12-16 05:07:30.102--ServerSession(1654561726)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:30.105--ServerSession(1654561726)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:31.117--ClientSession(110636974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: connection: 2021-12-16 05:07:31.117--ServerSession(1654561726)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is intended for Oracle databases only. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: NULLS FIRST only supported on Oracle. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Database does not support INTERSECT [junit] [EL Warning]: 2021-12-16 05:07:31.244--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] 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))") [junit] [EL Warning]: 2021-12-16 05:07:31.336--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 763 [junit] [EL Warning]: 2021-12-16 05:07:31.34--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 764 [junit] [EL Warning]: 2021-12-16 05:07:31.344--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 765 [junit] [EL Warning]: 2021-12-16 05:07:31.347--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 766 [junit] [EL Warning]: 2021-12-16 05:07:31.476--DatabaseSessionImpl(929707259)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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)]))] [junit] [EL Warning]: 2021-12-16 05:07:31.576--DatabaseSessionImpl(929707259)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2021-12-16 05:07:31.643--DatabaseSessionImpl(929707259)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2021-12-16 05:07:31.654--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Query Key id [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:31.655--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Function operator [MAX(, )] [junit] Query Key id [junit] Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:31.699--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query item expression [ [junit] Query Key normalHours [junit] Base QUERY OBJECT]. [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:31.699--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:31.7--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:31.723--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] [junit] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:31.724--DatabaseSessionImpl(929707259)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ConversionException [junit] Exception Description: The object [Sarah-loo], 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]. [junit] Internal Exception: java.lang.NumberFormatException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test does not work on the this platform [junit] [EL Info]: 2021-12-16 05:07:31.806--ServerSession(530745131)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.811--ServerSession(530745131)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:31.823--ServerSession(530745131)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:31.824--ServerSession(556800557)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.844--ServerSession(556800557)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:31.857--ServerSession(556800557)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:31.858--ServerSession(177030015)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.862--ServerSession(177030015)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:31.873--ServerSession(177030015)--java.lang.NullPointerException [junit] [EL Info]: connection: 2021-12-16 05:07:31.873--ServerSession(177030015)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] 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. [junit] [EL Info]: 2021-12-16 05:07:31.874--ServerSession(1648778747)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.878--ServerSession(1648778747)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:31.891--ServerSession(1648778747)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:31.891--ServerSession(930985204)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.896--ServerSession(930985204)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:31.907--ServerSession(930985204)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:31.908--ServerSession(1452822162)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.912--ServerSession(1452822162)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:31.925--ServerSession(1452822162)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:31.925--ServerSession(1193082848)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.93--ServerSession(1193082848)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:31.942--ServerSession(1193082848)--java.lang.NullPointerException [junit] [EL Info]: connection: 2021-12-16 05:07:31.942--ServerSession(1193082848)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] 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. [junit] [EL Info]: 2021-12-16 05:07:31.942--ServerSession(1737768779)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.947--ServerSession(1737768779)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:31.972--ServerSession(1737768779)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:31.972--ServerSession(53117551)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.977--ServerSession(53117551)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:31.99--ServerSession(53117551)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:31.99--ServerSession(1822883753)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:31.995--ServerSession(1822883753)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.02--ServerSession(1822883753)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.021--DatabaseSessionImpl(1342869436)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: 2021-12-16 05:07:32.024--DatabaseSessionImpl(1342869436)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:32.024--DatabaseSessionImpl(1342869436)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.025--DatabaseSessionImpl(511913593)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.026--DatabaseSessionImpl(511913593)-- login successful [junit] [EL Severe]: 2021-12-16 05:07:32.027--DatabaseSessionImpl(511913593)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:32.028--DatabaseSessionImpl(511913593)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.032--DatabaseSessionImpl(358985663)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.034--DatabaseSessionImpl(358985663)-- login successful [junit] [EL Severe]: 2021-12-16 05:07:32.059--DatabaseSessionImpl(358985663)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:32.059--DatabaseSessionImpl(358985663)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.059--DatabaseSessionImpl(341859597)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.061--DatabaseSessionImpl(341859597)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.062--DatabaseSessionImpl(341859597)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:32.063--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [ [junit] Query Key addres [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:32.065--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.bad' doesn't exist [junit] Error Code: 1146 [junit] Call: select * from bad [junit] Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") [junit] [EL Fine]: 2021-12-16 05:07:32.07--Thread(Thread[main,5,main])--Time {0.5HR} [junit] [EL Fine]: 2021-12-16 05:07:32.071--Thread(Thread[main,5,main])--cmp_init_transformer_is_null [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test requires MSAccess or another database that will accept a null password [junit] [EL Info]: connection: 2021-12-16 05:07:32.084--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.084--DatabaseSessionImpl(1955521630)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.087--DatabaseSessionImpl(1955521630)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.089--DatabaseSessionImpl(1955521630)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.089--DatabaseSessionImpl(1955521630)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.09--DatabaseSessionImpl(1955521630)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.091--DatabaseSessionImpl(1955521630)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.091--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.093--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: 2021-12-16 05:07:32.094--DatabaseSessionImpl(600696341)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.095--DatabaseSessionImpl(600696341)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.095--DatabaseSessionImpl(600696341)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.096--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.096--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.098--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.101--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.103--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.106--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.106--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.106--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.108--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:32.109--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.NEW_SEQUENCE' [junit] Error Code: 1051 [junit] Call: DROP TABLE NEW_SEQUENCE [junit] Query: DataModifyQuery(sql="DROP TABLE NEW_SEQUENCE") [junit] [EL Info]: 2021-12-16 05:07:32.248--ServerSession(1580825201)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.251--ServerSession(1580825201)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.283--ServerSession(1580825201)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.283--ServerSession(315925820)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.286--ServerSession(315925820)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.317--ServerSession(315925820)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.317--ServerSession(1685438350)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.323--ServerSession(1685438350)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.352--ServerSession(1685438350)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.383--DatabaseSessionImpl(1763192842)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.386--DatabaseSessionImpl(1763192842)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.386--DatabaseSessionImpl(1763192842)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.387--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.387--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.389--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:32.39--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQUENCE' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [junit] [EL Info]: connection: 2021-12-16 05:07:32.39--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.39--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.393--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.393--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.393--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.395--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:32.396--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQTESTCLASS2_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [junit] [EL Info]: connection: 2021-12-16 05:07:32.396--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.396--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.399--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:32.401--UnitOfWork(1103168321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value [junit] Error Code: 1364 [junit] Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES (?) [junit] bind => [1 parameter bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@54c7cfa9) [junit] [EL Info]: connection: 2021-12-16 05:07:32.47--DatabaseSessionImpl(936994385)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.47--DatabaseSessionImpl(936994385)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.473--DatabaseSessionImpl(936994385)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.474--DatabaseSessionImpl(936994385)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.474--DatabaseSessionImpl(15960765)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.474--DatabaseSessionImpl(15960765)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.477--DatabaseSessionImpl(15960765)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.477--DatabaseSessionImpl(15960765)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.478--DatabaseSessionImpl(1444144186)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.478--DatabaseSessionImpl(1444144186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.48--DatabaseSessionImpl(1444144186)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.481--DatabaseSessionImpl(1444144186)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.481--DatabaseSessionImpl(1660454732)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.481--DatabaseSessionImpl(1660454732)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: 2021-12-16 05:07:32.484--DatabaseSessionImpl(1660454732)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:32.484--DatabaseSessionImpl(1660454732)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:32.485--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2021-12-16 05:07:32.487--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2021-12-16 05:07:32.487--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: connection: 2021-12-16 05:07:32.495--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.495--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.498--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.501--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.501--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.504--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.506--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.506--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.509--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.511--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.511--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.513--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.533--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.533--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.536--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:32.536--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:32.536--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:32.537--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:32.618--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:32.621--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:07:34.182--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2021-12-16 05:07:35.746--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:07:36.184--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2021-12-16 05:07:50.146--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [foofoo] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.147--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [ [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] [junit] Argument: [2] [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.149--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.149--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.149--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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(). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.149--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.15--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The expression is not a valid expression. [junit] Logical operator [ AND ] [junit] Relation operator [ = ] [junit] Query Key firstName [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Constant blee [junit] Query Key managedEmployees [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.186--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [appartments] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2021-12-16 05:07:50.22--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.273--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectB ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.273--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectC ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.274--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=PhoneNumber ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.284--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.326--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.331--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.332--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.348--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.366--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.368--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2021-12-16 05:07:50.377--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2021-12-16 05:07:50.648--ServerSession(770618175)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.651--ServerSession(770618175)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.652--ServerSession(770618175)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:50.652--ServerSession(1498778431)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.655--ServerSession(1498778431)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.655--ServerSession(1498778431)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] [EL Info]: 2021-12-16 05:07:50.682--DatabaseSessionImpl(2008936268)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.685--DatabaseSessionImpl(2008936268)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:50.685--UnitOfWork(1286102061)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] 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.EMP_ID = 5101) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT [junit] Query: ReadObjectQuery(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.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT") [junit] [EL Info]: connection: 2021-12-16 05:07:50.685--DatabaseSessionImpl(2008936268)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: 2021-12-16 05:07:50.687--ServerSession(560562533)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.692--ServerSession(560562533)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.693--ServerSession(560562533)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:50.694--ServerSession(1004011295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.698--ServerSession(1004011295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.699--ServerSession(1004011295)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2021-12-16 05:07:50.728--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: A reference class must be provided. [junit] Query: ReadAllQuery() [junit] [EL Warning]: 2021-12-16 05:07:50.728--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Modify queries require an object to modify. [junit] Query: WriteObjectQuery(null) [junit] [EL Warning]: 2021-12-16 05:07:50.729--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Refreshing is not possible if the query does not go to the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Info]: 2021-12-16 05:07:50.764--ServerSession(76440776)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.769--ServerSession(76440776)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:50.77--ClientSession(1544473292)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' [junit] Error Code: 1054 [junit] 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)) [junit] 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))") [junit] [EL Info]: connection: 2021-12-16 05:07:50.77--ServerSession(76440776)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:50.77--ServerSession(561429548)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.773--ServerSession(561429548)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.778--ServerSession(561429548)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:50.788--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Info]: 2021-12-16 05:07:50.827--ServerSession(1147482731)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.831--ServerSession(1147482731)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.833--ServerSession(1147482731)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:50.833--ServerSession(2089807136)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.836--ServerSession(2089807136)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.837--ServerSession(2089807136)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:50.838--ServerSession(663046011)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.841--ServerSession(663046011)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.842--ServerSession(663046011)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:50.844--ServerSession(2123362524)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.847--ServerSession(2123362524)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.847--ServerSession(2123362524)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:50.849--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. [junit] Objects: [[]] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [junit] [EL Info]: 2021-12-16 05:07:50.87--DatabaseSessionImpl(788529597)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:50.872--DatabaseSessionImpl(788529597)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:50.878--DatabaseSessionImpl(788529597)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:50.903--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that's not mapped to query descriptor. [junit] Attribute name or Expression: [ [junit] Field BAD [junit] Base QUERY OBJECT] [junit] Wrong field: [BAD] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: UpdateAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:50.908--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:51.917--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: 2021-12-16 05:07:51.917--ServerSession(1188735659)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:51.922--ServerSession(1188735659)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:51.924--ServerSession(1188735659)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:51.925--Running checkCustomQueryRaceConditionsInReadAllQuery test. [junit] [EL Info]: 2021-12-16 05:07:51.926--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [junit] [EL Warning]: query: 2021-12-16 05:07:51.927--DatabaseSessionImpl(1697269295)--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. [junit] [EL Info]: 2021-12-16 05:07:51.954--ServerSession(45575934)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:51.957--ServerSession(45575934)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:52.97--ClientSession(2010629602)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: connection: 2021-12-16 05:07:52.97--ServerSession(45575934)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is intended for Oracle databases only. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: NULLS FIRST only supported on Oracle. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Database does not support INTERSECT [junit] [EL Warning]: 2021-12-16 05:07:53.077--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] 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))") [junit] [EL Warning]: 2021-12-16 05:07:53.16--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,163 [junit] [EL Warning]: 2021-12-16 05:07:53.164--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,164 [junit] [EL Warning]: 2021-12-16 05:07:53.167--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,165 [junit] [EL Warning]: 2021-12-16 05:07:53.17--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,166 [junit] [EL Warning]: 2021-12-16 05:07:53.267--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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)]))] [junit] [EL Warning]: 2021-12-16 05:07:53.344--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2021-12-16 05:07:53.398--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2021-12-16 05:07:53.407--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Query Key id [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:53.407--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Function operator [MAX(, )] [junit] Query Key id [junit] Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:53.441--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query item expression [ [junit] Query Key normalHours [junit] Base QUERY OBJECT]. [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:53.442--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:53.442--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:53.46--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] [junit] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:53.46--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ConversionException [junit] 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]. [junit] Internal Exception: java.lang.NumberFormatException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test does not work on the this platform [junit] [EL Info]: 2021-12-16 05:07:53.534--ServerSession(1709593672)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.539--ServerSession(1709593672)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.548--ServerSession(1709593672)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.549--ServerSession(538105943)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.553--ServerSession(538105943)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.563--ServerSession(538105943)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.564--ServerSession(1532094190)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.568--ServerSession(1532094190)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:53.577--ServerSession(1532094190)--java.lang.NullPointerException [junit] [EL Info]: connection: 2021-12-16 05:07:53.578--ServerSession(1532094190)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] 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. [junit] [EL Info]: 2021-12-16 05:07:53.578--ServerSession(1339520961)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.582--ServerSession(1339520961)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.592--ServerSession(1339520961)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.593--ServerSession(1015543092)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.597--ServerSession(1015543092)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.606--ServerSession(1015543092)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.607--ServerSession(182740081)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.611--ServerSession(182740081)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.621--ServerSession(182740081)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.621--ServerSession(1505232216)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.625--ServerSession(1505232216)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:53.634--ServerSession(1505232216)--java.lang.NullPointerException [junit] [EL Info]: connection: 2021-12-16 05:07:53.635--ServerSession(1505232216)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] 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. [junit] [EL Info]: 2021-12-16 05:07:53.635--ServerSession(1878190208)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.639--ServerSession(1878190208)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.659--ServerSession(1878190208)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.66--ServerSession(422303083)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.664--ServerSession(422303083)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.676--ServerSession(422303083)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.676--ServerSession(983125774)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.68--ServerSession(983125774)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.702--ServerSession(983125774)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.703--DatabaseSessionImpl(1829404288)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: 2021-12-16 05:07:53.706--DatabaseSessionImpl(1829404288)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:53.706--DatabaseSessionImpl(1829404288)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.707--DatabaseSessionImpl(1067531858)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.708--DatabaseSessionImpl(1067531858)-- login successful [junit] [EL Severe]: 2021-12-16 05:07:53.709--DatabaseSessionImpl(1067531858)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:53.709--DatabaseSessionImpl(1067531858)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.713--DatabaseSessionImpl(271963809)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.714--DatabaseSessionImpl(271963809)-- login successful [junit] [EL Severe]: 2021-12-16 05:07:53.729--DatabaseSessionImpl(271963809)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:53.729--DatabaseSessionImpl(271963809)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.73--DatabaseSessionImpl(754537388)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.731--DatabaseSessionImpl(754537388)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.732--DatabaseSessionImpl(754537388)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:53.733--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [ [junit] Query Key addres [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:07:53.734--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.bad' doesn't exist [junit] Error Code: 1146 [junit] Call: select * from bad [junit] Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") [junit] [EL Fine]: 2021-12-16 05:07:53.739--Thread(Thread[main,5,main])--Time {0.5HR} [junit] [EL Fine]: 2021-12-16 05:07:53.739--Thread(Thread[main,5,main])--cmp_init_transformer_is_null [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test requires MSAccess or another database that will accept a null password [junit] [EL Info]: connection: 2021-12-16 05:07:53.752--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.752--DatabaseSessionImpl(2039714437)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.755--DatabaseSessionImpl(2039714437)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.757--DatabaseSessionImpl(2039714437)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.758--DatabaseSessionImpl(2039714437)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.759--DatabaseSessionImpl(2039714437)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.759--DatabaseSessionImpl(2039714437)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.759--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.762--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: 2021-12-16 05:07:53.762--DatabaseSessionImpl(1945781290)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.764--DatabaseSessionImpl(1945781290)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.764--DatabaseSessionImpl(1945781290)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.764--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.764--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.768--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.768--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.769--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.771--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.771--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.771--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.774--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: 2021-12-16 05:07:53.929--ServerSession(1909245998)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.932--ServerSession(1909245998)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.962--ServerSession(1909245998)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.962--ServerSession(230492922)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.965--ServerSession(230492922)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:53.994--ServerSession(230492922)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:53.994--ServerSession(1454750365)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:53.998--ServerSession(1454750365)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.027--ServerSession(1454750365)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.054--DatabaseSessionImpl(308899630)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.057--DatabaseSessionImpl(308899630)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.057--DatabaseSessionImpl(308899630)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.057--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.057--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.059--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:54.06--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQUENCE' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 50 WHERE SEQ_NAME = 'SEQTESTCLASS2_SEQ' [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [junit] [EL Info]: connection: 2021-12-16 05:07:54.06--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.06--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.062--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.063--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.063--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.065--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:54.066--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQTESTCLASS2_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [junit] [EL Info]: connection: 2021-12-16 05:07:54.066--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.066--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.068--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:54.069--UnitOfWork(1920822686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value [junit] Error Code: 1364 [junit] Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES ('aTestValue') [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@6cb54420) [junit] [EL Info]: connection: 2021-12-16 05:07:54.116--DatabaseSessionImpl(636870733)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.116--DatabaseSessionImpl(636870733)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.119--DatabaseSessionImpl(636870733)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.119--DatabaseSessionImpl(636870733)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.12--DatabaseSessionImpl(541706234)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.12--DatabaseSessionImpl(541706234)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.122--DatabaseSessionImpl(541706234)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.122--DatabaseSessionImpl(541706234)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.122--DatabaseSessionImpl(1193456316)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.122--DatabaseSessionImpl(1193456316)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.124--DatabaseSessionImpl(1193456316)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.125--DatabaseSessionImpl(1193456316)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.125--DatabaseSessionImpl(172007001)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.125--DatabaseSessionImpl(172007001)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: 2021-12-16 05:07:54.127--DatabaseSessionImpl(172007001)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2021-12-16 05:07:54.127--DatabaseSessionImpl(172007001)-- logout successful [junit] [EL Warning]: 2021-12-16 05:07:54.127--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2021-12-16 05:07:54.13--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2021-12-16 05:07:54.13--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: connection: 2021-12-16 05:07:54.136--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.136--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.139--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.141--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.141--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.143--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.146--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.146--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.148--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.149--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.149--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.151--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.17--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.17--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.173--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:54.173--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:54.173--DatabaseSessionImpl(1363057875)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:54.174--DatabaseSessionImpl(1363057875)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:56.896--DatabaseSessionImpl(1363057875)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:56.896--DatabaseSessionImpl(1093495523)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:56.897--DatabaseSessionImpl(1093495523)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:07:59.612--DatabaseSessionImpl(1093495523)-- logout successful [junit] [EL Info]: 2021-12-16 05:07:59.612--DatabaseSessionImpl(2070846767)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:07:59.614--DatabaseSessionImpl(2070846767)-- login successful [junit] [EL Warning]: 2021-12-16 05:07:59.664--DatabaseSessionImpl(2070846767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:07:59.667--DatabaseSessionImpl(2070846767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2021-12-16 05:08:01.957--ServerSession(1179141279)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:01.962--ServerSession(1179141279)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:01.969--SessionBroker(1288409395)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:01.969--ServerSession(1179141279)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:01.97--ServerSession(1705938518)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:01.973--ServerSession(1705938518)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:01.978--ServerSession(1705938518)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:01.979--ServerSession(379968806)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:01.982--ServerSession(379968806)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:01.984--SessionBroker(1245250850)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:01.985--ServerSession(379968806)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:01.985--ServerSession(1886894577)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:01.988--ServerSession(1886894577)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:01.992--ServerSession(1886894577)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:01.992--ServerSession(308921851)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:01.996--ServerSession(308921851)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:01.999--SessionBroker(1913310256)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:01.999--ServerSession(308921851)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:01.999--ServerSession(618816528)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.002--ServerSession(618816528)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:02.004--ServerSession(618816528)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:02.007--ServerSession(539656980)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.011--ServerSession(539656980)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:02.012--ServerSession(539656980)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:02.012--ServerSession(667989537)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.016--ServerSession(667989537)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:02.016--ServerSession(667989537)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:02.017--ServerSession(1492157022)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.02--ServerSession(1492157022)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:02.021--ServerSession(1492157022)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:02.021--ServerSession(1186793918)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.025--ServerSession(1186793918)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:02.026--ServerSession(1186793918)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:02.026--ServerSession(607904735)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.03--ServerSession(607904735)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:02.03--ServerSession(607904735)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:02.031--ServerSession(912688158)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.034--ServerSession(912688158)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:02.035--ServerSession(912688158)-- logout successful [junit] [EL Warning]: 2021-12-16 05:08:02.057--HistoricalSession(364186184)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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. [junit] Query: WriteObjectQuery(Employee: ) [junit] [EL Warning]: 2021-12-16 05:08:02.062--DatabaseSessionImpl(2070846767)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2021-12-16 05:08:02.393--DatabaseSessionImpl(829126873)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:02.396--DatabaseSessionImpl(829126873)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:03.101--DatabaseSessionImpl(2070846767)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:03.101--DatabaseSessionImpl(1790558058)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:03.103--DatabaseSessionImpl(1790558058)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:03.257--DatabaseSessionImpl(1790558058)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:08:03.262--DatabaseSessionImpl(1790558058)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2021-12-16 05:08:05.953--ServerSession(68379784)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.957--ServerSession(68379784)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:05.96--SessionBroker(502797174)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:05.96--ServerSession(68379784)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:05.96--ServerSession(1648309726)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.964--ServerSession(1648309726)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:05.967--ServerSession(1648309726)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:05.968--ServerSession(230427120)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.971--ServerSession(230427120)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:05.973--SessionBroker(955959905)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:05.973--ServerSession(230427120)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:05.973--ServerSession(818180000)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.977--ServerSession(818180000)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:05.979--ServerSession(818180000)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:05.98--ServerSession(775323040)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.983--ServerSession(775323040)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:05.985--SessionBroker(1421513942)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:05.985--ServerSession(775323040)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:05.985--ServerSession(1385177710)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.988--ServerSession(1385177710)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:05.99--ServerSession(1385177710)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:05.99--ServerSession(329563589)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.993--ServerSession(329563589)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:05.994--ServerSession(329563589)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:05.994--ServerSession(593638472)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:05.997--ServerSession(593638472)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:05.998--ServerSession(593638472)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:06.002--ServerSession(1598853901)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:06.005--ServerSession(1598853901)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:06.006--ServerSession(1598853901)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:06.006--ServerSession(205654537)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:06.009--ServerSession(205654537)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:06.011--ServerSession(205654537)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:06.011--ServerSession(829334267)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:06.014--ServerSession(829334267)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:06.015--ServerSession(829334267)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:06.015--ServerSession(1357327253)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:06.02--ServerSession(1357327253)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:06.021--ServerSession(1357327253)-- logout successful [junit] [EL Warning]: 2021-12-16 05:08:06.041--HistoricalSession(335685179)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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. [junit] Query: WriteObjectQuery(Employee: ) [junit] [EL Warning]: 2021-12-16 05:08:06.05--DatabaseSessionImpl(1790558058)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2021-12-16 05:08:06.368--DatabaseSessionImpl(1317929562)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:06.37--DatabaseSessionImpl(1317929562)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:07.099--DatabaseSessionImpl(1790558058)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:07.099--DatabaseSessionImpl(1947166053)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:07.101--DatabaseSessionImpl(1947166053)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:07.648--DatabaseSessionImpl(1947166053)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:08:07.652--DatabaseSessionImpl(1947166053)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2021-12-16 05:08:10.36--ServerSession(1060273173)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.364--ServerSession(1060273173)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:10.365--SessionBroker(265147637)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:10.365--ServerSession(1060273173)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:10.366--ServerSession(1520280731)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.369--ServerSession(1520280731)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.372--ServerSession(1520280731)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:10.373--ServerSession(1173846663)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.376--ServerSession(1173846663)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:10.377--SessionBroker(1471971264)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:10.377--ServerSession(1173846663)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:10.377--ServerSession(1020602772)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.38--ServerSession(1020602772)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.383--ServerSession(1020602772)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:10.384--ServerSession(1832961503)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.387--ServerSession(1832961503)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:10.388--SessionBroker(1251742586)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2021-12-16 05:08:10.388--ServerSession(1832961503)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:10.388--ServerSession(952966106)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.391--ServerSession(952966106)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.393--ServerSession(952966106)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:10.393--ServerSession(1551237890)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.396--ServerSession(1551237890)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.396--ServerSession(1551237890)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:10.397--ServerSession(971461242)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.4--ServerSession(971461242)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.4--ServerSession(971461242)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:10.402--ServerSession(2113818081)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.405--ServerSession(2113818081)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.406--ServerSession(2113818081)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:10.406--ServerSession(568483312)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.409--ServerSession(568483312)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.41--ServerSession(568483312)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:10.411--ServerSession(1677076929)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.414--ServerSession(1677076929)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.415--ServerSession(1677076929)--serverSession logout successful [junit] [EL Info]: 2021-12-16 05:08:10.415--ServerSession(1776653853)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.418--ServerSession(1776653853)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:10.419--ServerSession(1776653853)-- logout successful [junit] [EL Warning]: 2021-12-16 05:08:10.435--HistoricalSession(973022804)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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. [junit] Query: WriteObjectQuery(Employee: ) [junit] [EL Warning]: 2021-12-16 05:08:10.441--DatabaseSessionImpl(1947166053)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2021-12-16 05:08:10.732--DatabaseSessionImpl(1367568346)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:10.734--DatabaseSessionImpl(1367568346)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:11.473--DatabaseSessionImpl(1947166053)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:11.473--DatabaseSessionImpl(1300781785)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:11.475--DatabaseSessionImpl(1300781785)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:11.574--DatabaseSessionImpl(1300781785)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:08:11.583--DatabaseSessionImpl(1300781785)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:08:14.101--DatabaseSessionImpl(1300781785)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:14.101--DatabaseSessionImpl(326419055)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:14.103--DatabaseSessionImpl(326419055)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:14.103--DatabaseSessionImpl(326419055)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:14.103--DatabaseSessionImpl(1307766916)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:14.104--DatabaseSessionImpl(1307766916)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:14.129--DatabaseSessionImpl(1307766916)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: connection: 2021-12-16 05:08:17.896--DatabaseSessionImpl(1307766916)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:17.896--DatabaseSessionImpl(618560256)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:17.898--DatabaseSessionImpl(618560256)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:17.989--DatabaseSessionImpl(618560256)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Info]: connection: 2021-12-16 05:08:19.033--DatabaseSessionImpl(618560256)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:19.033--DatabaseSessionImpl(2045091238)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:19.034--DatabaseSessionImpl(2045091238)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:19.035--DatabaseSessionImpl(2045091238)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:19.035--DatabaseSessionImpl(2045091238)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:19.036--DatabaseSessionImpl(2045091238)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:19.036--DatabaseSessionImpl(2045091238)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:19.036--DatabaseSessionImpl(1723624728)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:19.037--DatabaseSessionImpl(1723624728)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:19.039--DatabaseSessionImpl(1723624728)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_PROG' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_PROG [junit] Query: DataModifyQuery(sql="DROP TABLE TV_PROG") [junit] [EL Warning]: 2021-12-16 05:08:19.084--DatabaseSessionImpl(1723624728)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_NET' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_NET [junit] Query: DataModifyQuery(sql="DROP TABLE TV_NET") [junit] [EL Warning]: 2021-12-16 05:08:19.109--DatabaseSessionImpl(1723624728)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_SCED' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_SCED [junit] Query: DataModifyQuery(sql="DROP TABLE TV_SCED") [junit] [EL Warning]: 2021-12-16 05:08:19.126--DatabaseSessionImpl(1723624728)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_SCPG' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_SCPG [junit] Query: DataModifyQuery(sql="DROP TABLE TV_SCPG") [junit] [EL Info]: connection: 2021-12-16 05:08:19.209--DatabaseSessionImpl(1723624728)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:19.209--DatabaseSessionImpl(800189634)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:19.211--DatabaseSessionImpl(800189634)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:19.226--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SECRTRY' [junit] Error Code: 1051 [junit] Call: DROP TABLE SECRTRY [junit] Query: DataModifyQuery(sql="DROP TABLE SECRTRY") [junit] [EL Warning]: 2021-12-16 05:08:19.258--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RECEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE RECEP [junit] Query: DataModifyQuery(sql="DROP TABLE RECEP") [junit] [EL Warning]: 2021-12-16 05:08:19.278--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PRD_MGR' [junit] Error Code: 1051 [junit] Call: DROP TABLE PRD_MGR [junit] Query: DataModifyQuery(sql="DROP TABLE PRD_MGR") [junit] [EL Warning]: 2021-12-16 05:08:19.302--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PER_MGR' [junit] Error Code: 1051 [junit] Call: DROP TABLE PER_MGR [junit] Query: DataModifyQuery(sql="DROP TABLE PER_MGR") [junit] [EL Warning]: 2021-12-16 05:08:19.329--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PRD_DEV' [junit] Error Code: 1051 [junit] Call: DROP TABLE PRD_DEV [junit] Query: DataModifyQuery(sql="DROP TABLE PRD_DEV") [junit] [EL Warning]: 2021-12-16 05:08:19.359--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CRS_DEV' [junit] Error Code: 1051 [junit] Call: DROP TABLE CRS_DEV [junit] Query: DataModifyQuery(sql="DROP TABLE CRS_DEV") [junit] [EL Warning]: 2021-12-16 05:08:19.394--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DEV_JOB' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEV_JOB [junit] Query: DataModifyQuery(sql="DROP TABLE DEV_JOB") [junit] [EL Warning]: 2021-12-16 05:08:19.436--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ADM_JOB' [junit] Error Code: 1051 [junit] Call: DROP TABLE ADM_JOB [junit] Query: DataModifyQuery(sql="DROP TABLE ADM_JOB") [junit] [EL Warning]: 2021-12-16 05:08:19.461--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_EMP") [junit] [EL Warning]: 2021-12-16 05:08:19.478--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_CMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_CMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_CMP") [junit] [EL Warning]: 2021-12-16 05:08:19.499--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_EML' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_EML [junit] Query: DataModifyQuery(sql="DROP TABLE INT_EML") [junit] [EL Warning]: 2021-12-16 05:08:19.524--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_PHN' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_PHN [junit] Query: DataModifyQuery(sql="DROP TABLE INT_PHN") [junit] [EL Warning]: 2021-12-16 05:08:19.551--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_COMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_COMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_COMP") [junit] [EL Warning]: 2021-12-16 05:08:19.588--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_VEH' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_VEH [junit] Query: DataModifyQuery(sql="DROP TABLE INT_VEH") [junit] [EL Warning]: 2021-12-16 05:08:19.623--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ACTOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACTOR [junit] Query: DataModifyQuery(sql="DROP TABLE ACTOR") [junit] [EL Warning]: 2021-12-16 05:08:19.651--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DOCUMENTARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE DOCUMENTARY [junit] Query: DataModifyQuery(sql="DROP TABLE DOCUMENTARY") [junit] [EL Warning]: 2021-12-16 05:08:19.672--DatabaseSessionImpl(800189634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.FILM' [junit] Error Code: 1051 [junit] Call: DROP TABLE FILM [junit] Query: DataModifyQuery(sql="DROP TABLE FILM") [junit] [EL Warning]: 2021-12-16 05:08:19.935--DatabaseSessionImpl(800189634)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. [junit] 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") [junit] [EL Warning]: 2021-12-16 05:08:20.154--DatabaseSessionImpl(800189634)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Querying across a VariableOneToOneMapping is not supported. [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.interfaces.Employee --> [DatabaseTable(INT_EMP)])] [junit] Mapping: [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Info]: connection: 2021-12-16 05:08:20.194--DatabaseSessionImpl(800189634)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:20.195--DatabaseSessionImpl(679165643)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:20.2--DatabaseSessionImpl(679165643)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:20.201--DatabaseSessionImpl(679165643)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:20.201--DatabaseSessionImpl(800189634)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:20.202--DatabaseSessionImpl(800189634)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:20.203--DatabaseSessionImpl(800189634)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:20.203--DatabaseSessionImpl(1736973522)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:20.204--DatabaseSessionImpl(1736973522)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This model is intended for Oracle databases only. [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2021-12-16 05:08:20.366--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:08:20.371--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:08:21.498--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CACH_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE CACH_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE CACH_LCK") [junit] [EL Warning]: 2021-12-16 05:08:21.53--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OBJ_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE OBJ_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE OBJ_LCK") [junit] [EL Warning]: 2021-12-16 05:08:21.547--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TSO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSO_LCK") [junit] [EL Warning]: 2021-12-16 05:08:21.565--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TSAO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSAO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSAO_LCK") [junit] [EL Warning]: 2021-12-16 05:08:21.589--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE AO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE AO_LCK") [junit] [EL Warning]: 2021-12-16 05:08:21.615--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TSC_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSC_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSC_LCK") [junit] [EL Warning]: 2021-12-16 05:08:21.642--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CHNG_ROW' [junit] Error Code: 1051 [junit] Call: DROP TABLE CHNG_ROW [junit] Query: DataModifyQuery(sql="DROP TABLE CHNG_ROW") [junit] [EL Warning]: 2021-12-16 05:08:21.676--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OL_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE OL_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE OL_ITEM") [junit] [EL Warning]: 2021-12-16 05:08:21.713--DatabaseSessionImpl(1736973522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OL_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE OL_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE OL_HOLDER") [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:08:23.59--UnitOfWork(1298289426)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:08:23.599--UnitOfWork(1846970888)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:08:23.604--UnitOfWork(1512657293)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (f_name, emp_id, version) SELECT 'first', 9830, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 9830, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:08:23.609--UnitOfWork(1118809333)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 9840, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9840, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:08:23.613--UnitOfWork(1985217418)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 9850, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9850, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] QueryTimeoutBatch test completed without timeout. [junit] [EL Info]: 2021-12-16 05:08:23.844--DatabaseSessionImpl(2146707479)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:23.847--DatabaseSessionImpl(2146707479)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:23.847--DatabaseSessionImpl(2146707479)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:08:23.847--DatabaseSessionImpl(1736973522)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:23.847--DatabaseSessionImpl(1586406881)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:23.849--DatabaseSessionImpl(1586406881)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:25.062--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2021-12-16 05:08:28.661--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [junit] [36, 36] A select statement must have a FROM clause. [junit] [EL Info]: 2021-12-16 05:08:28.901--ServerSession(320717867)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:28.903--ServerSession(320717867)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:28.903--ServerSession(320717867)-- logout successful [junit] [EL Warning]: 2021-12-16 05:08:29.473--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [junit] [36, 36] A select statement must have a FROM clause. [junit] [EL Info]: 2021-12-16 05:08:29.657--ServerSession(596571627)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:29.659--ServerSession(596571627)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:29.659--ServerSession(596571627)-- logout successful [junit] [EL Warning]: 2021-12-16 05:08:30.356--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow AccountBean account]. [junit] [43, 43] A select statement must have a FROM clause. [junit] [EL Warning]: 2021-12-16 05:08:30.618--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT FROM EMPLOYEE emp]. [junit] [7, 7] The select expression is missing from the SELECT clause. [junit] [EL Warning]: 2021-12-16 05:08:30.62--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT OBJECT(i) FROM Integer i WHERE i.city = "Ottawa"]. [junit] [22, 29] The abstract schema type 'Integer' is unknown. [junit] [38, 44] The state field path 'i.city' cannot be resolved to a valid type. [junit] [EL Warning]: 2021-12-16 05:08:30.62--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT OBJECT(nullRoot) FROM Employee emp WHERE emp.firstName = "Fred"]. [junit] [14, 22] The identification variable 'nullRoot' is not defined in the FROM clause. [junit] [EL Warning]: 2021-12-16 05:08:30.62--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROW Employee emp]. [junit] [36, 36] A select statement must have a FROM clause. [junit] [EL Warning]: 2021-12-16 05:08:30.621--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName == "Fred"]. [junit] [59, 59] A comparison expression must define the left side of the comparison. [junit] [EL Warning]: 2021-12-16 05:08:30.621--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" AND 1]. [junit] [70, 71] The right expression is not a valid expression. [junit] [EL Warning]: 2021-12-16 05:08:30.621--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [junit] [69, 76] The right expression is not a valid expression. [junit] [EL Warning]: 2021-12-16 05:08:30.622--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SLEECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [junit] [0, 76] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [junit] [EL Warning]: 2021-12-16 05:08:30.622--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [OBJECT(emp) FROM Employee emp]. [junit] [0, 29] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [junit] [EL Warning]: 2021-12-16 05:08:30.622--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT OBJECT(emp) FROM Employee employee WHERE emp.firstName = "Fred"]. [junit] [48, 61] The state field path 'emp.firstName' cannot be resolved to a valid type. [junit] [14, 17] The identification variable 'emp' is not defined in the FROM clause. [junit] [48, 51] The identification variable 'emp' is not defined in the FROM clause. [junit] [EL Warning]: 2021-12-16 05:08:30.623--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [FROM Employee WHERE firstName = ?1]. [junit] [14, 14] An identification variable must be provided for a range variable declaration. [junit] [EL Warning]: 2021-12-16 05:08:30.623--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(+emp1) FROM Employee +emp1]. [junit] [14, 19] The encapsulated expression is not a valid expression. [junit] [35, 36] The FROM clause has 'Employee +' and 'emp1' that are not separated by a comma. [junit] [35, 36] The identification variable '+' cannot be a reserved word. [junit] [40, 40] An identification variable must be provided for a range variable declaration. [junit] [EL Warning]: 2021-12-16 05:08:30.626--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp 1) FROM Employee emp 1]. [junit] [19, 19] A select statement must have a FROM clause. [junit] [17, 17] The right parenthesis is missing from the OBJECT expression. [junit] [18, 19] The identification variable '1' is not following the rules for a Java identifier. [junit] [19, 40] The query contains a malformed ending. [junit] [EL Warning]: 2021-12-16 05:08:30.637--DatabaseSessionImpl(1586406881)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The parameter name [2] in the query's selection criteria does not match any parameter name defined in the query. [junit] 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))") [junit] [EL Info]: connection: 2021-12-16 05:08:30.639--DatabaseSessionImpl(1586406881)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:30.639--DatabaseSessionImpl(1803729378)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:30.641--DatabaseSessionImpl(1803729378)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:31.657--DatabaseSessionImpl(1803729378)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:31.657--DatabaseSessionImpl(460741314)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:31.658--DatabaseSessionImpl(460741314)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:31.662--DatabaseSessionImpl(460741314)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:31.662--DatabaseSessionImpl(521712829)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:31.663--DatabaseSessionImpl(521712829)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:31.673--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:31.707--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:31.732--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_1M_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:31.749--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_VALUE") [junit] [EL Warning]: 2021-12-16 05:08:31.771--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:31.796--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:31.824--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:31.856--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:31.893--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_MAP_KEY' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_MAP_KEY [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_KEY") [junit] [EL Warning]: 2021-12-16 05:08:31.923--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_DIR_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_DIR_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:31.939--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_DIR_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_DIR_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:31.956--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_DIR_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_DIR_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:31.98--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_DIR_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_DIR_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:32.007--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_DIR_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_DIR_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.035--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_DIR_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_DIR_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:32.068--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_AGG_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_AGG_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.107--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_AGG_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_AGG_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:32.13--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_AGG_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_AGG_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.146--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_AGG_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_AGG_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:32.165--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_AGG_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_AGG_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.19--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_AGG_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_AGG_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_REL") [junit] [EL Warning]: 2021-12-16 05:08:32.216--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DE_OM_ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE DE_OM_ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE DE_OM_ENT_MAP_VALUE") [junit] [EL Warning]: 2021-12-16 05:08:32.247--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_1M_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.281--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AE_OM_ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE AE_OM_ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE AE_OM_ENT_MAP_VALUE") [junit] [EL Warning]: 2021-12-16 05:08:32.318--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_1M_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.333--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EE_OM_ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE EE_OM_ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE EE_OM_ENT_MAP_VALUE") [junit] [EL Warning]: 2021-12-16 05:08:32.351--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_U1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_U1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_U1M_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.373--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_U1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_U1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_U1M_MAP_HOLDER") [junit] [EL Warning]: 2021-12-16 05:08:32.398--DatabaseSessionImpl(521712829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_U1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_U1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_U1M_MAP_HOLDER") [junit] [EL Info]: connection: 2021-12-16 05:08:33.461--DatabaseSessionImpl(521712829)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:33.461--DatabaseSessionImpl(483340975)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:33.463--DatabaseSessionImpl(483340975)-- login successful [junit] [EL Info]: 2021-12-16 05:08:36.382--DatabaseSessionImpl(130242489)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:36.385--DatabaseSessionImpl(130242489)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:36.394--DatabaseSessionImpl(130242489)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:36.395--DatabaseSessionImpl(1765227678)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:36.397--DatabaseSessionImpl(1765227678)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:36.404--DatabaseSessionImpl(1765227678)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:36.404--DatabaseSessionImpl(1741101864)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:36.407--DatabaseSessionImpl(1741101864)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:36.413--DatabaseSessionImpl(1741101864)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:08:36.422--DatabaseSessionImpl(483340975)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:36.422--DatabaseSessionImpl(1595705858)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:36.423--DatabaseSessionImpl(1595705858)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:37.26--DatabaseSessionImpl(1595705858)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:37.26--DatabaseSessionImpl(1595705858)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:37.263--DatabaseSessionImpl(1595705858)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:37.353--DatabaseSessionImpl(1595705858)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:08:37.36--DatabaseSessionImpl(1595705858)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:08:38.44--DatabaseSessionImpl(1595705858)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:38.44--DatabaseSessionImpl(1595705858)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:38.443--DatabaseSessionImpl(1595705858)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:38.546--DatabaseSessionImpl(1595705858)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:08:38.551--DatabaseSessionImpl(1595705858)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test intended for Sybase and SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] [EL Info]: 2021-12-16 05:08:39.653--ServerSession(1705936371)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:39.656--ServerSession(1705936371)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:08:39.656--ServerSession(1705936371)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] [EL Info]: connection: 2021-12-16 05:08:39.671--DatabaseSessionImpl(1595705858)-- logout successful [junit] [EL Info]: 2021-12-16 05:08:39.671--DatabaseSessionImpl(1607941787)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:08:39.672--DatabaseSessionImpl(1607941787)-- login successful [junit] [EL Warning]: 2021-12-16 05:08:40.292--DatabaseSessionImpl(1607941787)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:08:40.304--DatabaseSessionImpl(1607941787)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:08:41.438--DatabaseSessionImpl(1607941787)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2021-12-16 05:08:52.888--UnitOfWork(1298607873)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@34a87cc] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) [junit] [EL Warning]: 2021-12-16 05:08:53.267--DatabaseSessionImpl(1607941787)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. [junit] 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") [junit] [EL Warning]: 2021-12-16 05:08:54.483--DatabaseSessionImpl(1607941787)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] 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") [junit] [EL Warning]: 2021-12-16 05:09:04.489--DatabaseSessionImpl(1607941787)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] 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)") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test suite is intended for Oracle databases only. [junit] [EL Info]: 2021-12-16 05:09:05.438--DatabaseSessionImpl(1636038745)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:05.441--DatabaseSessionImpl(1636038745)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:05.45--DatabaseSessionImpl(1636038745)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:05.45--DatabaseSessionImpl(2035427240)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:05.453--DatabaseSessionImpl(2035427240)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:05.461--DatabaseSessionImpl(2035427240)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:05.461--DatabaseSessionImpl(1495085415)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:05.464--DatabaseSessionImpl(1495085415)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:05.471--DatabaseSessionImpl(1495085415)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:09:05.606--DatabaseSessionImpl(1607941787)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:05.607--DatabaseSessionImpl(561195032)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:05.608--DatabaseSessionImpl(561195032)-- login successful [junit] [EL Warning]: 2021-12-16 05:09:06.512--DatabaseSessionImpl(561195032)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:09:06.525--DatabaseSessionImpl(561195032)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:09:07.615--DatabaseSessionImpl(561195032)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2021-12-16 05:09:19.728--UnitOfWork(846246225)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@4b35cb44] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) [junit] [EL Warning]: 2021-12-16 05:09:20.05--DatabaseSessionImpl(561195032)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. [junit] 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") [junit] [EL Warning]: 2021-12-16 05:09:21.29--DatabaseSessionImpl(561195032)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] 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") [junit] [EL Warning]: 2021-12-16 05:09:31.295--DatabaseSessionImpl(561195032)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] 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)") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test suite is intended for Oracle databases only. [junit] [EL Info]: 2021-12-16 05:09:32.33--DatabaseSessionImpl(1779798664)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:32.333--DatabaseSessionImpl(1779798664)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:32.341--DatabaseSessionImpl(1779798664)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:32.341--DatabaseSessionImpl(162433730)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:32.344--DatabaseSessionImpl(162433730)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:32.35--DatabaseSessionImpl(162433730)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:32.35--DatabaseSessionImpl(1600464124)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:32.353--DatabaseSessionImpl(1600464124)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:32.359--DatabaseSessionImpl(1600464124)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:09:32.595--DatabaseSessionImpl(561195032)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:32.595--DatabaseSessionImpl(1712470504)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:32.597--DatabaseSessionImpl(1712470504)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:33.209--DatabaseSessionImpl(1712470504)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:33.21--DatabaseSessionImpl(1709460813)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:33.211--DatabaseSessionImpl(1709460813)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:35.266--DatabaseSessionImpl(1709460813)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:35.266--DatabaseSessionImpl(1928574577)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:35.268--DatabaseSessionImpl(1928574577)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Native batch writing is not supported on this database. [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2021-12-16 05:09:37.574--DatabaseSessionImpl(1928574577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:09:37.583--DatabaseSessionImpl(1928574577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:09:38.776--DatabaseSessionImpl(1928574577)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:38.777--DatabaseSessionImpl(194833552)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:38.778--DatabaseSessionImpl(194833552)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:40.544--DatabaseSessionImpl(194833552)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:40.545--DatabaseSessionImpl(1085118922)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:40.546--DatabaseSessionImpl(1085118922)-- login successful [junit] [EL Info]: 2021-12-16 05:09:42.981--DatabaseSessionImpl(532581623)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:42.984--DatabaseSessionImpl(532581623)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:42.984--DatabaseSessionImpl(532581623)-- logout successful [junit] [EL Warning]: 2021-12-16 05:09:42.986--UnitOfWork(1210662934)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@7f20df0d] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 107 [junit] [EL Warning]: 2021-12-16 05:09:42.993--UnitOfWork(1925373443)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@13c8bc64] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 107 [junit] [EL Warning]: 2021-12-16 05:09:42.995--UnitOfWork(1038689463)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@121ca99] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 104 [junit] [EL Warning]: 2021-12-16 05:09:42.999--UnitOfWork(1541140022)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@6476fe2] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 108 [junit] [EL Warning]: 2021-12-16 05:09:43.002--UnitOfWork(1178530913)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@798827cf] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 108 [junit] [EL Warning]: 2021-12-16 05:09:43.005--UnitOfWork(623342859)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@32f7f0c5] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 105 [junit] [EL Warning]: 2021-12-16 05:09:43.009--UnitOfWork(1228670759)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@d7bd372] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 110 [junit] [EL Warning]: 2021-12-16 05:09:43.012--UnitOfWork(80206619)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@d9213e5] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 109 [junit] [EL Warning]: 2021-12-16 05:09:43.015--UnitOfWork(1859972751)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@2c4e3606] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 106 [junit] [EL Info]: connection: 2021-12-16 05:09:45.014--DatabaseSessionImpl(1085118922)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:45.014--DatabaseSessionImpl(534196513)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:45.016--DatabaseSessionImpl(534196513)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:47.695--DatabaseSessionImpl(534196513)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:47.696--DatabaseSessionImpl(1205022193)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:47.698--DatabaseSessionImpl(1205022193)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:50.591--DatabaseSessionImpl(1205022193)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:50.591--DatabaseSessionImpl(1116946942)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:50.592--DatabaseSessionImpl(1116946942)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:53.77--DatabaseSessionImpl(1116946942)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:53.77--DatabaseSessionImpl(251592967)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:53.772--DatabaseSessionImpl(251592967)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:56.609--DatabaseSessionImpl(251592967)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:56.609--DatabaseSessionImpl(130116839)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:56.611--DatabaseSessionImpl(130116839)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:09:59.646--DatabaseSessionImpl(130116839)-- logout successful [junit] [EL Info]: 2021-12-16 05:09:59.646--DatabaseSessionImpl(1745671572)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:09:59.647--DatabaseSessionImpl(1745671572)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:02.5--DatabaseSessionImpl(1745671572)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:02.5--DatabaseSessionImpl(1051413244)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:02.503--DatabaseSessionImpl(1051413244)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:05.56--DatabaseSessionImpl(1051413244)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:05.561--DatabaseSessionImpl(1388633466)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:05.562--DatabaseSessionImpl(1388633466)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:08.318--DatabaseSessionImpl(1388633466)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:08.318--DatabaseSessionImpl(72500229)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:08.32--DatabaseSessionImpl(72500229)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:10.807--DatabaseSessionImpl(72500229)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:10.807--DatabaseSessionImpl(652523381)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:10.809--DatabaseSessionImpl(652523381)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:13.542--DatabaseSessionImpl(652523381)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:13.542--DatabaseSessionImpl(700670798)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:13.544--DatabaseSessionImpl(700670798)-- login successful [junit] [EL Warning]: 2021-12-16 05:10:16.086--DatabaseSessionImpl(700670798)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_EMPLOYEE.MANAGED_ORDER] contains wrong values: [junit] [null, 0] [junit] 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))") [junit] [EL Warning]: 2021-12-16 05:10:16.126--DatabaseSessionImpl(700670798)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_CHILD.CHILDREN_ORDER] contains wrong values: [junit] [null, 1] [junit] 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))") [junit] [EL Warning]: 2021-12-16 05:10:16.171--DatabaseSessionImpl(700670798)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_PROJ_EMP.PROJ_ORDER] contains wrong values: [junit] [1, 5] [junit] 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))") [junit] [EL Warning]: 2021-12-16 05:10:16.244--DatabaseSessionImpl(700670798)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_RESPONS.RESPONS_ORDER] contains wrong values: [junit] [0, 0] [junit] Query: DirectReadQuery(name="responsibilitiesList" sql="SELECT t0.DESCRIP, t0.RESPONS_ORDER FROM OL_RESPONS t0 WHERE (t0.EMP_ID = ?)") [junit] [EL Info]: connection: 2021-12-16 05:10:16.37--DatabaseSessionImpl(700670798)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:16.37--DatabaseSessionImpl(1242427067)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:16.371--DatabaseSessionImpl(1242427067)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:19.121--DatabaseSessionImpl(1242427067)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:19.121--DatabaseSessionImpl(294732431)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:19.123--DatabaseSessionImpl(294732431)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:21.446--DatabaseSessionImpl(294732431)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:21.446--DatabaseSessionImpl(1269780587)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:21.448--DatabaseSessionImpl(1269780587)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:24.113--DatabaseSessionImpl(1269780587)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:24.114--DatabaseSessionImpl(119983791)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:24.116--DatabaseSessionImpl(119983791)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:26.829--DatabaseSessionImpl(119983791)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:26.829--DatabaseSessionImpl(690936095)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:26.83--DatabaseSessionImpl(690936095)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:29.578--DatabaseSessionImpl(690936095)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:29.578--DatabaseSessionImpl(1987889941)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:29.58--DatabaseSessionImpl(1987889941)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:32.211--DatabaseSessionImpl(1987889941)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:32.212--DatabaseSessionImpl(1379176935)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:32.213--DatabaseSessionImpl(1379176935)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:34.881--DatabaseSessionImpl(1379176935)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:34.881--DatabaseSessionImpl(2127957694)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:34.883--DatabaseSessionImpl(2127957694)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:37.226--DatabaseSessionImpl(2127957694)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:37.226--DatabaseSessionImpl(377900525)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:37.228--DatabaseSessionImpl(377900525)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:39.872--DatabaseSessionImpl(377900525)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:39.872--DatabaseSessionImpl(863535252)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:39.874--DatabaseSessionImpl(863535252)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:42.484--DatabaseSessionImpl(863535252)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:42.484--DatabaseSessionImpl(1442121420)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:42.486--DatabaseSessionImpl(1442121420)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:45.197--DatabaseSessionImpl(1442121420)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:45.197--DatabaseSessionImpl(804717170)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:45.199--DatabaseSessionImpl(804717170)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:47.88--DatabaseSessionImpl(804717170)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:47.88--DatabaseSessionImpl(543150613)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:47.882--DatabaseSessionImpl(543150613)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:10:47.882--DatabaseSessionImpl(543150613)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:47.882--DatabaseSessionImpl(2066853392)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:47.883--DatabaseSessionImpl(2066853392)-- login successful [junit] [EL Warning]: 2021-12-16 05:10:47.887--DatabaseSessionImpl(2066853392)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.STUDENT2' [junit] Error Code: 1051 [junit] Call: DROP TABLE STUDENT2 [junit] Query: DataModifyQuery(sql="DROP TABLE STUDENT2") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported on this Database [junit] [EL Warning]: 2021-12-16 05:10:48.014--DatabaseSessionImpl(2066853392)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Info]: connection: 2021-12-16 05:10:48.638--DatabaseSessionImpl(2066853392)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:48.638--DatabaseSessionImpl(1721999056)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:48.639--DatabaseSessionImpl(1721999056)-- login successful [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2021-12-16 05:10:48.75--DatabaseSessionImpl(1721999056)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:10:48.759--DatabaseSessionImpl(1721999056)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: sql: 2021-12-16 05:10:50.113--DatabaseSessionImpl(1721999056)--Missing Query parameter for named argument: 1 "null" will be substituted. [junit] [EL Warning]: 2021-12-16 05:10:50.115--UnitOfWork(354105822)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (f_name, emp_id, version) SELECT ?, 10210, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] bind => [1 parameter bound] [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:10:50.12--UnitOfWork(1124924628)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 10220, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:10:50.123--UnitOfWork(1174095849)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (f_name, emp_id, version) SELECT 'first', 10230, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 10230, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:10:50.126--UnitOfWork(1750596522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 10240, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10240, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2021-12-16 05:10:50.129--UnitOfWork(1831290704)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 10250, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10250, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] QueryTimeoutBatch test completed without timeout. [junit] [EL Warning]: 2021-12-16 05:10:50.138--UnitOfWork(1184534565)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: No operations allowed after statement closed. [junit] Error Code: 0 [junit] Query: InsertObjectQuery(Address: , city146, province146, ) [junit] [EL Info]: connection: 2021-12-16 05:10:50.141--DatabaseSessionImpl(1721999056)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:50.141--DatabaseSessionImpl(1491468983)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:50.142--DatabaseSessionImpl(1491468983)-- login successful [junit] [EL Warning]: 2021-12-16 05:10:50.154--DatabaseSessionImpl(1491468983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:10:51.1--DatabaseSessionImpl(1491468983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:10:51.106--DatabaseSessionImpl(1491468983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:10:52.329--DatabaseSessionImpl(1491468983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:10:55.845--DatabaseSessionImpl(1491468983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2021-12-16 05:10:59.032--ServerSession(1398626865)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:59.036--ServerSession(1398626865)-- login successful [junit] [EL Warning]: 2021-12-16 05:10:59.066--UnitOfWork(175489964)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1501' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2021-12-16 05:10:59.073--UnitOfWork(1762172737)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:10:59.225--UnitOfWork(888219062)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,255 [junit] [EL Warning]: 2021-12-16 05:10:59.26--UnitOfWork(439571035)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [574,641,659], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:10:59.26--UnitOfWork(949969316)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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,167,787,736], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:10:59.262--UnitOfWork(1905295725)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Sarah-loo Smitty] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,251 [junit] [EL Warning]: 2021-12-16 05:10:59.277--UnitOfWork(197144871)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,255 [junit] [EL Warning]: 2021-12-16 05:10:59.352--UnitOfWork(2090264454)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Sarah-loo Smitty], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [25,883,178], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:10:59.484--UnitOfWork(560088910)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1499' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:10:59.524--UnitOfWork(1258717589)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2021-12-16 05:10:59.556--UnitOfWork(949935065)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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,270,218,091], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2021-12-16 05:10:59.603--ServerSession(1398626865)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:10:59.603--DatabaseSessionImpl(1491468983)-- logout successful [junit] [EL Info]: 2021-12-16 05:10:59.603--DatabaseSessionImpl(340669823)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:10:59.605--DatabaseSessionImpl(340669823)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:00.118--DatabaseSessionImpl(340669823)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:00.118--DatabaseSessionImpl(1314916807)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:00.12--DatabaseSessionImpl(1314916807)-- login successful [junit] [EL Warning]: 2021-12-16 05:11:00.236--DatabaseSessionImpl(1314916807)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:11:00.243--DatabaseSessionImpl(1314916807)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Batch writing not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Batch writing not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Batch writing not supported on platform MySQLPlatform [junit] [EL Info]: connection: 2021-12-16 05:11:02.973--DatabaseSessionImpl(1314916807)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:02.973--DatabaseSessionImpl(1086515761)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:02.975--DatabaseSessionImpl(1086515761)-- login successful [junit] [EL Warning]: 2021-12-16 05:11:02.99--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_PROMO' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_PROMO [junit] Query: DataModifyQuery(sql="DROP TABLE RO_PROMO") [junit] [EL Warning]: 2021-12-16 05:11:03.016--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_ACTOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_ACTOR [junit] Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR") [junit] [EL Warning]: 2021-12-16 05:11:03.049--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ACT_MOV' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACT_MOV [junit] Query: DataModifyQuery(sql="DROP TABLE ACT_MOV") [junit] [EL Warning]: 2021-12-16 05:11:03.084--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ACT_CHA' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACT_CHA [junit] Query: DataModifyQuery(sql="DROP TABLE ACT_CHA") [junit] [EL Warning]: 2021-12-16 05:11:03.107--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_ADDR' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_ADDR [junit] Query: DataModifyQuery(sql="DROP TABLE RO_ADDR") [junit] [EL Warning]: 2021-12-16 05:11:03.123--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CHARITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CHARITY [junit] Query: DataModifyQuery(sql="DROP TABLE CHARITY") [junit] [EL Warning]: 2021-12-16 05:11:03.141--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.HOLLYWOODAGENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE HOLLYWOODAGENT [junit] Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT") [junit] [EL Warning]: 2021-12-16 05:11:03.166--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_MOVIE' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_MOVIE [junit] Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE") [junit] [EL Warning]: 2021-12-16 05:11:03.194--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COUNTRY' [junit] Error Code: 1051 [junit] Call: DROP TABLE COUNTRY [junit] Query: DataModifyQuery(sql="DROP TABLE COUNTRY") [junit] [EL Warning]: 2021-12-16 05:11:03.238--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DEFAULT_READ_ONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEFAULT_READ_ONLY [junit] Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY") [junit] [EL Warning]: 2021-12-16 05:11:03.399--DatabaseSessionImpl(1086515761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2021-12-16 05:11:11.316--UnitOfWork(1922587133)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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. [junit] Query: DeleteObjectQuery(Country(Czech Republic) ) [junit] [EL Warning]: 2021-12-16 05:11:11.317--UnitOfWork(1748528682)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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. [junit] Query: DeleteObjectQuery(Country(Czech Republic) ) [junit] [EL Info]: connection: 2021-12-16 05:11:11.341--DatabaseSessionImpl(1086515761)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:11.341--DatabaseSessionImpl(1146592606)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:11.343--DatabaseSessionImpl(1146592606)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:11.875--DatabaseSessionImpl(1146592606)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:11.875--DatabaseSessionImpl(481198223)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:11.876--DatabaseSessionImpl(481198223)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:11.975--DatabaseSessionImpl(481198223)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:11.975--DatabaseSessionImpl(1932587634)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:11.978--DatabaseSessionImpl(1932587634)--EmployeeSession login successful [junit] [EL Warning]: 2021-12-16 05:11:12.107--DatabaseSessionImpl(1932587634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:11:12.122--DatabaseSessionImpl(1932587634)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2021-12-16 05:11:13.359--DatabaseSessionImpl(1932587634)--EmployeeSession logout successful [junit] [EL Info]: connection: 2021-12-16 05:11:13.359--DatabaseSessionImpl(481198223)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:13.359--DatabaseSessionImpl(1470175427)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:13.361--DatabaseSessionImpl(1470175427)-- login successful [junit] [EL Warning]: connection: 2021-12-16 05:11:13.594--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [SessionShouldNotBeFound] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run/org/eclipse/persistence/testing/models/sessionsxml/XMLSchemaSession.xml] [junit] [EL Warning]: connection: 2021-12-16 05:11:13.612--Exception [EclipseLink-63001] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ServerPlatformException [junit] Exception Description: Server platform class non-existing-class-name not found. [junit] Internal Exception: java.lang.ClassNotFoundException: non-existing-class-name [junit] [EL Warning]: connection: 2021-12-16 05:11:13.775--Exception [EclipseLink-63002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ServerPlatformException [junit] Exception Description: Server platform class is invalid: [junit] Internal Exception: java.lang.reflect.InvocationTargetException [junit] Target Invocation Exception: java.lang.NullPointerException [junit] [EL Info]: 2021-12-16 05:11:13.85--SessionBroker(147537809)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:13.852--ServerSession(735461351)--ServerSession login successful [junit] [EL Info]: connection: 2021-12-16 05:11:13.854--SessionBroker(147537809)--SessionBroker login successful [junit] [EL Info]: connection: 2021-12-16 05:11:13.854--ServerSession(735461351)--ServerSession logout successful [junit] Dec 16, 2021 5:11:13 AM org.eclipse.persistence.session.EmployeeSession [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] Dec 16, 2021 5:11:13 AM org.eclipse.persistence.session.EmployeeSession.connection [junit] INFO: EmployeeSession login successful [junit] Dec 16, 2021 5:11:13 AM org.eclipse.persistence.session.EmployeeSession.connection [junit] INFO: EmployeeSession logout successful [junit] [EL Info]: 2021-12-16 05:11:14.01--DatabaseSessionImpl(1915867065)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:14.012--DatabaseSessionImpl(1915867065)--EmployeeSession login successful [junit] [EL Info]: connection: 2021-12-16 05:11:14.013--DatabaseSessionImpl(1915867065)--EmployeeSession logout successful [junit] [EL Info]: connection: 2021-12-16 05:11:14.147--DatabaseSessionImpl(1470175427)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:14.147--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:14.149--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Warning]: 2021-12-16 05:11:14.258--DatabaseSessionImpl(938580332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:11:14.265--DatabaseSessionImpl(938580332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2021-12-16 05:11:28.165--ServerSession(1949654823)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:28.167--ServerSession(1949654823)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:33.191--ServerSession(1949654823)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:38.253--ServerSession(706560116)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:38.254--ServerSession(706560116)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:38.271--ServerSession(706560116)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:11:38.271--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:38.271--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:38.273--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:11:38.273--ServerSession(1251653486)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:38.274--ServerSession(1251653486)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:38.304--ServerSession(1251653486)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:11:38.304--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:38.304--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:38.305--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:11:38.306--ServerSession(1515404371)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:38.307--ServerSession(1515404371)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:41.31--ServerSession(1515404371)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:11:41.31--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:41.31--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:41.314--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:11:41.315--ServerSession(742167976)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:41.316--ServerSession(742167976)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:11:41.351--ServerSession(742167976)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:11:41.351--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:11:41.352--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:11:41.353--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:12:29.445--ServerSession(1874507971)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:29.447--ServerSession(1874507971)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:12:34.475--ServerSession(1874507971)-- logout successful [junit] [EL Info]: 2021-12-16 05:12:34.476--ServerSession(1616974375)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:34.477--ServerSession(1616974375)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:12:34.499--ServerSession(1616974375)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:12:34.499--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:12:34.499--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:34.501--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:12:34.501--ServerSession(911274109)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:34.503--ServerSession(911274109)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:12:44.539--ServerSession(911274109)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:12:44.54--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:12:44.54--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:44.544--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:12:44.544--ServerSession(762949370)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:44.546--ServerSession(762949370)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:12:54.623--ServerSession(762949370)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:12:54.624--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:12:54.624--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:54.626--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:12:54.627--ServerSession(734219002)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:12:54.628--ServerSession(734219002)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:13:04.758--ServerSession(734219002)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:13:04.758--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:04.758--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:04.761--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: 2021-12-16 05:13:04.761--ServerSession(163156146)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:04.764--ServerSession(163156146)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:13:14.948--ServerSession(163156146)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:13:14.949--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:14.949--DatabaseSessionImpl(938580332)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:14.953--DatabaseSessionImpl(938580332)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:13:18.915--DatabaseSessionImpl(938580332)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:18.915--DatabaseSessionImpl(822665665)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:18.919--DatabaseSessionImpl(822665665)-- login successful [junit] [EL Warning]: 2021-12-16 05:13:19.553--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SEQ_SEL does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SEQ_SEL [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SEQ_SEL") [junit] [EL Warning]: 2021-12-16 05:13:19.56--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Waiter") [junit] [EL Warning]: 2021-12-16 05:13:19.567--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Waiter") [junit] [EL Warning]: 2021-12-16 05:13:19.569--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Waiter") [junit] [EL Warning]: 2021-12-16 05:13:19.57--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Waiter") [junit] [EL Warning]: 2021-12-16 05:13:19.572--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Waiter") [junit] [EL Warning]: 2021-12-16 05:13:19.577--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Person") [junit] [EL Warning]: 2021-12-16 05:13:19.581--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Person") [junit] [EL Warning]: 2021-12-16 05:13:19.583--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Person") [junit] [EL Warning]: 2021-12-16 05:13:19.584--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Person") [junit] [EL Warning]: 2021-12-16 05:13:19.586--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Person") [junit] [EL Warning]: 2021-12-16 05:13:19.588--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Restaurant") [junit] [EL Warning]: 2021-12-16 05:13:19.591--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Restaurant") [junit] [EL Warning]: 2021-12-16 05:13:19.592--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Restaurant") [junit] [EL Warning]: 2021-12-16 05:13:19.594--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Restaurant") [junit] [EL Warning]: 2021-12-16 05:13:19.595--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Restaurant") [junit] [EL Warning]: 2021-12-16 05:13:19.6--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.R_1M_Restaurant_waiters does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE R_1M_Restaurant_waiters [junit] Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_waiters") [junit] [EL Warning]: 2021-12-16 05:13:19.601--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.D_1M_Restaurant_waiters does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE D_1M_Restaurant_waiters [junit] Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_waiters") [junit] [EL Warning]: 2021-12-16 05:13:19.601--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.R_1M_Restaurant_menus does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE R_1M_Restaurant_menus [junit] Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_menus") [junit] [EL Warning]: 2021-12-16 05:13:19.601--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.D_1M_Restaurant_menus does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE D_1M_Restaurant_menus [junit] Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_menus") [junit] [EL Warning]: 2021-12-16 05:13:19.605--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Location") [junit] [EL Warning]: 2021-12-16 05:13:19.609--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Location") [junit] [EL Warning]: 2021-12-16 05:13:19.61--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Location") [junit] [EL Warning]: 2021-12-16 05:13:19.612--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Location") [junit] [EL Warning]: 2021-12-16 05:13:19.613--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Location") [junit] [EL Warning]: 2021-12-16 05:13:19.618--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_MenuItem") [junit] [EL Warning]: 2021-12-16 05:13:19.623--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_MenuItem") [junit] [EL Warning]: 2021-12-16 05:13:19.625--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_MenuItem") [junit] [EL Warning]: 2021-12-16 05:13:19.626--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_MenuItem") [junit] [EL Warning]: 2021-12-16 05:13:19.628--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_MenuItem") [junit] [EL Warning]: 2021-12-16 05:13:19.633--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Diner") [junit] [EL Warning]: 2021-12-16 05:13:19.638--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Diner") [junit] [EL Warning]: 2021-12-16 05:13:19.64--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Diner") [junit] [EL Warning]: 2021-12-16 05:13:19.642--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Diner") [junit] [EL Warning]: 2021-12-16 05:13:19.643--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Diner") [junit] [EL Warning]: 2021-12-16 05:13:19.647--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Menu") [junit] [EL Warning]: 2021-12-16 05:13:19.651--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Menu") [junit] [EL Warning]: 2021-12-16 05:13:19.653--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Menu") [junit] [EL Warning]: 2021-12-16 05:13:19.654--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Menu") [junit] [EL Warning]: 2021-12-16 05:13:19.656--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Menu") [junit] [EL Warning]: 2021-12-16 05:13:19.659--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.R_1M_Menu_items does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE R_1M_Menu_items [junit] Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Menu_items") [junit] [EL Warning]: 2021-12-16 05:13:19.659--DatabaseSessionImpl(822665665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.D_1M_Menu_items does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE D_1M_Menu_items [junit] Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Menu_items") [junit] [EL Info]: connection: 2021-12-16 05:13:19.73--DatabaseSessionImpl(822665665)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:19.73--DatabaseSessionImpl(1940235084)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:19.732--DatabaseSessionImpl(1940235084)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: TopLink batch writing is not supported on this database. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: System property: [eclipselink.indirection.javase7-indirect-collections] was not configured [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: connection: 2021-12-16 05:13:23.907--DatabaseSessionImpl(1940235084)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:23.907--DatabaseSessionImpl(1601061428)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:23.909--DatabaseSessionImpl(1601061428)-- login successful [junit] [EL Warning]: 2021-12-16 05:13:23.911--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BOOLEANS' [junit] Error Code: 1051 [junit] Call: DROP TABLE BOOLEANS [junit] Query: DataModifyQuery(sql="DROP TABLE BOOLEANS") [junit] [EL Warning]: 2021-12-16 05:13:23.943--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TIMEDATE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TIMEDATE [junit] Query: DataModifyQuery(sql="DROP TABLE TIMEDATE") [junit] [EL Warning]: 2021-12-16 05:13:23.975--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.STRINGS' [junit] Error Code: 1051 [junit] Call: DROP TABLE STRINGS [junit] Query: DataModifyQuery(sql="DROP TABLE STRINGS") [junit] [EL Warning]: 2021-12-16 05:13:23.993--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.NUMBERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE NUMBERS [junit] Query: DataModifyQuery(sql="DROP TABLE NUMBERS") [junit] [EL Warning]: 2021-12-16 05:13:24.012--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CLOBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CLOBS [junit] Query: DataModifyQuery(sql="DROP TABLE CLOBS") [junit] [EL Warning]: 2021-12-16 05:13:24.036--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BLOBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE BLOBS [junit] Query: DataModifyQuery(sql="DROP TABLE BLOBS") [junit] [EL Warning]: 2021-12-16 05:13:24.174--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Trailing blanks were removed from char field. [junit] [EL Warning]: 2021-12-16 05:13:24.197--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MINIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Warning]: 2021-12-16 05:13:24.198--DatabaseSessionImpl(1601061428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MAXIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Info]: connection: 2021-12-16 05:13:24.29--DatabaseSessionImpl(1601061428)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:24.29--DatabaseSessionImpl(283004350)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:24.292--DatabaseSessionImpl(283004350)-- login successful [junit] [EL Warning]: 2021-12-16 05:13:24.613--DatabaseSessionImpl(283004350)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Trailing blanks were removed from char field. [junit] [EL Warning]: 2021-12-16 05:13:24.627--DatabaseSessionImpl(283004350)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MINIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Warning]: 2021-12-16 05:13:24.628--DatabaseSessionImpl(283004350)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MAXIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Info]: connection: 2021-12-16 05:13:24.711--DatabaseSessionImpl(283004350)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:24.711--DatabaseSessionImpl(178056689)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:24.713--DatabaseSessionImpl(178056689)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:13:25.089--DatabaseSessionImpl(178056689)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:25.089--DatabaseSessionImpl(1510778570)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:25.091--DatabaseSessionImpl(1510778570)-- login successful [junit] [EL Warning]: 2021-12-16 05:13:25.103--DatabaseSessionImpl(1510778570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:13:26.083--DatabaseSessionImpl(1510778570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:13:26.091--DatabaseSessionImpl(1510778570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:13:27.288--DatabaseSessionImpl(1510778570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:13:30.62--DatabaseSessionImpl(1510778570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2021-12-16 05:13:33.764--ServerSession(280199366)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:33.769--ServerSession(280199366)-- login successful [junit] [EL Warning]: 2021-12-16 05:13:33.815--UnitOfWork(656232316)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6851' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2021-12-16 05:13:33.823--UnitOfWork(1485589023)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:13:33.969--UnitOfWork(827927805)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,661 [junit] [EL Warning]: 2021-12-16 05:13:33.991--UnitOfWork(321272048)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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,426,903,610], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:13:33.991--UnitOfWork(976082279)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 12 Merival Rd., suite 5, Ottawa, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [840,345,614], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:13:33.992--UnitOfWork(2020598832)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Charles Chanley] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,651 [junit] [EL Warning]: 2021-12-16 05:13:34.006--UnitOfWork(516223229)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,661 [junit] [EL Warning]: 2021-12-16 05:13:34.088--UnitOfWork(1609787954)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Charles Chanley], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [130,855,135], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:13:34.22--UnitOfWork(704707127)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1851' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:13:34.261--UnitOfWork(1972915598)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2021-12-16 05:13:34.291--UnitOfWork(546762083)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [309,628,098], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2021-12-16 05:13:34.335--ServerSession(280199366)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:13:34.335--DatabaseSessionImpl(1510778570)-- logout successful [junit] [EL Info]: 2021-12-16 05:13:34.335--DatabaseSessionImpl(1770378271)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:34.338--DatabaseSessionImpl(1770378271)-- login successful [junit] [EL Warning]: 2021-12-16 05:13:34.354--DatabaseSessionImpl(1770378271)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:13:35.228--DatabaseSessionImpl(1770378271)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:13:35.235--DatabaseSessionImpl(1770378271)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:13:36.362--DatabaseSessionImpl(1770378271)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:13:39.865--DatabaseSessionImpl(1770378271)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2021-12-16 05:13:42.966--ServerSession(60757229)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:13:42.97--ServerSession(60757229)-- login successful [junit] [EL Warning]: 2021-12-16 05:13:42.993--UnitOfWork(1657301987)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:13:43.091--UnitOfWork(1975183619)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,754 [junit] [EL Warning]: 2021-12-16 05:13:43.098--UnitOfWork(1485479196)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [511,705,696], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:13:43.099--UnitOfWork(86603742)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [277,844,366], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:13:43.1--UnitOfWork(1435907582)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Nancy White] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,751 [junit] [EL Warning]: 2021-12-16 05:13:43.107--UnitOfWork(1675047108)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,754 [junit] [EL Warning]: 2021-12-16 05:13:43.167--UnitOfWork(1372013999)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Nancy White], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [572,981,966], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:14:18.361--UnitOfWork(296712137)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1945' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:14:48.442--UnitOfWork(551984347)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2021-12-16 05:14:48.494--UnitOfWork(2006897190)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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,821,337,125], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2021-12-16 05:14:48.523--ServerSession(60757229)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:14:48.523--DatabaseSessionImpl(1770378271)-- logout successful [junit] [EL Info]: 2021-12-16 05:14:48.523--DatabaseSessionImpl(1684740549)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:14:48.526--DatabaseSessionImpl(1684740549)-- login successful [junit] [EL Warning]: 2021-12-16 05:14:48.541--DatabaseSessionImpl(1684740549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:14:49.566--DatabaseSessionImpl(1684740549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:14:49.576--DatabaseSessionImpl(1684740549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:14:50.766--DatabaseSessionImpl(1684740549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:14:54.233--DatabaseSessionImpl(1684740549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2021-12-16 05:14:57.406--ServerSession(132908239)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:14:57.41--ServerSession(132908239)-- login successful [junit] [EL Warning]: 2021-12-16 05:14:57.445--UnitOfWork(1654249906)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '7051' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2021-12-16 05:14:57.451--UnitOfWork(89583267)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Jill May], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2021-12-16 05:14:57.642--UnitOfWork(228545505)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,853 [junit] [EL Warning]: 2021-12-16 05:14:57.668--UnitOfWork(1093009639)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Moose Rd., LKO, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,788,237,544], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:14:57.669--UnitOfWork(20246092)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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,909,275,412], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:14:57.67--UnitOfWork(253597901)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Jill May] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,851 [junit] [EL Warning]: 2021-12-16 05:14:57.689--UnitOfWork(172528926)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,853 [junit] [EL Warning]: 2021-12-16 05:14:57.787--UnitOfWork(822455152)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Jill May], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,301,266,370], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:14:57.887--UnitOfWork(1740856129)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2097' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:14:57.915--UnitOfWork(34451605)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2021-12-16 05:14:57.939--UnitOfWork(374111127)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Moose Rd., Calgary, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [722,947,533], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2021-12-16 05:14:57.974--ServerSession(132908239)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:14:57.974--DatabaseSessionImpl(1684740549)-- logout successful [junit] [EL Info]: 2021-12-16 05:14:57.974--DatabaseSessionImpl(1918171404)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:14:57.976--DatabaseSessionImpl(1918171404)-- login successful [junit] [EL Warning]: 2021-12-16 05:14:57.986--DatabaseSessionImpl(1918171404)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:14:58.922--DatabaseSessionImpl(1918171404)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:14:58.93--DatabaseSessionImpl(1918171404)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:15:00.026--DatabaseSessionImpl(1918171404)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:15:03.449--DatabaseSessionImpl(1918171404)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2021-12-16 05:15:06.604--ServerSession(1096030198)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:15:06.61--ServerSession(1096030198)-- login successful [junit] [EL Warning]: 2021-12-16 05:15:06.641--UnitOfWork(1944593873)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:15:06.808--UnitOfWork(438973638)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,959 [junit] [EL Warning]: 2021-12-16 05:15:06.818--UnitOfWork(1414259896)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [2,036,368,300], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:15:06.818--UnitOfWork(922983271)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [1,767,695,838], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:15:06.819--UnitOfWork(490179187)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Sarah-loo Smitty] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,951 [junit] [EL Warning]: 2021-12-16 05:15:06.827--UnitOfWork(2007532231)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 15,959 [junit] [EL Warning]: 2021-12-16 05:15:06.875--UnitOfWork(1775070092)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Sarah-loo Smitty], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [552,451,273], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:15:12.039--UnitOfWork(1262357343)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2201' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:15:42.171--UnitOfWork(2094804437)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2021-12-16 05:15:42.218--UnitOfWork(946904018)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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,366,866,188], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2021-12-16 05:15:42.24--ServerSession(1096030198)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:15:42.24--DatabaseSessionImpl(1918171404)-- logout successful [junit] [EL Info]: 2021-12-16 05:15:42.24--DatabaseSessionImpl(925762190)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:15:42.242--DatabaseSessionImpl(925762190)-- login successful [junit] [EL Warning]: 2021-12-16 05:15:42.255--DatabaseSessionImpl(925762190)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:15:43.158--DatabaseSessionImpl(925762190)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:15:43.166--DatabaseSessionImpl(925762190)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:15:44.388--DatabaseSessionImpl(925762190)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:15:47.928--DatabaseSessionImpl(925762190)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2021-12-16 05:15:51.141--ServerSession(1107377692)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:15:51.146--ServerSession(1107377692)-- login successful [junit] [EL Warning]: 2021-12-16 05:15:51.193--UnitOfWork(1779181364)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '7251' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2021-12-16 05:15:51.201--UnitOfWork(2135458454)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Emanual Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2021-12-16 05:15:51.442--UnitOfWork(1346850546)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 16,058 [junit] [EL Warning]: 2021-12-16 05:15:51.475--UnitOfWork(285993097)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [267,426,953], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:15:51.475--UnitOfWork(1325505714)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [997,118,738], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:15:51.477--UnitOfWork(2039424230)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Emanual Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 16,051 [junit] [EL Warning]: 2021-12-16 05:15:51.5--UnitOfWork(754491326)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 16,058 [junit] [EL Warning]: 2021-12-16 05:15:51.612--UnitOfWork(805661547)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Emanual Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,128,932,763], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:15:51.738--UnitOfWork(247158517)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2350' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:15:51.76--UnitOfWork(1782510848)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2021-12-16 05:15:51.782--UnitOfWork(388276998)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,969,856,582], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2021-12-16 05:15:51.817--ServerSession(1107377692)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:15:51.818--DatabaseSessionImpl(925762190)-- logout successful [junit] [EL Info]: 2021-12-16 05:15:51.818--DatabaseSessionImpl(1406762409)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:15:51.819--DatabaseSessionImpl(1406762409)-- login successful [junit] [EL Warning]: 2021-12-16 05:15:51.828--DatabaseSessionImpl(1406762409)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2021-12-16 05:15:52.765--DatabaseSessionImpl(1406762409)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:15:52.772--DatabaseSessionImpl(1406762409)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:15:53.897--DatabaseSessionImpl(1406762409)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2021-12-16 05:15:57.377--DatabaseSessionImpl(1406762409)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2021-12-16 05:16:00.574--ServerSession(1709652798)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:00.579--ServerSession(1709652798)-- login successful [junit] [EL Warning]: 2021-12-16 05:16:00.606--UnitOfWork(1635964841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '7351' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2021-12-16 05:16:00.611--UnitOfWork(23027719)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:16:00.726--UnitOfWork(1061817491)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 16,160 [junit] [EL Warning]: 2021-12-16 05:16:00.748--UnitOfWork(971904877)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [974,248,448], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:16:00.749--UnitOfWork(729603926)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [955,958,643], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:16:00.75--UnitOfWork(176204183)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Fred Jones] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 16,151 [junit] [EL Warning]: 2021-12-16 05:16:00.764--UnitOfWork(303243171)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 16,160 [junit] [EL Warning]: 2021-12-16 05:16:00.854--UnitOfWork(504030772)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Fred Jones], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [411,766,755], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:16:00.997--UnitOfWork(80165152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2445' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2021-12-16 05:16:01.038--UnitOfWork(2295071)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] 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. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2021-12-16 05:16:01.071--UnitOfWork(270316910)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [2,074,804,079], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2021-12-16 05:16:01.114--ServerSession(1709652798)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:01.114--DatabaseSessionImpl(1406762409)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:01.114--DatabaseSessionImpl(729709494)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:01.115--DatabaseSessionImpl(729709494)-- login successful [junit] [EL Warning]: 2021-12-16 05:16:01.179--DatabaseSessionImpl(729709494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:16:01.184--DatabaseSessionImpl(729709494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:16:02.443--DatabaseSessionImpl(729709494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Info]: 2021-12-16 05:16:03.353--ServerSession(418699784)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:03.357--ServerSession(418699784)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: currently broken. [junit] [EL Info]: connection: 2021-12-16 05:16:03.465--ServerSession(418699784)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:03.465--DatabaseSessionImpl(729709494)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:03.465--DatabaseSessionImpl(962148252)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:03.467--DatabaseSessionImpl(962148252)-- login successful [junit] [EL Warning]: 2021-12-16 05:16:03.57--DatabaseSessionImpl(962148252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:16:03.575--DatabaseSessionImpl(962148252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2021-12-16 05:16:04.696--UnitOfWork(1148743124)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:16:04.712--UnitOfWork(1392871464)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:16:04.725--UnitOfWork(1273066962)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'PRIMARY' [junit] Error Code: 1062 [junit] 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11 parameters bound] [junit] Query: InsertObjectQuery(Employee: Andrew ) [junit] [EL Warning]: 2021-12-16 05:16:04.732--UnitOfWork(2052990631)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2021-12-16 05:16:04.735--UnitOfWork(540888320)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'PRIMARY' [junit] Error Code: 1062 [junit] 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11 parameters bound] [junit] Query: InsertObjectQuery(Employee: foo-modified ) [junit] [EL Info]: connection: 2021-12-16 05:16:04.738--DatabaseSessionImpl(962148252)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:04.738--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:04.74--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Warning]: 2021-12-16 05:16:04.801--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2021-12-16 05:16:04.805--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2021-12-16 05:16:08.838--ServerSession(2145798325)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.842--ServerSession(2145798325)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.843--ServerSession(2145798325)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.843--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.843--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.844--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: 2021-12-16 05:16:08.845--ServerSession(926752714)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.847--ServerSession(926752714)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.847--ServerSession(926752714)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.847--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.847--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.848--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: 2021-12-16 05:16:08.848--ServerSession(2130223792)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.85--ServerSession(2130223792)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.85--ServerSession(2130223792)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.85--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.85--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.851--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: 2021-12-16 05:16:08.852--ServerSession(1119410948)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.853--ServerSession(1119410948)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.854--ServerSession(1119410948)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.854--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.854--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.855--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: 2021-12-16 05:16:08.855--ServerSession(1437442437)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.858--ServerSession(1437442437)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.858--ServerSession(1437442437)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.858--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.858--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.859--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: 2021-12-16 05:16:08.859--ServerSession(712425946)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.861--ServerSession(712425946)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.862--ServerSession(712425946)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.862--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.862--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.863--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.864--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Warning]: 2021-12-16 05:16:08.865--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2021-12-16 05:16:08.865--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.866--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.866--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Warning]: 2021-12-16 05:16:08.866--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2021-12-16 05:16:08.867--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.868--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.868--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Warning]: 2021-12-16 05:16:08.868--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2021-12-16 05:16:08.869--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2021-12-16 05:16:08.869--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.87--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.87--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Warning]: 2021-12-16 05:16:08.87--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2021-12-16 05:16:08.87--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2021-12-16 05:16:08.87--DatabaseSessionImpl(1532745927)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.871--DatabaseSessionImpl(1532745927)-- login successful [junit] [EL Info]: 2021-12-16 05:16:08.874--ServerSession(1136663871)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.876--ServerSession(1136663871)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.876--ServerSession(1136663871)-- logout successful [junit] [EL Warning]: 2021-12-16 05:16:08.888--UnitOfWork(1722956986)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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()) [729,833,787], [junit] is the original to a registered new object. The UnitOfWork clones registered new objects, so you must ensure that an object [junit] is registered before it is referenced by another object. If you do not want the new object to be cloned, use the [junit] UnitOfWork.registerNewObject(Object) API. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() [junit] method to help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2021-12-16 05:16:08.889--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-116] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: No conversion value provided for the value [M] in field [EMPLOYEE.GENDER]. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [EL Warning]: 2021-12-16 05:16:08.889--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: No conversion value provided for the attribute [unknown]. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[sex-->MAP_EMP.SEX] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.mapping.Employee --> [DatabaseTable(MAP_EMP)]) [junit] [EL Warning]: 2021-12-16 05:16:08.894--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 [junit] Error Code: 1064 [junit] Call: Insert into BOB Value [junit] [EL Warning]: 2021-12-16 05:16:08.895--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [bob] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2021-12-16 05:16:08.896--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: There are no attributes for the ReportQuery. [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Info]: 2021-12-16 05:16:08.897--DatabaseSessionImpl(1872511963)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.899--DatabaseSessionImpl(1872511963)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.899--DatabaseSessionImpl(1872511963)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.9--DatabaseSessionImpl(997239556)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.902--DatabaseSessionImpl(997239556)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.902--DatabaseSessionImpl(997239556)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.902--DatabaseSessionImpl(997239556)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.903--DatabaseSessionImpl(997239556)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.903--DatabaseSessionImpl(997239556)-- logout successful [junit] [EL Warning]: 2021-12-16 05:16:08.903--UnitOfWork(377323284)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Nested UnitOfWork is not supported for a modify all query [junit] [EL Warning]: 2021-12-16 05:16:08.913--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [null] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] [junit] Argument: [16,410] [junit] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)") [junit] [EL Warning]: 2021-12-16 05:16:08.915--DatabaseSessionImpl(1532745927)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [null] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] [junit] Argument: [16,410] [junit] Query: ReadAllQuery(referenceClass=PhoneNumber ) [junit] [EL Info]: 2021-12-16 05:16:08.919--ServerSession(566250154)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.921--ServerSession(566250154)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.921--ServerSession(566250154)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:08.921--ServerSession(1152046095)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:08.922--ServerSession(1152046095)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:08.922--ServerSession(1152046095)-- logout successful [junit] [EL Warning]: 2021-12-16 05:16:08.971--UnitOfWork(331318063)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: No conversion value provided for the attribute [Other]. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.tests.validation.EmployeeWithProblems --> [DatabaseTable(EMPLOYEE)]) [junit] [EL Info]: 2021-12-16 05:16:09.033--DatabaseSessionImpl(1603268874)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:09.035--DatabaseSessionImpl(1603268874)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:09.072--DatabaseSessionImpl(1603268874)-- logout successful [junit] [EL Info]: connection: 2021-12-16 05:16:09.072--DatabaseSessionImpl(1532745927)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:09.072--DatabaseSessionImpl(171113717)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:09.073--DatabaseSessionImpl(171113717)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:09.073--DatabaseSessionImpl(171113717)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:09.073--DatabaseSessionImpl(1135543650)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:09.075--DatabaseSessionImpl(1135543650)-- login successful [junit] Tests run: 8625, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 599.873 sec [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] Running org.eclipse.persistence.testing.tests.security.SecurityTestModel [junit] [EL Info]: 2021-12-16 05:16:09.84--DatabaseSessionImpl(1289479439)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:10.17--DatabaseSessionImpl(1289479439)-- login successful [junit] [EL Info]: connection: 2021-12-16 05:16:10.328--DatabaseSessionImpl(1289479439)-- logout successful [junit] [EL Info]: 2021-12-16 05:16:10.328--DatabaseSessionImpl(1514160588)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:10.332--DatabaseSessionImpl(1514160588)-- login successful [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 sec [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. valid-junit-java: check-jdk8: test-jdk8: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. generate-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 199ms test-jpa21: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' clean-test: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/run config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] test-lrg21: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20211216-9bb6b7fbe3.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] [EL Warning]: metadata: 2021-12-16 05:16:14.774--ServerSession(1926027290)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:14.786--ServerSession(1926027290)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:14.808--ServerSession(1926027290)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:14.851--ServerSession(938199512)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:14.851--ServerSession(938199512)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:14.852--ServerSession(938199512)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:14.853--ServerSession(938199512)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:15.142--ServerSession(519019247)--Ignoring JPA convert specification on element [field active] within entity class [class org.eclipse.persistence.testing.models.jpa.plsql.Consultant] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2021-12-16 05:16:15.143--ServerSession(519019247)--Ignoring JPA convert specification on element [field active] within entity class [class org.eclipse.persistence.testing.models.jpa.plsql.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(615853374)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: ServerSession(615853374)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.481--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.503--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.592--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.617--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.622--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.626--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.63--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.646--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.65--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.664--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.677--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.686--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.705--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.778--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.791--ServerSession(277437206)--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 JPA 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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.806--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.808--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:20.81--ServerSession(277437206)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.304--ServerSession(1830669823)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.308--ServerSession(1830669823)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.359--ServerSession(1281361915)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.362--ServerSession(1281361915)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.424--ServerSession(1481056406)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.425--ServerSession(1481056406)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.426--ServerSession(1481056406)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.426--ServerSession(1481056406)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.427--ServerSession(1481056406)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.428--ServerSession(1481056406)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.462--ServerSession(1146318308)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.463--ServerSession(1146318308)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.463--ServerSession(1146318308)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.464--ServerSession(1146318308)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.464--ServerSession(1146318308)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:16:22.466--ServerSession(1146318308)--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. [junit] [EL Fine]: server: 2021-12-16 05:16:22.592--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Fine]: moxy: 2021-12-16 05:16:22.594--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@6c0e13b7 [junit] [EL Fine]: moxy: 2021-12-16 05:16:22.597--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@1cc680e [junit] [EL Config]: metadata: 2021-12-16 05:16:22.606--ServerSession(632206764)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is set to [FIELD]. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.607--ServerSession(632206764)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType2] is set to [FIELD]. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.608--ServerSession(632206764)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType1] is set to [FIELD]. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.608--ServerSession(632206764)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is set to [FIELD]. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.609--ServerSession(632206764)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field deliveryAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.609--ServerSession(632206764)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field billingAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.61--ServerSession(632206764)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is being defaulted to: CustomerAddress. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.61--ServerSession(632206764)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType2] is being defaulted to: AddressType2. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.611--ServerSession(632206764)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType1] is being defaulted to: AddressType1. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.611--ServerSession(632206764)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is being defaulted to: RegisteredCustomer. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.612--ServerSession(632206764)--Thread(Thread[main,5,main])--The sequence name for the sequence generator named [CMP3_AD_CU_CUSTOMER_ID_SEQ] defined on [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] from [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is being defaulted to: CMP3_AD_CU_CUSTOMER_ID_SEQ. [junit] [EL Config]: metadata: 2021-12-16 05:16:22.612--ServerSession(632206764)--Thread(Thread[main,5,main])--The sequence name for the sequence generator named [CMP3_AD_CU_ADDRESS_ID_SEQ] defined on [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] from [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is being defaulted to: CMP3_AD_CU_ADDRESS_ID_SEQ. [junit] [EL Fine]: moxy: 2021-12-16 05:16:22.615--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@75d982d3 [junit] [EL Fine]: moxy: 2021-12-16 05:16:22.618--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@16727bf0 [junit] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel [junit] [EL Info]: 2021-12-16 05:16:23.601--DatabaseSessionImpl(443401609)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:16:23.879--DatabaseSessionImpl(443401609)-- login successful [junit] [EL Warning]: metadata: ServerSession(1134051859)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Info]: ServerSession(1134051859)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1134051859)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1134051859)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1134051859)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1134051859)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1134051859)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1134051859)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Warning]: metadata: ServerSession(1134051859)--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. [junit] [EL Info]: connection: ServerSession(1134051859)--default-session login successful [junit] [EL Warning]: ddl: ServerSession(1134051859)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1134051859)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_Address does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_Address [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [junit] [EL Warning]: ServerSession(1134051859)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_Employee does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_Employee [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [junit] [EL Warning]: ServerSession(1134051859)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_InOut does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_InOut [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project [junit] [EL Warning]: 2021-12-16 05:16:35.103--UnitOfWork(421984610)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 [junit] Error Code: 1064 [junit] Call: unexecutable native sql query [junit] Query: DataModifyQuery(sql="unexecutable native sql query") [junit] [EL Warning]: ddl: 2021-12-16 05:16:40.282--ServerSession(1134051859)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:16:48.278--ServerSession(1134051859)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:16:55.77--ServerSession(1134051859)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:17:03.547--ServerSession(1134051859)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:17:11.139--ServerSession(1134051859)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [junit] [EL Warning]: ddl: 2021-12-16 05:17:17.989--ServerSession(1134051859)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: connection: 2021-12-16 05:17:22.699--ServerSession(1134051859)--default-session logout successful [junit] [EL Info]: connection: 2021-12-16 05:17:22.699--DatabaseSessionImpl(443401609)-- logout successful [junit] [EL Info]: 2021-12-16 05:17:22.7--DatabaseSessionImpl(828995006)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:17:22.705--DatabaseSessionImpl(828995006)-- login successful [junit] [EL Warning]: metadata: ServerSession(1606660619)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Info]: ServerSession(1606660619)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1606660619)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1606660619)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1606660619)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1606660619)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1606660619)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1606660619)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Warning]: metadata: ServerSession(1606660619)--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. [junit] [EL Info]: connection: ServerSession(1606660619)--default-session login successful [junit] [EL Warning]: ddl: ServerSession(1606660619)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.82--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.821--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.827--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.829--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.829--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.829--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.83--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.832--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.832--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.833--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.834--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.835--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.837--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.847--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.848--ServerSession(526073586)--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 JPA 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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.85--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.85--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.851--ServerSession(526073586)--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. [junit] [EL Info]: 2021-12-16 05:18:08.93--ServerSession(526073586)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.942--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.943--ServerSession(526073586)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.949--ServerSession(526073586)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.951--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.954--ServerSession(526073586)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.955--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.957--ServerSession(526073586)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.957--ServerSession(526073586)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.961--ServerSession(526073586)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:18:08.961--ServerSession(526073586)--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. [junit] [EL Info]: connection: 2021-12-16 05:18:08.981--ServerSession(526073586)--/default1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: ServerSession(1606660619)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1606660619)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1606660619)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Severe]: cache: 2021-12-16 05:18:17.609--ServerSession(526073586)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] Key: 251 Version: 1 Identity Hash Code: 1858098329 Object: Employee: 251 [junit] 1 elements [junit] [EL Severe]: cache: 2021-12-16 05:18:17.61--ServerSession(526073586)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] 0 elements [junit] [EL Severe]: cache: 2021-12-16 05:18:17.61--ServerSession(526073586)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] 0 elements [junit] [EL Severe]: cache: 2021-12-16 05:18:17.61--ServerSession(526073586)--Current object locks: [junit] [junit] End of locked objects. [junit] [junit] [EL Warning]: ddl: ServerSession(1606660619)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: IsolatedHashMapTest.testIsolationInRealContext() [junit] [EL Info]: IsolatedHashMapTest.testIsolationInMockedContext() [junit] [EL Warning]: ddl: ServerSession(1606660619)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2021-12-16 05:18:32.264--ServerSession(680703748)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:18:32.267--ServerSession(680703748)--/eclipselink-pu with spaces in the path and name_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2021-12-16 05:18:32.268--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 [junit] [EL Info]: 2021-12-16 05:18:32.27--ServerSession(1459495475)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:18:32.273--ServerSession(1459495475)--/A JPAADVProperties pu with spaces in the name_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2021-12-16 05:18:32.273--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 [junit] [EL Info]: 2021-12-16 05:18:32.275--ServerSession(2063540131)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:18:32.277--ServerSession(2063540131)--/eclipselink-pu-with-spaces-in-the-path-but-not-the-name_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2021-12-16 05:18:32.277--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 [junit] [EL Warning]: properties: ServerSession(1606660619)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: ServerSession(1606660619)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Info]: connection: ServerSession(1606660619)--default-session logout successful [junit] [EL Info]: ServerSession(1606660619)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session login successful [junit] [EL Info]: query: UnitOfWork(495994423)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] 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 (t2.EMP_ID = t1.EMP_ID) [junit] Query: 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)"). [junit] [EL Info]: transaction: ClientSession(34428520)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(34428520)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(34428520)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(28588268)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] 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 (t2.EMP_ID = t1.EMP_ID) [junit] Query: 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)"). [junit] [EL Warning]: ClientSession(33814825)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(33814825)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(22830233)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] 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 (t2.EMP_ID = t1.EMP_ID) [junit] Query: 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)"). [junit] [EL Info]: transaction: ClientSession(653720509)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(653720509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(653720509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session logout successful [junit] [EL Info]: ServerSession(1606660619)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session login successful [junit] [EL Info]: connection: ServerSession(1606660619)--default-session logout successful [junit] [EL Info]: ServerSession(1606660619)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session login successful [junit] [EL Info]: query: UnitOfWork(62633394)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] 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 (t2.EMP_ID = t1.EMP_ID) [junit] Query: 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)"). [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: ClientSession(77660383)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session logout successful [junit] [EL Info]: ServerSession(1606660619)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session login successful [junit] [EL Info]: connection: ServerSession(1606660619)--default-session logout successful [junit] [EL Info]: ServerSession(1606660619)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session login successful [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: UnitOfWork(1309155015)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1180986936)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] 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)) [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(name="readEmployee" 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))"). [junit] [EL Warning]: UnitOfWork(411342589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: DoesExistQuery(referenceClass=Employee sql="SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: transaction: ClientSession(786650270)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Info]: transaction: ClientSession(1521089986)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(1521089986)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1131222029)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] 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)) [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(name="readEmployee" 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))"). [junit] [EL Warning]: UnitOfWork(2017997828)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: DoesExistQuery(referenceClass=Employee sql="SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: transaction: ClientSession(345121384)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Info]: transaction: ClientSession(921957032)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(921957032)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1606660619)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1914569969)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] 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)) [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(name="readEmployee" 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))"). [junit] [EL Warning]: UnitOfWork(650613044)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: DoesExistQuery(referenceClass=Employee sql="SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: connection: ServerSession(1606660619)--default-session logout successful [junit] [EL Info]: ServerSession(1606660619)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(1606660619)--default-session login successful [junit] [EL Warning]: metadata: ServerSession(1308740520)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Info]: ServerSession(1308740520)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1308740520)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1308740520)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1308740520)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1308740520)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1308740520)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1308740520)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Warning]: metadata: ServerSession(1308740520)--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. [junit] [EL Info]: connection: ServerSession(1308740520)--dummy-default-session login successful [junit] [EL Info]: connection: ServerSession(1308740520)--dummy-default-session logout successful [junit] [EL Info]: 2021-12-16 05:18:34.065--ServerSession(98390338)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: 2021-12-16 05:18:34.071--ServerSession(98390338)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2021-12-16 05:18:34.071--ServerSession(98390338)--/broken-PU_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Severe]: ejb: 2021-12-16 05:18:34.072--ServerSession(98390338)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: ServerSession(1606660619)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(312122760)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Info]: ServerSession(312122760)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(312122760)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(312122760)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(312122760)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(312122760)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(312122760)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(312122760)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Warning]: metadata: ServerSession(312122760)--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. [junit] [EL Info]: connection: ServerSession(312122760)--default-session login successful [junit] [EL Info]: connection: ServerSession(312122760)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1549174534)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Info]: ServerSession(1549174534)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1549174534)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1549174534)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1549174534)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1549174534)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1549174534)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1549174534)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Warning]: metadata: ServerSession(1549174534)--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. [junit] [EL Info]: connection: ServerSession(1549174534)--default-session login successful [junit] [EL Warning]: UnitOfWork(1363629044)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO CMP3_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, FORMER_COMPANY_ADDRESS_ID, END_DATE, START_DATE, COMPANYADDRESS_ADDRESS_ID, ADDR_ID, DEPT_ID, MANAGER_EMP_ID, HUGE_PROJ_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [23 parameters bound] [junit] Query: InsertObjectQuery(Employee: 625) [junit] [EL Warning]: metadata: ServerSession(1135034378)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Warning]: metadata: ServerSession(1135034378)--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. [junit] [EL Info]: ServerSession(1135034378)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: ejb: ServerSession(1135034378)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: Configuration error. Class [myDriver] not found. [junit] [EL Warning]: metadata: ServerSession(1899777429)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Warning]: metadata: ServerSession(1899777429)--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. [junit] [EL Info]: ServerSession(1899777429)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: ejb: ServerSession(1899777429)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Cannot acquire data source [myNonJtaDS]. [junit] Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform [junit] [EL Info]: connection: ServerSession(1549174534)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(829711904)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Info]: ServerSession(829711904)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(829711904)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(829711904)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(829711904)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(829711904)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(829711904)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(829711904)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Warning]: metadata: ServerSession(829711904)--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. [junit] [EL Info]: connection: ServerSession(829711904)--default-session login successful [junit] [EL Info]: connection: ServerSession(829711904)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(159577677)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Info]: ServerSession(159577677)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(159577677)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(159577677)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(159577677)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(159577677)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(159577677)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(159577677)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Warning]: metadata: ServerSession(159577677)--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. [junit] [EL Info]: connection: ServerSession(159577677)--default-session login successful [junit] [EL Warning]: UnitOfWork(22063072)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Dealer [id=116, version=2, firstName=Jim, lastName=Bob, status=null]] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Dealer Primary Key> 116 [junit] [EL Warning]: UnitOfWork(46119504)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 768] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 768 [junit] [EL Warning]: UnitOfWork(84866717)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 769] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 769 [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Info]: connection: ServerSession(159577677)--default-session logout successful [junit] [EL Info]: ServerSession(159577677)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: ServerSession(159577677)--default-session login successful [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: ServerSession(159577677)--default-session logout successful [junit] [EL Info]: ServerSession(159577677)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(159577677)--default-session login successful [junit] [EL Info]: connection: ServerSession(159577677)--default-session logout successful [junit] [EL Info]: ServerSession(159577677)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(159577677)--default-session login successful [junit] [EL Info]: connection: ServerSession(159577677)--default-session logout successful [junit] [EL Info]: ServerSession(159577677)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(159577677)--default-session login successful [junit] [EL Warning]: UnitOfWork(1407469336)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: UnitOfWork(1572144557)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: UnitOfWork(768606822)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 955] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 955 [junit] [EL Warning]: UnitOfWork(1888712015)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 979] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 979 [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Info]: connection: ServerSession(159577677)--default-session logout successful [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.69--ServerSession(727556445)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.786--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.786--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.793--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.805--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.806--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.808--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.809--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.809--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.809--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.81--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.81--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.81--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.811--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.811--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.819--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.819--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.82--ServerSession(727556445)--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 JPA 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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.823--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.823--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.823--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.824--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.824--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.824--ServerSession(727556445)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.878--ServerSession(734120507)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.944--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.944--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.95--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.961--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.962--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.965--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.965--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.966--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.966--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.966--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.967--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.967--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.968--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.968--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.975--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.975--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.977--ServerSession(734120507)--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 JPA 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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.977--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.977--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.977--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.977--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.978--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:58.978--ServerSession(734120507)--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. [junit] [EL Info]: 2021-12-16 05:19:59.071--ServerSession(734120507)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.084--ServerSession(734120507)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.086--ServerSession(734120507)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.087--ServerSession(734120507)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.088--ServerSession(734120507)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.088--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.09--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.095--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.102--ServerSession(734120507)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.103--ServerSession(734120507)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.104--ServerSession(734120507)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.105--ServerSession(734120507)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.105--ServerSession(734120507)--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. [junit] [EL Info]: connection: 2021-12-16 05:19:59.124--ServerSession(734120507)--default-session login successful [junit] [EL Warning]: 2021-12-16 05:19:59.287--UnitOfWork(590240161)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1062] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,062 [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.337--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.338--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.341--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.343--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.343--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.344--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.344--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.345--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.345--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.346--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.347--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.347--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.348--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.354--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.355--ServerSession(933654101)--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 JPA 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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.355--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.356--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.356--ServerSession(933654101)--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. [junit] [EL Info]: 2021-12-16 05:19:59.436--ServerSession(933654101)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.446--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.447--ServerSession(933654101)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.452--ServerSession(933654101)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.453--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.455--ServerSession(933654101)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.456--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.457--ServerSession(933654101)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.458--ServerSession(933654101)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.461--ServerSession(933654101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:19:59.461--ServerSession(933654101)--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. [junit] [EL Info]: connection: 2021-12-16 05:19:59.473--ServerSession(933654101)--/customizeAddTarget_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:19:59.947--UnitOfWork(439225767)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1072] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,072 [junit] [EL Warning]: ddl: 2021-12-16 05:20:01.897--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:05.752--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:09.731--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:13.214--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:17.016--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:20.687--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [junit] [EL Warning]: ddl: 2021-12-16 05:20:24.362--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:28.015--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:31.459--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2021-12-16 05:20:33.369--ServerSession(734120507)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: ddl: 2021-12-16 05:20:34.988--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2021-12-16 05:20:36.962--UnitOfWork(86788435)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1305] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,305 [junit] [EL Warning]: 2021-12-16 05:20:36.965--UnitOfWork(809266315)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: An attempt was made to update the object [Employee: 1306], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,306 [junit] [EL Warning]: ddl: 2021-12-16 05:20:38.628--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2021-12-16 05:20:40.751--ServerSession(734120507)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: FUNCTION ecltest.StoredFunction_In does not exist [junit] Error Code: 1305 [junit] Call: DROP FUNCTION StoredFunction_In [junit] Query: DataModifyQuery(sql="DROP FUNCTION StoredFunction_In") [junit] [EL Warning]: 2021-12-16 05:20:40.786--UnitOfWork(962763921)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@23574ef] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer Primary Key> 5 [junit] [EL Info]: 2021-12-16 05:20:49.558--ServerSession(1111686583)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:20:49.563--ServerSession(1111686583)--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. [junit] [EL Info]: connection: 2021-12-16 05:20:49.565--ServerSession(1111686583)--additional-criteria login successful [junit] [EL Warning]: ddl: 2021-12-16 05:20:52.322--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:55.909--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.885--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.887--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.891--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.893--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.893--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.894--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.894--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.895--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.895--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.896--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.897--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.897--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.898--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.905--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.906--ServerSession(208715256)--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 JPA 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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.907--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.907--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.907--ServerSession(208715256)--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. [junit] [EL Info]: 2021-12-16 05:20:57.952--ServerSession(208715256)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.963--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.965--ServerSession(208715256)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.971--ServerSession(208715256)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.972--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.975--ServerSession(208715256)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.975--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.977--ServerSession(208715256)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.977--ServerSession(208715256)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.98--ServerSession(208715256)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:20:57.98--ServerSession(208715256)--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. [junit] [EL Info]: connection: 2021-12-16 05:20:57.994--ServerSession(208715256)--/MulitPU-1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: 2021-12-16 05:20:58.379--ServerSession(208715256)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:20:58.392--ServerSession(208715256)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Warning]: 2021-12-16 05:21:02.802--ServerSession(734120507)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.CMP3_SCIENTIST' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: 2021-12-16 05:21:05.039--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2021-12-16 05:21:07.722--ServerSession(436875101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:07.722--ServerSession(436875101)--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. [junit] [EL Info]: 2021-12-16 05:21:07.726--ServerSession(436875101)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:21:07.728--ServerSession(436875101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:07.728--ServerSession(436875101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:07.728--ServerSession(436875101)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:07.728--ServerSession(436875101)--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. [junit] [EL Info]: connection: 2021-12-16 05:21:07.73--ServerSession(436875101)--/multi-tenant-shared-emf_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.196--ServerSession(554553952)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.197--ServerSession(554553952)--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. [junit] [EL Info]: 2021-12-16 05:21:12.201--ServerSession(554553952)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:12.206--ServerSession(554553952)--multi-tenant-123 logout successful [junit] [EL Severe]: ejb: 2021-12-16 05:21:12.206--ServerSession(554553952)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.211--ServerSession(460439057)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.211--ServerSession(460439057)--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. [junit] [EL Info]: 2021-12-16 05:21:12.215--ServerSession(460439057)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:12.22--ServerSession(460439057)--multi-tenant-123 login successful [junit] [EL Info]: 2021-12-16 05:21:12.398--ServerSession(1039470438)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:12.4--ServerSession(1039470438)--multi-tenant-vpd login successful [junit] [EL Severe]: ejb: 2021-12-16 05:21:12.434--ServerSession(1039470438)--Exception [EclipseLink-7344] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: VPD (connections and DDL generation) is not supported for the platform: [org.eclipse.persistence.platform.database.MySQLPlatform]. [junit] WARNING: VPD tests currently run only on an Oracle platform [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.459--ServerSession(280955432)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.459--ServerSession(280955432)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.459--ServerSession(280955432)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.459--ServerSession(280955432)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.459--ServerSession(280955432)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.459--ServerSession(280955432)--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. [junit] [EL Info]: 2021-12-16 05:21:12.462--ServerSession(280955432)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:12.464--ServerSession(280955432)--/multi-tenant-table-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.547--ServerSession(1582135985)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.547--ServerSession(1582135985)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.547--ServerSession(1582135985)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.547--ServerSession(1582135985)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.547--ServerSession(1582135985)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:12.547--ServerSession(1582135985)--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. [junit] [EL Info]: 2021-12-16 05:21:12.55--ServerSession(1582135985)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:12.553--ServerSession(1582135985)--multi-tenant-C login successful [junit] [EL Info]: 2021-12-16 05:21:12.607--ServerSession(1878432811)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:12.609--ServerSession(1878432811)--/multi-tenant-schema-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:21:12.61--ServerSession(1878432811)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Can't drop database 'ecltest_MT'; database doesn't exist [junit] Error Code: 1008 [junit] Call: drop schema ecltest_MT; [junit] Query: DataModifyQuery(sql="drop schema ecltest_MT;") [junit] [EL Info]: connection: 2021-12-16 05:21:12.61--ServerSession(1878432811)--/multi-tenant-schema-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: 2021-12-16 05:21:12.617--ServerSession(1585016309)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:12.62--ServerSession(1585016309)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 login successful [junit] [EL Warning]: ddl: 2021-12-16 05:21:16.399--ServerSession(1585016309)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: connection: 2021-12-16 05:21:20.542--ServerSession(1585016309)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 logout successful [junit] [EL Info]: 2021-12-16 05:21:20.545--ServerSession(2117003378)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:20.548--ServerSession(2117003378)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 login successful [junit] [EL Warning]: ddl: 2021-12-16 05:21:22.84--ServerSession(2117003378)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: connection: 2021-12-16 05:21:27.008--ServerSession(2117003378)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 logout successful [junit] [EL Info]: 2021-12-16 05:21:27.008--ServerSession(1878432811)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:27.009--ServerSession(1878432811)--/multi-tenant-schema-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:21:27.015--ServerSession(1742177861)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:27.017--ServerSession(1742177861)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 login successful [junit] [EL Info]: connection: 2021-12-16 05:21:27.018--ServerSession(1742177861)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 logout successful [junit] [EL Info]: 2021-12-16 05:21:27.027--ServerSession(670947287)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:27.029--ServerSession(670947287)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 login successful [junit] [EL Info]: connection: 2021-12-16 05:21:27.029--ServerSession(670947287)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 logout successful [junit] [EL Info]: 2021-12-16 05:21:27.032--ServerSession(934555668)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:21:27.034--ServerSession(934555668)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 login successful [junit] [EL Info]: connection: 2021-12-16 05:21:27.084--ServerSession(934555668)--/multi-tenant-schema-per-tenant_nonJtaDataSource=896112855 logout successful [junit] [EL Warning]: ddl: 2021-12-16 05:21:31.84--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:21:45.468--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:21:53.245--ServerSession(734120507)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: jpa: 2021-12-16 05:21:59.607--java.io.FileNotFoundException: MetadataCachingTestProject.file (No such file or directory) [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.634--ServerSession(1504363741)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.698--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.698--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.706--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.717--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.718--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.721--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.722--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.722--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.722--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.722--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.723--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.723--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.724--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.724--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.732--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.732--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.733--ServerSession(1504363741)--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 JPA 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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.733--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.734--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.734--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.734--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.734--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:21:59.734--ServerSession(1504363741)--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. [junit] [EL Info]: 2021-12-16 05:22:00.126--ServerSession(1504363741)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.137--ServerSession(1504363741)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.139--ServerSession(1504363741)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.14--ServerSession(1504363741)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.14--ServerSession(1504363741)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.141--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.143--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.148--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.155--ServerSession(1504363741)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.157--ServerSession(1504363741)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.157--ServerSession(1504363741)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.158--ServerSession(1504363741)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:00.159--ServerSession(1504363741)--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. [junit] [EL Info]: connection: 2021-12-16 05:22:00.201--ServerSession(1504363741)--default-session login successful [junit] [EL Info]: 2021-12-16 05:22:01.391--ServerSession(460084023)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.403--ServerSession(460084023)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.406--ServerSession(460084023)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.407--ServerSession(460084023)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.408--ServerSession(460084023)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.409--ServerSession(460084023)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.413--ServerSession(460084023)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.421--ServerSession(460084023)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.43--ServerSession(460084023)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.432--ServerSession(460084023)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.432--ServerSession(460084023)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.435--ServerSession(460084023)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:22:01.435--ServerSession(460084023)--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. [junit] [EL Info]: connection: 2021-12-16 05:22:01.454--ServerSession(460084023)--default-session login successful [junit] [EL Warning]: ddl: 2021-12-16 05:22:04.822--ServerSession(460084023)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Fine]: server: 2021-12-16 05:22:09.007--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Config]: metadata: 2021-12-16 05:22:09.009--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Project] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.009--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.009--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Person] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.009--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.01--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumber] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.01--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Address] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.01--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.01--ServerSession(1975571475)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.EmploymentPeriod] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.01--ServerSession(1975571475)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: SmallProject. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.01--ServerSession(1975571475)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Project] is being defaulted to: Project. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--Optimistic locking metadata is already defined on the descriptor for the entity [method get]. Ignoring version specification on element [{1}]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Person] is being defaulted to: Person. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to: Employee. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: SALARY. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PAYSCALE. [junit] [EL Warning]: metadata: 2021-12-16 05:22:09.011--ServerSession(1975571475)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumber] is being defaulted to: PhoneNumber. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Address] is being defaulted to: Address. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: COUNTRY. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PROVINCE. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: CITY. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: STREET. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: LargeProject. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The data type for the converter named [CreditLine] used with the element [method get] in the entity [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to [class java.lang.String]. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The object type for the converter named [CreditLine] used with the element [method get] in the entity [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to [class java.lang.String]. [junit] [EL Warning]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.012--ServerSession(1975571475)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: 2021-12-16 05:22:09.013--ServerSession(1975571475)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: ADDRESS_ID. [junit] [EL Config]: weaver: 2021-12-16 05:22:09.013--ServerSession(1975571475)--Thread(Thread[main,5,main])--Class org.eclipse.persistence.testing.tests.jpa.config.Employee could not be weaved for change tracking as it is not supported by its mappings. [junit] [EL Info]: 2021-12-16 05:22:09.035--ServerSession(1975571475)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Fine]: connection: 2021-12-16 05:22:09.037--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Config]: connection: 2021-12-16 05:22:09.037--ServerSession(1975571475)--Connection(1493191645)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "root" [junit] datasource URL=> "jdbc:mysql://localhost/ecltest?useSSL=false" [junit] )) [junit] [EL Config]: connection: 2021-12-16 05:22:09.039--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Info]: connection: 2021-12-16 05:22:09.043--ServerSession(1975571475)--Thread(Thread[main,5,main])--ConfigPUTestSuite login successful [junit] [EL Config]: metadata: 2021-12-16 05:22:09.043--Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (SALARY.E_ID). The generator uses "java.lang.String" as default java type for the field. [junit] [EL Fine]: sql: 2021-12-16 05:22:09.043--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE PROJECT DROP FOREIGN KEY FK_PROJECT_LEADER_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.05--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_ADDR_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.057--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_EMP_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.061--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.061--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'FK_EMPLOYEE_MANAGER_EMP_ID'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_EMP_ID") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.061--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_E_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.065--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.065--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'FK_SALARY_E_ID'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_E_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_E_ID") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.065--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE PHONENUMBER DROP FOREIGN KEY FK_PHONENUMBER_OWNER_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.065--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.065--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.PHONENUMBER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE PHONENUMBER DROP FOREIGN KEY FK_PHONENUMBER_OWNER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE PHONENUMBER DROP FOREIGN KEY FK_PHONENUMBER_OWNER_ID") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.065--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE LPROJECT DROP FOREIGN KEY FK_LPROJECT_PROJ_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.073--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE EMP_CREDITLINES DROP FOREIGN KEY FK_EMP_CREDITLINES_EMP_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.073--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.073--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.EMP_CREDITLINES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE EMP_CREDITLINES DROP FOREIGN KEY FK_EMP_CREDITLINES_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE EMP_CREDITLINES DROP FOREIGN KEY FK_EMP_CREDITLINES_EMP_ID") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.073--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_EMP_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.08--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_PROJ_ID [junit] [EL Fine]: sql: 2021-12-16 05:22:09.088--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PROJECT [junit] [EL Fine]: sql: 2021-12-16 05:22:09.106--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PERSON [junit] [EL Fine]: sql: 2021-12-16 05:22:09.121--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2021-12-16 05:22:09.129--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.129--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.129--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE SALARY [junit] [EL Fine]: sql: 2021-12-16 05:22:09.143--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2021-12-16 05:22:09.143--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.144--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.144--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE ADDRESS [junit] [EL Fine]: sql: 2021-12-16 05:22:09.159--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE LPROJECT [junit] [EL Fine]: sql: 2021-12-16 05:22:09.177--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2021-12-16 05:22:09.177--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.177--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.177--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PROJ_EMP [junit] [EL Fine]: sql: 2021-12-16 05:22:09.195--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2021-12-16 05:22:09.2--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.2--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.2--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2021-12-16 05:22:09.2--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.201--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.202--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.203--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE PROJECT (PROJ_ID INTEGER AUTO_INCREMENT NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION INTEGER, LEADER_ID VARCHAR(255), PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.237--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE PERSON (P_ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (P_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.259--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE EMPLOYEE (EMP_ID VARCHAR(255) NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), PAYSCALE VARCHAR(255), SIN VARCHAR(255), VERSION INTEGER, END_DATE DATE, START_DATE DATE NOT NULL, ADDR_ID INTEGER, MANAGER_EMP_ID VARCHAR(255), PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.265--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.266--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'EMPLOYEE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE EMPLOYEE (EMP_ID VARCHAR(255) NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), PAYSCALE VARCHAR(255), SIN VARCHAR(255), VERSION INTEGER, END_DATE DATE, START_DATE DATE NOT NULL, ADDR_ID INTEGER, MANAGER_EMP_ID VARCHAR(255), PRIMARY KEY (EMP_ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE EMPLOYEE (EMP_ID VARCHAR(255) NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), PAYSCALE VARCHAR(255), SIN VARCHAR(255), VERSION INTEGER, END_DATE DATE, START_DATE DATE NOT NULL, ADDR_ID INTEGER, MANAGER_EMP_ID VARCHAR(255), PRIMARY KEY (EMP_ID))") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.266--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE SALARY (E_ID VARCHAR(255) NOT NULL, SALARY INTEGER, PRIMARY KEY (E_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.373--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE PHONENUMBER (TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), OWNER_ID VARCHAR(255) NOT NULL, NUMB VARCHAR(255), PRIMARY KEY (TYPE, OWNER_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.399--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE ADDRESS (ADDRESS_ID INTEGER AUTO_INCREMENT NOT NULL, CITY VARCHAR(255), COUNTRY VARCHAR(255), POSTALCODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.485--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE LPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.544--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE EMP_CREDITLINES (EMP_ID VARCHAR(255), ACCOUNT VARCHAR(255), BANK VARCHAR(255)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.568--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE PROJ_EMP (EMP_ID VARCHAR(255) NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.595--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE PROJECT ADD CONSTRAINT FK_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.628--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.628--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE PROJECT ADD CONSTRAINT FK_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE PROJECT ADD CONSTRAINT FK_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.628--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE ADD CONSTRAINT FK_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES ADDRESS (ADDRESS_ID) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.667--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.667--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE EMPLOYEE ADD CONSTRAINT FK_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES ADDRESS (ADDRESS_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EMPLOYEE ADD CONSTRAINT FK_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES ADDRESS (ADDRESS_ID)") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.667--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE SALARY ADD CONSTRAINT FK_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.691--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.691--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE SALARY ADD CONSTRAINT FK_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE SALARY ADD CONSTRAINT FK_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.691--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE PHONENUMBER ADD CONSTRAINT FK_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.708--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.708--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE PHONENUMBER ADD CONSTRAINT FK_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE PHONENUMBER ADD CONSTRAINT FK_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.708--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE LPROJECT ADD CONSTRAINT FK_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES PROJECT (PROJ_ID) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.76--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE EMP_CREDITLINES ADD CONSTRAINT FK_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.785--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.786--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE EMP_CREDITLINES ADD CONSTRAINT FK_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EMP_CREDITLINES ADD CONSTRAINT FK_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.786--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--ALTER TABLE PROJ_EMP ADD CONSTRAINT FK_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.812--ServerSession(1975571475)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2021-12-16 05:22:09.812--ServerSession(1975571475)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE PROJ_EMP ADD CONSTRAINT FK_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE PROJ_EMP ADD CONSTRAINT FK_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2021-12-16 05:22:09.813--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: 2021-12-16 05:22:09.817--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: 2021-12-16 05:22:09.818--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.823--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--CREATE TABLE EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.855--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--DELETE FROM EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [junit] [EL Fine]: sql: 2021-12-16 05:22:09.856--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--SELECT * FROM EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [junit] [EL Fine]: sql: 2021-12-16 05:22:09.856--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--INSERT INTO EMPLOYEE_SEQ(SEQ_NAME, SEQ_COUNT) values ('EMP_SEQ', 0) [junit] [EL Fine]: sql: 2021-12-16 05:22:09.862--ClientSession(2031800135)--Connection(1162110194)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: 2021-12-16 05:22:09.863--ClientSession(2031800135)--Connection(1162110194)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: 2021-12-16 05:22:09.868--ClientSession(2031800135)--Connection(1162110194)--Thread(Thread[main,5,main])--INSERT INTO PERSON (P_ID, NAME) VALUES (?, ?) [junit] bind => [1, Test] [junit] [EL Config]: connection: 2021-12-16 05:22:09.873--ServerSession(1975571475)--Connection(1162110194)--Thread(Thread[main,5,main])--disconnect [junit] [EL Info]: connection: 2021-12-16 05:22:09.873--ServerSession(1975571475)--Thread(Thread[main,5,main])--ConfigPUTestSuite logout successful [junit] [EL Config]: connection: 2021-12-16 05:22:09.873--ServerSession(1975571475)--Connection(1493191645)--Thread(Thread[main,5,main])--disconnect [junit] [EL Warning]: ddl: 2021-12-16 05:22:13.142--ServerSession(208715256)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] testSetup [junit] [EL Info]: 2021-12-16 05:22:17.213--ServerSession(419479375)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:22:17.215--ServerSession(419479375)--/embeddable_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: 2021-12-16 05:22:20.576--ServerSession(419479375)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2021-12-16 05:22:24.523--ServerSession(1445817046)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:22:24.529--ServerSession(1445817046)--/invalid-named-query_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Severe]: ejb: 2021-12-16 05:22:24.529--ServerSession(1445817046)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT a FROM Alien a]. [junit] [14, 19] The abstract schema type 'Alien' is unknown. [junit] [EL Info]: 2021-12-16 05:22:24.533--ServerSession(543423405)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:22:24.535--ServerSession(543423405)--/invalid-named-query-tolerate_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Severe]: ejb: 2021-12-16 05:22:24.541--ServerSession(44485683)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT a FROM Alien a]. [junit] [14, 19] The abstract schema type 'Alien' is unknown. [junit] [EL Info]: ServerSession(770310779)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(770310779)--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. [junit] [EL Info]: connection: ServerSession(770310779)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: 2021-12-16 05:22:24.677--ServerSession(1504363741)--default-session logout successful [junit] [EL Info]: connection: ServerSession(770310779)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: ServerSession(1904019809)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1904019809)--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. [junit] [EL Info]: connection: ServerSession(1904019809)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: ServerSession(1904019809)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: ServerSession(1028106047)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1028106047)--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. [junit] [EL Info]: connection: ServerSession(1028106047)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: UnitOfWork(818515428)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: UnitOfWork(145371950)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: UnitOfWork(1875001369)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 185] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 185 [junit] [EL Warning]: UnitOfWork(1794990235)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 258] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 258 [junit] [EL Warning]: UnitOfWork(507308607)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 267] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 267 [junit] [EL Warning]: ServerSession(1028106047)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: ReportQuery result size mismatch. Expecting [8], but retrieved [6] [junit] Query: ReportQuery(referenceClass=Project sql="SELECT PROJ_ID, PROJ_TYPE, DESCRIP, PROJ_NAME, VERSION, LEADER_ID FROM CMP3_FA_PROJECT") [junit] [EL Warning]: ServerSession(1028106047)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] 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) [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: UnitOfWork(1278415825)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 391] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 391 [junit] [EL Warning]: UnitOfWork(1038750242)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: An attempt was made to update the object [Employee: 392], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 392 [junit] [EL Warning]: UnitOfWork(1710968743)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@63a00f54] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> 5 [junit] WARNING: This database does not support NOWAIT. [junit] 1310 [junit] [EL Warning]: query: UnitOfWork(2146682903)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1649744267)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] 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. [junit] [EL Warning]: query: ServerSession(1028106047)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1408541991)--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 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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1679648508)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1679648508)--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 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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(643719717)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(45034614)--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, 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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1052316153)--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, 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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(589208878)--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, 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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1665811921)--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, 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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(479055014)--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, 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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1531800250)--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, 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))") [junit] 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. [junit] >>> Employee retrieved [junit] >>> Employee copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] >>> Employees retrieved [junit] >>> Employees copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] [EL Warning]: query: UnitOfWork(193652598)--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))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id}}, 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. [junit] [EL Warning]: query: UnitOfWork(193652598)--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))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id}}, 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. [junit] [EL Warning]: query: UnitOfWork(193652598)--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))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id}}, 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. [junit] [EL Warning]: query: UnitOfWork(1941411024)--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)") [junit] 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. [junit] [EL Warning]: 2021-12-16 05:23:50.625--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.CMP3_ENGINEER_LAPTOP' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2021-12-16 05:23:55.012--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2021-12-16 05:24:00.638--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2021-12-16 05:24:05.489--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2021-12-16 05:24:10.767--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2021-12-16 05:24:16.125--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2021-12-16 05:24:21.416--UnitOfWork(488991509)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@117792d9] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 1 [junit] [EL Warning]: 2021-12-16 05:24:21.421--UnitOfWork(756596371)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@567005b9] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 3 [junit] [EL Warning]: 2021-12-16 05:24:21.427--UnitOfWork(530116834)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@7c8a6a92] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 4 [junit] [EL Warning]: 2021-12-16 05:24:21.435--UnitOfWork(697935813)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@3edfd221] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 1 [junit] [EL Warning]: 2021-12-16 05:24:21.466--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2021-12-16 05:24:26.543--UnitOfWork(591767982)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@2de8249b] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 5 [junit] [EL Warning]: 2021-12-16 05:24:26.549--UnitOfWork(1090404457)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@4a8c0b8d] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 7 [junit] [EL Warning]: 2021-12-16 05:24:26.558--UnitOfWork(1228616839)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@5fa09c6] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 8 [junit] [EL Warning]: 2021-12-16 05:24:26.568--UnitOfWork(2026447863)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@3dac87a6] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 3 [junit] [EL Warning]: 2021-12-16 05:24:26.589--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_ACCLAIMS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_ACCLAIMS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS") [junit] [EL Warning]: 2021-12-16 05:24:26.59--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_AUDIO' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_AUDIO [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO") [junit] [EL Warning]: 2021-12-16 05:24:26.59--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_AWARDS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_AWARDS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS") [junit] [EL Warning]: 2021-12-16 05:24:26.59--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_DESIGNATIONS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_DESIGNATIONS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS") [junit] [EL Warning]: 2021-12-16 05:24:26.591--ServerSession(460084023)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_RECORDS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_RECORDS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS") [junit] [EL Info]: connection: 2021-12-16 05:24:36.281--ServerSession(460084023)--default-session logout successful [junit] [EL Info]: 2021-12-16 05:24:36.281--ServerSession(460084023)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:24:36.29--ServerSession(460084023)--default-session login successful [junit] [EL Info]: connection: 2021-12-16 05:24:36.396--ServerSession(460084023)--default-session logout successful [junit] [EL Info]: 2021-12-16 05:24:36.396--ServerSession(460084023)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:24:36.404--ServerSession(460084023)--default-session login successful [junit] [EL Warning]: 2021-12-16 05:24:42.002--ServerSession(460084023)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [NOVICE_CONSUMER_DESIGNATIONS.ORDER_COLUMN] contains wrong values: [junit] [null, 1, 2] [junit] Query: DirectReadQuery(name="designations" sql="SELECT t0.DESIGNATION, t0.ORDER_COLUMN FROM NOVICE_CONSUMER_DESIGNATIONS t0 WHERE (t0.NOVICE_CONSUMER_ID = ?)") [junit] [EL Warning]: 2021-12-16 05:24:55.425--UnitOfWork(281348153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() for SELECTs [junit] Error Code: 0 [junit] Call: Select * FROM CMP3_CUSTOMER [junit] Query: DataModifyQuery(sql="Select * FROM CMP3_CUSTOMER") [junit] [EL Info]: 2021-12-16 05:25:01.092--ServerSession(661415586)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:25:01.095--ServerSession(661415586)--isolated-session1053 login successful [junit] [EL Info]: connection: 2021-12-16 05:25:01.096--ServerSession(661415586)--isolated-session1053 logout successful [junit] [EL Info]: connection: 2021-12-16 05:25:01.097--ServerSession(460084023)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1749937900)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Info]: ServerSession(1749937900)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1749937900)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1749937900)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1749937900)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1749937900)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1749937900)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1749937900)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Warning]: metadata: ServerSession(1749937900)--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. [junit] [EL Info]: connection: ServerSession(1749937900)--default-session login successful [junit] [EL Info]: connection: ServerSession(1749937900)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1791262032)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Info]: ServerSession(1791262032)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1791262032)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1791262032)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1791262032)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1791262032)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1791262032)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1791262032)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Warning]: metadata: ServerSession(1791262032)--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. [junit] [EL Info]: connection: ServerSession(1791262032)--default-session login successful [junit] [EL Info]: connection: ServerSession(1791262032)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(110458810)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Info]: ServerSession(110458810)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(110458810)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(110458810)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(110458810)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(110458810)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(110458810)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(110458810)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Warning]: metadata: ServerSession(110458810)--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. [junit] [EL Info]: connection: ServerSession(110458810)--default-session login successful [junit] [EL Info]: connection: ServerSession(110458810)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1062804814)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Info]: ServerSession(1062804814)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1062804814)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1062804814)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1062804814)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1062804814)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1062804814)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1062804814)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Warning]: metadata: ServerSession(1062804814)--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. [junit] [EL Info]: connection: ServerSession(1062804814)--default-session login successful [junit] [EL Info]: connection: ServerSession(1062804814)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1101947147)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Info]: ServerSession(1101947147)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1101947147)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1101947147)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1101947147)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1101947147)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1101947147)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1101947147)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Warning]: metadata: ServerSession(1101947147)--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. [junit] [EL Info]: connection: ServerSession(1101947147)--default-session login successful [junit] [EL Info]: connection: ServerSession(1101947147)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(882041920)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Info]: ServerSession(882041920)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(882041920)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(882041920)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(882041920)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(882041920)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(882041920)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(882041920)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Warning]: metadata: ServerSession(882041920)--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. [junit] [EL Info]: connection: ServerSession(882041920)--default-session login successful [junit] [EL Info]: connection: ServerSession(882041920)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(2069673718)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Info]: ServerSession(2069673718)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(2069673718)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2069673718)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2069673718)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2069673718)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2069673718)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2069673718)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Warning]: metadata: ServerSession(2069673718)--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. [junit] [EL Info]: connection: ServerSession(2069673718)--default-session login successful [junit] [EL Info]: connection: ServerSession(2069673718)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(252569790)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Info]: ServerSession(252569790)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(252569790)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(252569790)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(252569790)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(252569790)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(252569790)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(252569790)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Warning]: metadata: ServerSession(252569790)--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. [junit] [EL Info]: connection: ServerSession(252569790)--default-session login successful [junit] [EL Info]: connection: ServerSession(252569790)--default-session logout successful [junit] [EL Info]: 2021-12-16 05:25:03.86--ServerSession(2054580816)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: ejb: 2021-12-16 05:25:03.86--ServerSession(2054580816)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [junit] [EL Info]: 2021-12-16 05:25:03.864--ServerSession(1836880908)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:25:03.866--ServerSession(1836880908)--isolated-session1053 login successful [junit] [EL Info]: connection: 2021-12-16 05:25:03.866--ServerSession(1836880908)--isolated-session1053 logout successful [junit] [EL Info]: 2021-12-16 05:25:03.868--ServerSession(1110753083)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: ejb: 2021-12-16 05:25:03.868--ServerSession(1110753083)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [junit] [EL Warning]: metadata: ServerSession(1310537038)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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 JPA 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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Info]: ServerSession(1310537038)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: ServerSession(1310537038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1310537038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1310537038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1310537038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1310537038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1310537038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Warning]: metadata: ServerSession(1310537038)--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. [junit] [EL Info]: connection: ServerSession(1310537038)--default-session login successful [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: ServerSession(5991908)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: ServerSession(5991908)-- login successful [junit] [EL Info]: connection: ServerSession(5991908)-- logout successful [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] WARNING: The test customFunctionNVLTest is supported on Oracle only [junit] WARNING: AS OF only supported on Oracle. [junit] WARNING: Hierarchical selects only supported on Oracle. [junit] WARNING: The test testNestedFUNCs is supported on Oracle only [junit] WARNING: NULLS FIRST only supported on Oracle. [junit] WARNING: testOPERATOR only works with Oracle [junit] WARNING: testSQLCast only works with Oracle [junit] WARNING: INTERSECT not supported on this database. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2021-12-16 05:26:08.893--UnitOfWork(98769287)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1869] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,869 [junit] [EL Warning]: 2021-12-16 05:26:08.922--UnitOfWork(285656930)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1869] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,869 [junit] [EL Warning]: UnitOfWork(926904059)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1869] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,869 [junit] [EL Warning]: UnitOfWork(1372911163)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: UnitOfWork(93436372)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2101] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,101 [junit] [EL Warning]: UnitOfWork(881128838)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2101] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,101 [junit] [EL Warning]: UnitOfWork(186207367)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2101] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,101 [junit] [EL Warning]: UnitOfWork(531294872)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2101] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,101 [junit] [EL Warning]: UnitOfWork(380205760)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] 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 [junit] bind => [1 parameter bound] [junit] 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") [junit] [EL Warning]: UnitOfWork(137328414)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] 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 [junit] bind => [1 parameter bound] [junit] 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") [junit] [EL Warning]: UnitOfWork(817600294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] 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 [junit] bind => [1 parameter bound] [junit] 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") [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Warning]: ddl: 2021-12-16 05:28:08.225--ServerSession(208715256)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2021-12-16 05:28:12.401--ServerSession(451569181)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:28:12.403--ServerSession(451569181)--/customer-pu_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: 2021-12-16 05:28:12.404--ServerSession(451569181)--Connection(1355995794)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID [junit] [EL Fine]: sql: 2021-12-16 05:28:12.404--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.404--ServerSession(451569181)--Connection(1355995794)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.405--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--Connection(1355995794)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--SELECT 1 [junit] [EL Fine]: sql: 2021-12-16 05:28:12.406--ServerSession(451569181)--Connection(1355995794)--CREATE TABLE CMP3_AD_CU_ADDRESS (ID BIGINT AUTO_INCREMENT NOT NULL, TYPE VARCHAR(1), STREET1 VARCHAR(255), STREET2 VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: 2021-12-16 05:28:12.433--ServerSession(451569181)--Connection(1355995794)--CREATE TABLE CMP3_AD_CU_CUSTOMER (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), ADDR_BA_ID BIGINT, ADDR_DA_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: 2021-12-16 05:28:12.459--ServerSession(451569181)--Connection(1355995794)--ALTER TABLE CMP3_AD_CU_CUSTOMER ADD CONSTRAINT FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID FOREIGN KEY (ADDR_BA_ID) REFERENCES CMP3_AD_CU_ADDRESS (ID) [junit] [EL Fine]: sql: 2021-12-16 05:28:12.545--ServerSession(451569181)--Connection(1355995794)--ALTER TABLE CMP3_AD_CU_CUSTOMER ADD CONSTRAINT FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID FOREIGN KEY (ADDR_DA_ID) REFERENCES CMP3_AD_CU_ADDRESS (ID) [junit] [EL Finer]: cache: 2021-12-16 05:28:12.599--ServerSession(451569181)--initialize all identitymaps [junit] [EL Fine]: sql: 2021-12-16 05:28:12.601--ClientSession(2010993670)--Connection(972341563)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET1, TYPE) VALUES (?, ?) [junit] bind => [STREET1, 1] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.601--ClientSession(2010993670)--Connection(972341563)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2021-12-16 05:28:12.602--ClientSession(2010993670)--Connection(972341563)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET2, TYPE) VALUES (?, ?) [junit] bind => [STREET2, 2] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.602--ClientSession(2010993670)--Connection(972341563)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2021-12-16 05:28:12.602--ClientSession(2010993670)--Connection(972341563)--INSERT INTO CMP3_AD_CU_CUSTOMER (NAME, ADDR_BA_ID, ADDR_DA_ID) VALUES (?, ?, ?) [junit] bind => [JONES, 1, 2] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.607--ClientSession(2010993670)--Connection(972341563)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2021-12-16 05:28:12.61--ServerSession(451569181)--Connection(1355995794)--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.611--ServerSession(451569181)--Connection(1355995794)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.611--ServerSession(451569181)--Connection(1355995794)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.617--ServerSession(451569181)--Connection(1355995794)--SELECT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET1, t0.STREET2, t2.ID, t2.TYPE, t2.STREET1, t2.STREET2 FROM CMP3_AD_CU_CUSTOMER t1 LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t0 ON (t0.ID = t1.ADDR_DA_ID) LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t2 ON (t2.ID = t1.ADDR_BA_ID) WHERE (t1.NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.627--ServerSession(451569181)--Connection(1355995794)--SELECT DISTINCT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.628--ServerSession(451569181)--Connection(1355995794)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.628--ServerSession(451569181)--Connection(1355995794)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.629--ServerSession(451569181)--Connection(1355995794)--SELECT DISTINCT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET1, t0.STREET2, t2.ID, t2.TYPE, t2.STREET1, t2.STREET2 FROM CMP3_AD_CU_CUSTOMER t1 LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t0 ON (t0.ID = t1.ADDR_BA_ID) LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t2 ON (t2.ID = t1.ADDR_DA_ID) WHERE (t1.NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.63--ServerSession(451569181)--Connection(1355995794)--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2021-12-16 05:28:12.63--ServerSession(451569181)--Connection(1355995794)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.63--ServerSession(451569181)--Connection(1355995794)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.631--ClientSession(1056281989)--Connection(972341563)--DELETE FROM CMP3_AD_CU_CUSTOMER WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.631--ClientSession(1056281989)--Connection(972341563)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2021-12-16 05:28:12.636--ClientSession(1056281989)--Connection(972341563)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XMLAddress does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XMLAddress [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLAddress") [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XMLInOut does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XMLInOut [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLInOut") [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.124--ServerSession(849028726)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.124--ServerSession(849028726)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.126--ServerSession(849028726)--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. [junit] [EL Info]: 2021-12-16 05:28:25.206--ServerSession(849028726)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.211--ServerSession(849028726)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.211--ServerSession(849028726)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.211--ServerSession(849028726)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.213--ServerSession(849028726)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.214--ServerSession(849028726)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.214--ServerSession(849028726)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:25.214--ServerSession(849028726)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2021-12-16 05:28:25.217--ServerSession(849028726)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:28:25.564--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_CKENT_C_B' doesn't exist [junit] Error Code: 1146 [junit] Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [junit] [EL Warning]: 2021-12-16 05:28:27.918--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:28:30.264--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] 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) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:28:32.262--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Info]: 2021-12-16 05:28:32.561--ServerSession(1114725189)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:28:32.563--ServerSession(1114725189)--/METADATA_COMPLETE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:28:32.574--ServerSession(215483807)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:28:32.576--ServerSession(215483807)--/XML_MAPPING_METADATA_COMPLETE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:28:40.83--SessionBroker(1201797998)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:28:40.833--ServerSession(33967171)--xml-composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:28:40.834--ServerSession(1083051612)--xml-composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:28:40.835--ServerSession(1094522696)--xml-composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:28:40.838--SessionBroker(1201797998)--/xml-composite-advanced login successful [junit] [EL Warning]: metamodel: 2021-12-16 05:28:40.838--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 [junit] [EL Warning]: 2021-12-16 05:28:41.665--ServerSession(1094522696)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XML_BR1_Address does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XML_BR1_Address [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_Address") [junit] [EL Warning]: 2021-12-16 05:28:41.665--ServerSession(1094522696)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XML_BR1_InOut does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XML_BR1_InOut [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_InOut") [junit] [EL Info]: 2021-12-16 05:28:41.887--ServerSession(1207499535)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:28:41.889--ServerSession(1207499535)--/xml-composite-advanced-member_1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: 2021-12-16 05:28:41.889--ServerSession(1207499535)--/xml-composite-advanced-member_1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Warning]: 2021-12-16 05:28:43.747--UnitOfWork(1502394917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_COURSE' doesn't exist [junit] Error Code: 1146 [junit] Call: SELECT ID FROM DDL_COURSE [junit] Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [junit] [EL Warning]: 2021-12-16 05:28:43.88--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:43.88--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:43.88--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:43.881--ServerSession(849028726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.903--ServerSession(2072998261)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.903--ServerSession(2072998261)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.905--ServerSession(2072998261)--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. [junit] [EL Info]: 2021-12-16 05:28:43.914--ServerSession(2072998261)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.917--ServerSession(2072998261)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.917--ServerSession(2072998261)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.917--ServerSession(2072998261)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.918--ServerSession(2072998261)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.919--ServerSession(2072998261)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.919--ServerSession(2072998261)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:43.919--ServerSession(2072998261)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2021-12-16 05:28:43.921--ServerSession(2072998261)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:28:44.026--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENTA' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ))") [junit] [EL Warning]: 2021-12-16 05:28:44.313--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_CKENT_C_B' doesn't exist [junit] Error Code: 1146 [junit] Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [junit] [EL Warning]: 2021-12-16 05:28:45.001--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_EMP' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:28:45.139--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Foos' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [junit] [EL Warning]: 2021-12-16 05:28:45.214--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Countries' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [junit] [EL Warning]: 2021-12-16 05:28:45.363--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_COURSE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:28:46.715--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:28:46.83--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] 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) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:28:49.043--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] 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) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:28:51.067--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:51.067--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:51.068--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:51.068--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:28:51.069--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:51.069--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:28:51.069--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:51.07--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Info]: 2021-12-16 05:28:51.09--ServerSession(1117517895)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:28:51.092--ServerSession(1117517895)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:51.093--ServerSession(1117517895)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:51.093--ServerSession(1117517895)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2021-12-16 05:28:51.094--ServerSession(1117517895)--/ddlTableSuffix_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:28:51.117--ServerSession(272164079)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:28:51.121--ServerSession(272164079)--/ddlTablePerClass_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:28:52.2--UnitOfWork(1966002811)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@7122145f) [junit] [EL Warning]: 2021-12-16 05:28:52.201--UnitOfWork(1173132016)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@4300a084) [junit] [EL Warning]: metadata: 2021-12-16 05:28:52.393--ServerSession(1258079109)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:52.393--ServerSession(1258079109)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:52.394--ServerSession(1258079109)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:52.394--ServerSession(1258079109)--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. [junit] [EL Info]: 2021-12-16 05:28:52.401--ServerSession(1258079109)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:28:52.403--ServerSession(1258079109)--DDLTablePerTenant login successful [junit] [EL Warning]: 2021-12-16 05:28:53.696--UnitOfWork(1544325266)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@343627e1) [junit] [EL Warning]: 2021-12-16 05:28:53.7--UnitOfWork(1419105539)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UCforColumn2' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@5980b5dd) [junit] [EL Warning]: 2021-12-16 05:28:53.705--UnitOfWork(1679099294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY1_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@8e7bc11) [junit] [EL Warning]: 2021-12-16 05:28:53.726--UnitOfWork(197310297)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@5a4d9838) [junit] [EL Warning]: 2021-12-16 05:28:53.73--UnitOfWork(1638591430)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UNQ_DDL_UCENTITY2_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@3d786241) [junit] [EL Warning]: 2021-12-16 05:28:53.735--UnitOfWork(575286975)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY2_1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@1f3ee7d8) [junit] [EL Warning]: 2021-12-16 05:28:55.89--UnitOfWork(1173702082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_COURSE' doesn't exist [junit] Error Code: 1146 [junit] Call: SELECT ID FROM DDL_COURSE [junit] Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [junit] [EL Warning]: 2021-12-16 05:28:56.026--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:56.027--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:56.027--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:28:56.028--ServerSession(2072998261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.049--ServerSession(405660971)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.049--ServerSession(405660971)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.05--ServerSession(405660971)--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. [junit] [EL Info]: 2021-12-16 05:28:56.059--ServerSession(405660971)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.062--ServerSession(405660971)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.063--ServerSession(405660971)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.063--ServerSession(405660971)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.064--ServerSession(405660971)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.064--ServerSession(405660971)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.064--ServerSession(405660971)--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. [junit] [EL Warning]: metadata: 2021-12-16 05:28:56.064--ServerSession(405660971)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2021-12-16 05:28:56.066--ServerSession(405660971)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:28:56.174--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENTA' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ))") [junit] [EL Warning]: 2021-12-16 05:28:56.465--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_CKENT_C_B' doesn't exist [junit] Error Code: 1146 [junit] Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [junit] [EL Warning]: 2021-12-16 05:28:57.104--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_EMP' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:28:57.254--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Foos' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [junit] [EL Warning]: 2021-12-16 05:28:57.35--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Countries' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [junit] [EL Warning]: 2021-12-16 05:28:57.478--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_COURSE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:28:58.814--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:28:58.924--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] 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) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:29:01.109--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] 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) [junit] 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)") [junit] [EL Warning]: 2021-12-16 05:29:03.036--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:29:03.036--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:29:03.036--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:29:03.037--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:29:03.037--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:29:03.038--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:29:03.038--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2021-12-16 05:29:03.038--ServerSession(405660971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2021-12-16 05:29:03.106--UnitOfWork(1737786335)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@7915c35) [junit] [EL Warning]: 2021-12-16 05:29:03.108--UnitOfWork(403128496)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@b341d18) [junit] [EL Warning]: 2021-12-16 05:29:03.121--UnitOfWork(1104037990)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@778582cc) [junit] [EL Warning]: 2021-12-16 05:29:03.123--UnitOfWork(861663178)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UCforColumn2' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@639672b3) [junit] [EL Warning]: 2021-12-16 05:29:03.126--UnitOfWork(1295390543)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY1_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@638800f8) [junit] [EL Warning]: 2021-12-16 05:29:03.138--UnitOfWork(862563524)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@25686c8f) [junit] [EL Warning]: 2021-12-16 05:29:03.14--UnitOfWork(894464766)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UNQ_DDL_UCENTITY2_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@5583b232) [junit] [EL Warning]: 2021-12-16 05:29:03.143--UnitOfWork(1643864475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY2_1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@7d8a4444) [junit] Dec 16, 2021 5:29:03 AM org.eclipse.persistence.session.JPASessionXML [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] Dec 16, 2021 5:29:03 AM org.eclipse.persistence.session.JPASessionXML.connection [junit] INFO: JPASessionXML login successful [junit] Dec 16, 2021 5:29:03 AM org.eclipse.persistence.session.JPASessionXML [junit] WARNING: [junit] Local Exception Stack: [junit] Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [name1] in expression. [junit] Query: ReadObjectQuery(referenceClass=Customer ) [junit] at org.eclipse.persistence.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:697) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:1011) [junit] at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:3291) [junit] at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:369) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:758) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:671) [junit] at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:841) [junit] at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1521) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:559) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1767) [junit] at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:787) [junit] at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:673) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:622) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:879) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1134) [junit] at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:441) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3281) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:3717) [junit] at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase.testExceptionHandlerProperty(JPAAdvPropertiesJUnitTestCase.java:149) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at junit.framework.TestCase.runTest(TestCase.java:176) [junit] at junit.framework.TestCase.runBare(TestCase.java:141) [junit] at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:650) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:248) [junit] at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:211) [junit] at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] [junit] [EL Info]: 2021-12-16 05:29:03.912--ServerSession(2050181190)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] Profile( [junit] total time=62217, [junit] local time=62217, [junit] Timer:Logging=62217, [junit] ) [junit] Profile( [junit] total time=1480527, [junit] local time=1480527, [junit] Timer:ConnectionManagement=1480527, [junit] ) [junit] [EL Info]: connection: 2021-12-16 05:29:03.915--ServerSession(2050181190)--/JPAADVProperties2_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] Profile( [junit] total time=26030, [junit] local time=26030, [junit] Timer:Logging=26030, [junit] ) [junit] [EL Warning]: metamodel: 2021-12-16 05:29:03.915--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 [junit] [EL Info]: 2021-12-16 05:29:03.916--ServerSession(105087396)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:29:03.917--ServerSession(105087396)--/JPAADVProperties3_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2021-12-16 05:29:03.918--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 [junit] [EL Info]: connection: 2021-12-16 05:29:04.225--ServerSession(849028726)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: connection: 2021-12-16 05:29:04.226--ServerSession(2072998261)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.CMP3_PO_SPARK_PLUG' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table CMP3_PO_SPARK_PLUG drop foreign key CMP3_PO_SPARK_PLUG_ENGINE_ID [junit] Query: DataModifyQuery(sql="Alter table CMP3_PO_SPARK_PLUG drop foreign key CMP3_PO_SPARK_PLUG_ENGINE_ID") [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA_OR_SPARK_PLUG' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table JPA_OR_SPARK_PLUG drop foreign key JPA_OR_SPARK_PLUG_ENGINE_ID [junit] Query: DataModifyQuery(sql="Alter table JPA_OR_SPARK_PLUG drop foreign key JPA_OR_SPARK_PLUG_ENGINE_ID") [junit] [EL Warning]: UnitOfWork(452884921)--java.lang.IllegalStateException: During synchronization a new object was found through a relationship that was not marked cascade PERSIST: Engine [0]. [junit] [EL Info]: 2021-12-16 05:29:06.981--ServerSession(1875110331)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:29:06.984--ServerSession(1875110331)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2021-12-16 05:29:06.985--ServerSession(1875110331)--metamodel login successful [junit] [EL Info]: connection: 2021-12-16 05:29:06.986--ServerSession(1875110331)--metamodel logout successful [junit] [EL Info]: 2021-12-16 05:29:07.0--ServerSession(1228641921)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:29:07.003--ServerSession(1228641921)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2021-12-16 05:29:07.004--ServerSession(1228641921)--metamodel login successful [junit] [EL Info]: connection: 2021-12-16 05:29:07.006--ServerSession(1228641921)--metamodel logout successful [junit] [EL Info]: 2021-12-16 05:29:07.02--ServerSession(325083844)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Warning]: metadata: 2021-12-16 05:29:07.023--ServerSession(325083844)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2021-12-16 05:29:07.024--ServerSession(325083844)--metamodel login successful [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Printed list of Metamodel [51] Types to follow: [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@732680163:Board [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Board descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Board --> [DatabaseTable(CMP3_MM_BOARD)]), mappings: 5]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@2076122288:Computer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Computer --> [DatabaseTable(CMP3_MM_COMPUTER)]), mappings: 9]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@700610194:Enclosure [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure --> [DatabaseTable(CMP3_MM_ENCLOSURE)]), mappings: 5]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@949578189:GalacticPosition [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition --> [DatabaseTable(CMP3_MM_GALACTIC)]), mappings: 5]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@1303932394:Location [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Location descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Location --> [DatabaseTable(CMP3_MM_GALACTIC)]), mappings: 8]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@1315025521:Manufacturer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer --> [DatabaseTable(CMP3_MM_MANUF)]), mappings: 34]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@1949117385:Processor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Processor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Processor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@118092672:SoftwareDesigner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner --> [DatabaseTable(CMP3_MM_SWDESIGNER)]), mappings: 6]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@164628918:HardwareDesigner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner --> [DatabaseTable(CMP3_MM_HWDESIGNER)]), mappings: 13]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@1247924423:User [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.User descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.User --> [DatabaseTable(CMP3_MM_USER)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@1460656417:ArrayProcessor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@525510067:VectorProcessor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@382108246:MS_MS_Entity_Leaf [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf --> [DatabaseTable(CMP3_MM_MSMSENTITY_LEAF)]), mappings: 7]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@1390776225:MultiCoreCPU [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MultiCoreCPU descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MultiCoreCPU --> [DatabaseTable(CMP3_MM_MULTICORECPU)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@2072674829:Core [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Core descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Core --> [DatabaseTable(CMP3_MM_CORE)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EmbeddableTypeImpl@1904201714:CompositePK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK --> []), mappings: 2]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.032--ServerSession(325083844)--Metamodel Type: [EmbeddableTypeImpl@1401501625:ObservationDetail [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail --> []), mappings: 1]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@770650862:Memory [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Memory descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Memory --> [DatabaseTable(CMP3_MM_MEMORY)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [EntityTypeImpl@39471028:EntityChildOfMSRootPropertyAccess [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EntityChildOfMSRootPropertyAccess descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.EntityChildOfMSRootPropertyAccess --> [DatabaseTable(ENTITYCHILDOFMSROOTPROPERTYACCESS)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [EmbeddableTypeImpl@223680594:Observation [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Observation descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Observation --> []), mappings: 5]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [EmbeddableTypeImpl@402379454:CPUEmbeddedId [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId --> []), mappings: 1]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [EmbeddableTypeImpl@1138227949:EmbeddedPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK --> []), mappings: 1]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@1642138273:MSRootPropertyAccess [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MSRootPropertyAccess descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MSRootPropertyAccess --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 1]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@1218711793:CPU [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CPU descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CPU --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@2133144354:Person [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Person descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Person --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@2026058437:CoordinateMS [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@295607166:Corporation [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Corporation descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Corporation --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@2044011044:MS_MS_Entity_Root [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@801092127:Designer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Designer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Designer --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [MappedSuperclassTypeImpl@1309403191:MS_MS_Entity_Center [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@769103301:Integer [ javaType: class java.lang.Integer]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@2145743887:int [ javaType: int]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@566017435:String [ javaType: class java.lang.String]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@240674397:EnclosureIdClassPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EnclosureIdClassPK]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@531674094:BigDecimal [ javaType: class java.math.BigDecimal]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1268906267:BigInteger [ javaType: class java.math.BigInteger]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@263570833:boolean [ javaType: boolean]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1116872884:Boolean [ javaType: class java.lang.Boolean]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1479001291:byte [ javaType: byte]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@470456309:Byte [ javaType: class java.lang.Byte]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1026707624:char [ javaType: char]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1853243450:Character [ javaType: class java.lang.Character]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@143769763:double [ javaType: double]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1089227643:Double [ javaType: class java.lang.Double]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1878324446:float [ javaType: float]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@870260362:Float [ javaType: class java.lang.Float]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@902648970:long [ javaType: long]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@400058075:Long [ javaType: class java.lang.Long]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1598173946:short [ javaType: short]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@346180822:Short [ javaType: class java.lang.Short]]} [junit] [EL Info]: metamodel: 2021-12-16 05:29:07.033--ServerSession(325083844)--Metamodel Type: [BasicTypeImpl@1259611084:Position [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Position]]} [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Info]: 2021-12-16 05:29:59.102--ServerSession(949164062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:29:59.106--ServerSession(949164062)--/DISABLE_SELECTIVE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Info]: 2021-12-16 05:30:00.435--ServerSession(1950732797)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:30:00.439--ServerSession(1950732797)--/ALL_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:30:00.457--ServerSession(72182012)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:30:00.46--ServerSession(72182012)--/NONE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:30:00.477--ServerSession(509695926)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:30:00.48--ServerSession(509695926)--/ENABLE_SELECTIVE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:30:00.496--ServerSession(908195597)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:30:00.499--ServerSession(908195597)--/UNSPECIFIED_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: transaction: 2021-12-16 05:30:00.797--UnitOfWork(1375729661)--property javax.persistence.cacheStoreMode is deprecated, property javax.persistence.cache.storeMode should be used instead. [junit] [EL Info]: transaction: 2021-12-16 05:30:00.802--UnitOfWork(591525878)--property javax.persistence.cacheRetrieveMode is deprecated, property javax.persistence.cache.retrieveMode should be used instead. [junit] [EL Info]: transaction: 2021-12-16 05:30:00.802--UnitOfWork(591525878)--property javax.persistence.cacheStoreMode is deprecated, property javax.persistence.cache.storeMode should be used instead. [junit] [EL Warning]: ddl: 2021-12-16 05:30:01.586--ServerSession(509695926)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2021-12-16 05:30:01.602--ServerSession(509695926)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Info]: 2021-12-16 05:30:02.2--ServerSession(1481845605)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:30:02.203--ServerSession(1481845605)--/delimited_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:30:03.286--ServerSession(1450794852)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:30:03.288--ServerSession(1450794852)--/cascade-deletes_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(1597754706)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1263619039)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(2074153899)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(2074153899)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1118224380)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1118224380)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(740493409)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") [junit] 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. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(1684714529)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(693393195)--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))") [junit] 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. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(791401296)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1197869893)--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))") [junit] 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. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(155715669)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(561273893)--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))") [junit] 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. [junit] >>> Employee retrieved [junit] >>> Employee copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] >>> Employees retrieved [junit] >>> Employees copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(1774709503)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1774709503)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1774709503)--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))") [junit] 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. [junit] [EL Warning]: query: UnitOfWork(1878210172)--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)") [junit] 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. [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(1310537038)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(1310537038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Info]: 2021-12-16 05:31:44.869--ServerSession(673617377)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:44.874--ServerSession(673617377)--/partitioned_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:31:45.859--ServerSession(1376817632)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:45.864--ServerSession(1376817632)--/partitioned-xml_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] WARNING: This test can only be run on Oracle. [junit] WARNING: This test can only be run on Oracle. [junit] [EL Info]: 2021-12-16 05:31:46.997--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:47.004--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:47.006--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:47.007--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:47.011--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Warning]: metamodel: 2021-12-16 05:31:47.011--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 [junit] [EL Warning]: properties: 2021-12-16 05:31:48.766--ServerSession(788139087)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2021-12-16 05:31:48.766--ServerSession(1943819920)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2021-12-16 05:31:48.766--ServerSession(2145431324)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2021-12-16 05:31:48.767--ServerSession(788139087)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2021-12-16 05:31:48.767--ServerSession(1943819920)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2021-12-16 05:31:48.767--ServerSession(2145431324)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Info]: connection: 2021-12-16 05:31:48.788--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.788--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.788--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:48.788--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:48.79--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.791--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.792--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.792--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Info]: query: 2021-12-16 05:31:48.797--UnitOfWork(634608998)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Info]: transaction: 2021-12-16 05:31:48.799--ClientSession(1442929278)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: 2021-12-16 05:31:48.803--ClientSession(1442929278)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:31:48.808--UnitOfWork(603009045)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Warning]: 2021-12-16 05:31:48.813--ClientSession(2050933708)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:31:48.816--UnitOfWork(378358753)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Info]: transaction: 2021-12-16 05:31:48.817--ClientSession(1159454130)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: 2021-12-16 05:31:48.821--ClientSession(1159454130)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: connection: 2021-12-16 05:31:48.824--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.824--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.824--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:48.824--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:48.824--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.825--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.826--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.826--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.827--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.827--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.827--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:48.827--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:48.827--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.828--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.83--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.83--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Info]: query: 2021-12-16 05:31:48.834--UnitOfWork(1254273747)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Severe]: 2021-12-16 05:31:48.835--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: 2021-12-16 05:31:48.835--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: 2021-12-16 05:31:48.835--ClientSession(1469412868)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2021-12-16 05:31:48.835--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: 2021-12-16 05:31:48.835--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: connection: 2021-12-16 05:31:48.852--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.852--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.852--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:48.852--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:48.853--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.854--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.855--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.855--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.974--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.974--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.974--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:48.974--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:48.976--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.977--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.978--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:48.978--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Severe]: 2021-12-16 05:31:48.978--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2021-12-16 05:31:48.978--UnitOfWork(690734631)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.composite.advanced.member_1.Address@22d375e5) [junit] [EL Info]: query: 2021-12-16 05:31:48.979--UnitOfWork(1025586581)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2021-12-16 05:31:48.989--ClientSession(1985111709)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2021-12-16 05:31:48.989--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:48.99--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:48.99--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2021-12-16 05:31:48.99--ClientSession(1985111709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:31:48.99--UnitOfWork(389387893)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2021-12-16 05:31:49.0--ClientSession(244870555)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2021-12-16 05:31:49.001--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.001--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.001--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2021-12-16 05:31:49.001--ClientSession(244870555)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:31:49.001--UnitOfWork(2101255607)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2021-12-16 05:31:49.011--ClientSession(1287204311)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2021-12-16 05:31:49.011--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.011--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.012--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2021-12-16 05:31:49.012--ClientSession(1287204311)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:31:49.012--UnitOfWork(476448630)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2021-12-16 05:31:49.021--ClientSession(1104506769)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2021-12-16 05:31:49.021--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.022--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.022--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2021-12-16 05:31:49.022--ClientSession(1104506769)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: 2021-12-16 05:31:49.032--ClientSession(1690890781)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2021-12-16 05:31:49.032--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.032--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2021-12-16 05:31:49.032--ServerSession(2145431324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2021-12-16 05:31:49.032--ClientSession(1690890781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2021-12-16 05:31:49.032--UnitOfWork(63017224)--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 - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: connection: 2021-12-16 05:31:49.042--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:49.042--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:49.042--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:49.042--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:49.042--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:49.043--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:49.044--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:49.044--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Info]: 2021-12-16 05:31:49.063--ServerSession(2045900103)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: 2021-12-16 05:31:49.065--ServerSession(2045900103)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2021-12-16 05:31:49.066--ServerSession(2045900103)--/broken-PU_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Severe]: ejb: 2021-12-16 05:31:49.066--ServerSession(2045900103)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Warning]: 2021-12-16 05:31:49.209--UnitOfWork(1945976072)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 [junit] Error Code: 1406 [junit] 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [166, firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, null, null, null, 0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] Query: InsertObjectQuery(Employee: 166) [junit] [EL Warning]: 2021-12-16 05:31:49.394--UnitOfWork(1306363691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT t0.PROJ_ID, t0.PROJ_TYPE, t0.DESCRIP, t0.PROJ_NAME, t0.VERSION, t0.LEADER_ID, t1.PROJ_ID, t1.BUDGET FROM MBR3_PROJECT t0, MBR3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE = ?)) FOR UPDATE NOWAIT [junit] bind => [19, L] [junit] Query: ReadObjectQuery(referenceClass=LargeProject sql="SELECT DISTINCT t0.PROJ_TYPE FROM MBR3_PROJECT t0, MBR3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE IN (?, ?)))") [junit] [EL Warning]: 2021-12-16 05:31:52.595--UnitOfWork(237668490)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 200] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 200 [junit] [EL Warning]: 2021-12-16 05:31:52.605--UnitOfWork(1624566665)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 201] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 201 [junit] [EL Warning]: 2021-12-16 05:31:52.638--UnitOfWork(1383770720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [54] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Warning]: 2021-12-16 05:31:52.651--UnitOfWork(2076261835)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [55] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Info]: connection: 2021-12-16 05:31:52.899--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:52.9--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:52.9--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:52.9--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:52.902--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:52.902--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: 2021-12-16 05:31:52.904--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:52.904--SessionBroker(886480969)--/composite-advanced login successful [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: 2021-12-16 05:31:53.054--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.054--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.054--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:53.054--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:53.055--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.056--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.057--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.057--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.058--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.058--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.058--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:53.058--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:53.058--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.059--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.061--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.061--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.163--ServerSession(788139087)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.163--ServerSession(1943819920)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.163--ServerSession(2145431324)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2021-12-16 05:31:53.163--SessionBroker(886480969)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:53.164--ServerSession(788139087)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.165--ServerSession(1943819920)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.166--ServerSession(2145431324)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2021-12-16 05:31:53.167--SessionBroker(886480969)--/composite-advanced login successful [junit] [EL Warning]: 2021-12-16 05:31:53.192--UnitOfWork(1214850206)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:31:53.203--UnitOfWork(996824980)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] 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. [junit] [EL Warning]: 2021-12-16 05:31:53.22--UnitOfWork(378185252)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 255] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 255 [junit] [EL Warning]: 2021-12-16 05:31:53.551--UnitOfWork(2087717861)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 274] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 274 [junit] [EL Warning]: 2021-12-16 05:31:53.567--UnitOfWork(1651716379)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [101] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Warning]: 2021-12-16 05:31:53.577--UnitOfWork(638388037)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [102] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Warning]: 2021-12-16 05:31:53.875--UnitOfWork(706413367)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 314] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 314 [junit] [EL Warning]: 2021-12-16 05:31:53.905--UnitOfWork(161460560)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 317] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 317 [junit] [EL Info]: 2021-12-16 05:31:53.918--ServerSession(1982645951)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:53.92--ServerSession(1982645951)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2021-12-16 05:31:54.524--ServerSession(1633503861)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:54.525--ServerSession(1633503861)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:54.563--ServerSession(1633503861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_726' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: connection: 2021-12-16 05:31:55.266--ServerSession(734120507)--default-session logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:55.271--ServerSession(1982645951)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: 2021-12-16 05:31:55.29--ServerSession(947770287)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:55.294--ServerSession(947770287)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:55.359--ServerSession(947770287)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_728' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2021-12-16 05:31:55.514--ServerSession(781212334)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:55.515--ServerSession(781212334)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:55.556--ServerSession(781212334)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_72a' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2021-12-16 05:31:55.59--ServerSession(43866117)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:55.591--ServerSession(43866117)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:55.633--ServerSession(43866117)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_72c' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: connection: 2021-12-16 05:31:56.236--ServerSession(1633503861)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:56.237--ServerSession(781212334)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: connection: 2021-12-16 05:31:56.239--ServerSession(947770287)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: 2021-12-16 05:31:56.24--ServerSession(900698852)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.243--ServerSession(900698852)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:56.273--ServerSession(900698852)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_72e' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2021-12-16 05:31:56.283--ServerSession(622326434)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.284--ServerSession(622326434)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:56.309--ServerSession(622326434)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_730' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2021-12-16 05:31:56.326--ServerSession(163437851)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.328--ServerSession(163437851)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:56.398--ServerSession(163437851)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_732' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Warning]: 2021-12-16 05:31:56.441--ServerSession(163437851)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_732' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [junit] [EL Info]: 2021-12-16 05:31:56.463--ServerSession(998477063)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.464--ServerSession(998477063)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:56.501--ServerSession(998477063)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_734' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2021-12-16 05:31:56.525--ServerSession(1439343896)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.53--ServerSession(1439343896)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:56.564--ServerSession(1439343896)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_736' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2021-12-16 05:31:56.582--ServerSession(92756278)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Severe]: 2021-12-16 05:31:56.582--ServerSession(92756278)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Cannot acquire data source [MyNonJtaDataSource]. [junit] Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial [junit] [EL Severe]: ejb: 2021-12-16 05:31:56.582--ServerSession(92756278)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Cannot acquire data source [MyNonJtaDataSource]. [junit] Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial [junit] [EL Info]: 2021-12-16 05:31:56.585--ServerSession(1639120816)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.587--ServerSession(1639120816)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2021-12-16 05:31:56.628--ServerSession(1639120816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_738' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Warning]: 2021-12-16 05:31:56.661--ServerSession(1639120816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-1b5_738' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [junit] [EL Info]: 2021-12-16 05:31:56.728--ServerSession(1158565284)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.73--ServerSession(1158565284)--/ecl-xml-mapping-metadata-complete_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: 2021-12-16 05:31:56.736--DatabaseSessionImpl(828995006)-- logout successful [junit] [EL Info]: 2021-12-16 05:31:56.736--DatabaseSessionImpl(1122206500)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20211216-9bb6b7fbe3 [junit] [EL Info]: connection: 2021-12-16 05:31:56.737--DatabaseSessionImpl(1122206500)-- login successful [junit] Tests run: 2945, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 933.17 sec [junit] Test org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel FAILED BUILD FAILED /home/jenkins/agent/workspace/eclipselink-nightly-2.6/autobuild.xml:342: The following error occurred while executing this line: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/antbuild.xml:1628: The following error occurred while executing this line: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:1628: The following error occurred while executing this line: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:2209: TESTS FAILED ! Total time: 29 minutes 29 seconds [Pipeline] } Executing sh script inside container el-build of pod el-master-agent-pod-7hd87-hngvf Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 397 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to nightly) Stage "Publish to nightly" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Proceed test results) Stage "Proceed test results" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext Not sending mail to unregistered user noreply@github.com because your SCM claimed this was associated with a user ID ‘noreply' which your security realm does not recognize; you may need changes in your SCM plugin Sending email to: eclipselink-dev@eclipse.org [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE