Started by an SCM change ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables. Obtained etc/jenkins/build.groovy from git https://github.com/rfelcman/eclipselink.git [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes eclipselink/el-master-agent-pod-xzv9v-gkxvs Still waiting to schedule task ‘el-master-agent-pod-xzv9v-gkxvs’ is offline Agent el-master-agent-pod-xzv9v-gkxvs is provisioned from template el-master-agent-pod-xzv9v --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-cb-2.7_test/42/" runUrl: "job/eclipselink-cb-2.7_test/42/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-xzv9v-gkxvs" namespace: "eclipselink" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.eclipselink.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "el-master-agent-pod-xzv9v-gkxvs" - name: "JENKINS_NAME" value: "el-master-agent-pod-xzv9v-gkxvs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: limits: memory: "4Gi" cpu: "2" requests: memory: "4Gi" cpu: "1" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "rfelcman/el-build:2.0.3" name: "el-build" resources: limits: memory: "12Gi" cpu: "6" requests: memory: "12Gi" cpu: "5.5" tty: true volumeMounts: - mountPath: "/opt/tools" name: "tools" - mountPath: "/home/jenkins/.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-xzv9v-gkxvs in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test [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/rfelcman/eclipselink.git > git init /home/jenkins/agent/workspace/eclipselink-cb-2.7_test # timeout=10 Fetching upstream changes from https://github.com/rfelcman/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/rfelcman/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d320a30cc164c938e9b67e28abbcf8d4cf8913a6 (refs/remotes/origin/jenkins_mysql_diagnostic_2.7) > git config remote.origin.url https://github.com/rfelcman/eclipselink.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/jenkins_mysql_diagnostic_2.7^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d320a30cc164c938e9b67e28abbcf8d4cf8913a6 # timeout=10 Commit message: "MySQL restart removal from build stage" > git rev-list --no-walk d320a30cc164c938e9b67e28abbcf8d4cf8913a6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (MySQL Check) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + env JENKINS_UI_SERVICE_PORT=80 GIT_COMMIT=d320a30cc164c938e9b67e28abbcf8d4cf8913a6 RUN_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7_test/42/display/redirect GITLAB_OBJECT_KIND=none JENKINS_URL=https://ci.eclipse.org/eclipselink/ M2_HOME=/home/jenkins/extension.lib.external/apache-maven-3.6.0 EXECUTOR_NUMBER=0 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env BUILD_ID=42 HOSTNAME=el-master-agent-pod-xzv9v-gkxvs OLDPWD=/ RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7_test/42/display/redirect?page=changes NOTIFICATION_ADDRESS=eclipselink-dev@eclipse.org JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 JENKINS_NODE_COOKIE=cf6fb069-fa78-437c-b5d2-2b663da7ef4f TEST_DB_PASSWORD=root JAVA_HOME=/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest JOB_BASE_NAME=eclipselink-cb-2.7_test WORKSPACE_TMP=/home/jenkins/agent/workspace/eclipselink-cb-2.7_test@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/rfelcman/eclipselink.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 SSH_CREDENTIALS_ID=github-bot-ssh BUILD_RESULTS_TARGET_DIR=/home/data/httpd/download.eclipse.org/rt/eclipselink/nightly.test POD_CONTAINER=el-build BUILD_NUMBER=42 CONTINUOUS_BUILD=true JENKINS_UI_SERVICE_PORT_HTTP=80 JENKINS_UI_PORT_80_TCP_ADDR=10.30.39.21 KUBERNETES_PORT=tcp://10.30.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/eclipselink-cb-2.7_test PWD=/home/jenkins/agent/workspace/eclipselink-cb-2.7_test HUDSON_URL=https://ci.eclipse.org/eclipselink/ HOME=/home/jenkins NODE_NAME=el-master-agent-pod-xzv9v-gkxvs JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.185.78:50000 JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 HUDSON_SERVER_COOKIE=1b8a48d8fd2f6d5f JENKINS_HOME=/var/jenkins JENKINS_UI_PORT=tcp://10.30.39.21:80 JOB_NAME=eclipselink-cb-2.7_test RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7_test/42/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 TEST_RESULTS_TARGET_DIR=/home/data/httpd/download.eclipse.org/rt/eclipselink/nightly.test KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=d320a30cc164c938e9b67e28abbcf8d4cf8913a6 HUDSON_HOME=/var/jenkins JOB_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7_test/display/redirect KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443 P2REPO_RESULTS_TARGET_DIR=/home/data/httpd/download.eclipse.org/rt/eclipselink/nightly-updates RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7_test/42/display/redirect?page=artifacts GIT_REPOSITORY_URL=https://github.com/rfelcman/eclipselink.git JENKINS_DISCOVERY_SERVICE_HOST=10.30.185.78 JENKINS_DISCOVERY_PORT=tcp://10.30.185.78:50000 bind_address=0.0.0.0 BUILD_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7_test/42/ TERM=xterm STAGE_NAME=MySQL Check JOB_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7_test/ BUILD_DISPLAY_NAME=#42 NSS_SDB_USE_CACHE=no TEST_DB_USERNAME=root JENKINS_UI_PORT_80_TCP_PORT=80 SHLVL=3 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.185.78 GIT_BRANCH=origin/jenkins_mysql_diagnostic_2.7 TEST_DB_URL=jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true BUILD_TAG=jenkins-eclipselink-cb-2.7_test-42 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=el-master-agent-pod el-master-agent-pod-xzv9v-gkxvs JENKINS_UI_SERVICE_HOST=10.30.39.21 ANT_HOME=/opt/java/apache-ant-1.10.13 PATH=/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=940c87e6aa08ce888cfa2f1ae93ab740200c8113 KUBERNETES_SERVICE_HOST=10.30.0.1 JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_SERVER_COOKIE=durable-5571396608983870910386e1e3aa3c29a5c049bda3a9b844779b1e564440611d JENKINS_UI_PORT_80_TCP=tcp://10.30.39.21:80 + ping -c 3 localhost PING localhost(localhost (::1)) 56 data bytes 64 bytes from localhost (::1): icmp_seq=1 ttl=64 time=0.025 ms 64 bytes from localhost (::1): icmp_seq=2 ttl=64 time=0.044 ms 64 bytes from localhost (::1): icmp_seq=3 ttl=64 time=0.030 ms --- localhost ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2039ms rtt min/avg/max/mdev = 0.025/0.033/0.044/0.008 ms + ping -c 3 127.0.0.1 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data. 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.031 ms 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.055 ms 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.038 ms --- 127.0.0.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2045ms rtt min/avg/max/mdev = 0.031/0.041/0.055/0.011 ms + tracepath -b localhost 1?: [LOCALHOST] 0.004ms pmtu 65536 1: localhost (::1) 0.038ms reached 1: localhost (::1) 0.017ms reached Resume: pmtu 65536 hops 1 back 1 + tracepath -b 127.0.0.1 1: localhost (127.0.0.1) 0.040ms reached Resume: pmtu 65535 hops 1 back 1 + export bind_address=0.0.0.0 + bind_address=0.0.0.0 + /opt/bin/mysql-start.sh [03.01.2024 12:26:23] -[ Starting MySQL Database ]------------------------------ [03.01.2024 12:26:23] --[ Waiting for MySQL Database to come up ]--------------- . done + ps aux + grep mysql jenkins 29 54.0 0.2 2111124 390020 ? Sl 12:26 0:00 mysqld jenkins 83 0.0 0.0 9216 1092 ? S 12:26 0:00 grep mysql + cat /var/log/mysqld.log 2023-01-23T19:52:03.049387Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.32) initializing of server in progress as process 224 2023-01-23T19:52:03.054708Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-01-23T19:52:03.428538Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-01-23T19:52:04.409705Z 6 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: 9meg*FbcjUjq 2023-01-23T19:52:07.167098Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 276 2023-01-23T19:52:07.172376Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-01-23T19:52:07.242854Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-01-23T19:52:07.345741Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2023-01-23T19:52:07.345788Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2023-01-23T19:52:07.361894Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL. 2023-01-23T19:52:07.361979Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock 2023-01-23T19:52:08.028816Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.32). 2023-01-23T19:52:08.896497Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL. 2024-01-03T12:26:23.951267Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 29 2024-01-03T12:26:23.958372Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2024-01-03T12:26:24.179404Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2024-01-03T12:26:24.391799Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2024-01-03T12:26:24.391836Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2024-01-03T12:26:24.407999Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock 2024-01-03T12:26:24.408064Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL. + mysql -u root -proot -h localhost -P 3306 -D ecltests -e status mysql: [Warning] Using a password on the command line interface can be insecure. -------------- mysql Ver 8.0.32 for Linux on x86_64 (MySQL Community Server - GPL) Connection id: 9 Current database: ecltests Current user: root@localhost SSL: Not in use Current pager: stdout Using outfile: '' Using delimiter: ; Server version: 8.0.32 MySQL Community Server - GPL Protocol version: 10 Connection: Localhost via UNIX socket Server characterset: utf8mb4 Db characterset: utf8mb4 Client characterset: utf8mb4 Conn. characterset: utf8mb4 UNIX socket: /var/lib/mysql/mysql.sock Uptime: 1 sec Threads: 2 Questions: 5 Slow queries: 0 Opens: 120 Flush tables: 3 Open tables: 39 Queries per second avg: 5.000 -------------- + mysql -u root -proot -h 127.0.0.1 -P 3306 -D ecltests -e status mysql: [Warning] Using a password on the command line interface can be insecure. -------------- mysql Ver 8.0.32 for Linux on x86_64 (MySQL Community Server - GPL) Connection id: 10 Current database: ecltests Current user: root@localhost SSL: Cipher in use is TLS_AES_256_GCM_SHA384 Current pager: stdout Using outfile: '' Using delimiter: ; Server version: 8.0.32 MySQL Community Server - GPL Protocol version: 10 Connection: 127.0.0.1 via TCP/IP Server characterset: utf8mb4 Db characterset: utf8mb4 Client characterset: utf8mb4 Conn. characterset: utf8mb4 TCP port: 3306 Uptime: 1 sec Threads: 2 Questions: 10 Slow queries: 0 Opens: 120 Flush tables: 3 Open tables: 39 Queries per second avg: 10.000 -------------- + mysql -u root -proot -h localhost -P 3306 -D ecltests -e 'SHOW TABLES;' mysql: [Warning] Using a password on the command line interface can be insecure. + mysql -u root -proot -h localhost -P 3306 -D ecltests -e 'SELECT User FROM mysql.user;' mysql: [Warning] Using a password on the command line interface can be insecure. User mysql.infoschema mysql.session mysql.sys root + wget -nc https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.2.0/mysql-connector-j-8.2.0.jar -O mysql-connector-j-8.2.0.jar --2024-01-03 12:26:24-- https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.2.0/mysql-connector-j-8.2.0.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2489850 (2.4M) [application/java-archive] Saving to: 'mysql-connector-j-8.2.0.jar' 0K .......... .......... .......... .......... .......... 2% 12.0M 0s 50K .......... .......... .......... .......... .......... 4% 12.9M 0s 100K .......... .......... .......... .......... .......... 6% 106M 0s 150K .......... .......... .......... .......... .......... 8% 38.3M 0s 200K .......... .......... .......... .......... .......... 10% 22.7M 0s 250K .......... .......... .......... .......... .......... 12% 177M 0s 300K .......... .......... .......... .......... .......... 14% 102M 0s 350K .......... .......... .......... .......... .......... 16% 89.3M 0s 400K .......... .......... .......... .......... .......... 18% 67.5M 0s 450K .......... .......... .......... .......... .......... 20% 24.7M 0s 500K .......... .......... .......... .......... .......... 22% 179M 0s 550K .......... .......... .......... .......... .......... 24% 149M 0s 600K .......... .......... .......... .......... .......... 26% 184M 0s 650K .......... .......... .......... .......... .......... 28% 138M 0s 700K .......... .......... .......... .......... .......... 30% 159M 0s 750K .......... .......... .......... .......... .......... 32% 170M 0s 800K .......... .......... .......... .......... .......... 34% 176M 0s 850K .......... .......... .......... .......... .......... 37% 172M 0s 900K .......... .......... .......... .......... .......... 39% 176M 0s 950K .......... .......... .......... .......... .......... 41% 55.0M 0s 1000K .......... .......... .......... .......... .......... 43% 161M 0s 1050K .......... .......... .......... .......... .......... 45% 134M 0s 1100K .......... .......... .......... .......... .......... 47% 190M 0s 1150K .......... .......... .......... .......... .......... 49% 171M 0s 1200K .......... .......... .......... .......... .......... 51% 180M 0s 1250K .......... .......... .......... .......... .......... 53% 181M 0s 1300K .......... .......... .......... .......... .......... 55% 176M 0s 1350K .......... .......... .......... .......... .......... 57% 140M 0s 1400K .......... .......... .......... .......... .......... 59% 172M 0s 1450K .......... .......... .......... .......... .......... 61% 177M 0s 1500K .......... .......... .......... .......... .......... 63% 179M 0s 1550K .......... .......... .......... .......... .......... 65% 173M 0s 1600K .......... .......... .......... .......... .......... 67% 180M 0s 1650K .......... .......... .......... .......... .......... 69% 177M 0s 1700K .......... .......... .......... .......... .......... 71% 138M 0s 1750K .......... .......... .......... .......... .......... 74% 179M 0s 1800K .......... .......... .......... .......... .......... 76% 170M 0s 1850K .......... .......... .......... .......... .......... 78% 181M 0s 1900K .......... .......... .......... .......... .......... 80% 181M 0s 1950K .......... .......... .......... .......... .......... 82% 179M 0s 2000K .......... .......... .......... .......... .......... 84% 135M 0s 2050K .......... .......... .......... .......... .......... 86% 187M 0s 2100K .......... .......... .......... .......... .......... 88% 187M 0s 2150K .......... .......... .......... .......... .......... 90% 171M 0s 2200K .......... .......... .......... .......... .......... 92% 175M 0s 2250K .......... .......... .......... .......... .......... 94% 202M 0s 2300K .......... .......... .......... .......... .......... 96% 143M 0s 2350K .......... .......... .......... .......... .......... 98% 174M 0s 2400K .......... .......... .......... . 100% 241M=0.03s 2024-01-03 12:26:24 (86.3 MB/s) - 'mysql-connector-j-8.2.0.jar' saved [2489850/2489850] + pwd /home/jenkins/agent/workspace/eclipselink-cb-2.7_test + df -h Filesystem Size Used Avail Use% Mounted on overlay 32G 193M 32G 1% / tmpfs 64M 0 64M 0% /dev tmpfs 63G 0 63G 0% /sys/fs/cgroup shm 64M 0 64M 0% /dev/shm tmpfs 26G 65M 26G 1% /etc/hostname bambam:/home/data/cbi/buildtools 22T 5.2T 17T 24% /opt/tools /dev/sda4 894G 102G 793G 12% /etc/hosts tmpfs 16G 4.0K 16G 1% /home/jenkins/.m2/settings-security.xml tmpfs 16G 4.0K 16G 1% /home/jenkins/.m2/settings.xml tmpfs 16G 32K 16G 1% /run/secrets/kubernetes.io/serviceaccount tmpfs 63G 0 63G 0% /proc/acpi tmpfs 63G 0 63G 0% /proc/scsi tmpfs 63G 0 63G 0% /sys/firmware + javac TestJDBC.java + java -cp .:mysql-connector-j-8.2.0.jar TestJDBC jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true root root java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEST_JDBC_TAB' 1 aaa [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Init) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] git The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@1ba6a297; decorates RemoteLauncher[hudson.remoting.Channel@21253215:JNLP4-connect connection from 10.40.71.38/10.40.71.38:34606] 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 d320a30cc164c938e9b67e28abbcf8d4cf8913a6 (refs/remotes/origin/jenkins_mysql_diagnostic_2.7) Commit message: "MySQL restart removal from build stage" > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/.git # timeout=10 > git config remote.origin.url https://github.com/rfelcman/eclipselink.git # timeout=10 Fetching upstream changes from https://github.com/rfelcman/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/rfelcman/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/jenkins_mysql_diagnostic_2.7^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d320a30cc164c938e9b67e28abbcf8d4cf8913a6 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b jenkins_mysql_diagnostic_2.7 d320a30cc164c938e9b67e28abbcf8d4cf8913a6 # timeout=10 > git rev-list --no-walk d320a30cc164c938e9b67e28abbcf8d4cf8913a6 # timeout=10 [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- --2024-01-03 12:26:37-- https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 384581 (376K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/junit-4.13.2.jar' 0K .......... .......... .......... .......... .......... 13% 12.4M 0s 50K .......... .......... .......... .......... .......... 26% 12.2M 0s 100K .......... .......... .......... .......... .......... 39% 114M 0s 150K .......... .......... .......... .......... .......... 53% 32.2M 0s 200K .......... .......... .......... .......... .......... 66% 25.5M 0s 250K .......... .......... .......... .......... .......... 79% 130M 0s 300K .......... .......... .......... .......... .......... 93% 36.7M 0s 350K .......... .......... ..... 100% 189M=0.01s 2024-01-03 12:26:37 (26.9 MB/s) - '/home/jenkins/extension.lib.external/junit-4.13.2.jar' saved [384581/384581] --2024-01-03 12:26:37-- 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, 2a04:4e42:20::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% 11.3M=0.004s 2024-01-03 12:26:37 (11.3 MB/s) - '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar' saved [45024/45024] --2024-01-03 12:26:37-- https://repo1.maven.org/maven2/org/jmockit/jmockit/1.35/jmockit-1.35.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 774685 (757K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jmockit-1.35.jar' 0K .......... .......... .......... .......... .......... 6% 13.3M 0s 50K .......... .......... .......... .......... .......... 13% 13.4M 0s 100K .......... .......... .......... .......... .......... 19% 103M 0s 150K .......... .......... .......... .......... .......... 26% 36.1M 0s 200K .......... .......... .......... .......... .......... 33% 27.5M 0s 250K .......... .......... .......... .......... .......... 39% 182M 0s 300K .......... .......... .......... .......... .......... 46% 130M 0s 350K .......... .......... .......... .......... .......... 52% 98.3M 0s 400K .......... .......... .......... .......... .......... 59% 43.5M 0s 450K .......... .......... .......... .......... .......... 66% 30.2M 0s 500K .......... .......... .......... .......... .......... 72% 176M 0s 550K .......... .......... .......... .......... .......... 79% 186M 0s 600K .......... .......... .......... .......... .......... 85% 178M 0s 650K .......... .......... .......... .......... .......... 92% 140M 0s 700K .......... .......... .......... .......... .......... 99% 197M 0s 750K ...... 100% 396M=0.02s 2024-01-03 12:26:38 (45.6 MB/s) - '/home/jenkins/extension.lib.external/jmockit-1.35.jar' saved [774685/774685] --2024-01-03 12:26:38-- https://repo1.maven.org/maven2/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 60782 (59K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jboss-logging-3.4.3.Final.jar' 0K .......... .......... .......... .......... .......... 84% 12.4M 0s 50K ......... 100% 105M=0.004s 2024-01-03 12:26:38 (14.4 MB/s) - '/home/jenkins/extension.lib.external/jboss-logging-3.4.3.Final.jar' saved [60782/60782] --2024-01-03 12:26:38-- https://repo1.maven.org/maven2/org/glassfish/javax.el/3.0.1-b12/javax.el-3.0.1-b12.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 237335 (232K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/javax.el-3.0.1-b12.jar' 0K .......... .......... .......... .......... .......... 21% 12.3M 0s 50K .......... .......... .......... .......... .......... 43% 13.0M 0s 100K .......... .......... .......... .......... .......... 64% 75.9M 0s 150K .......... .......... .......... .......... .......... 86% 16.4M 0s 200K .......... .......... .......... . 100% 197M=0.01s 2024-01-03 12:26:38 (19.6 MB/s) - '/home/jenkins/extension.lib.external/javax.el-3.0.1-b12.jar' saved [237335/237335] --2024-01-03 12:26:38-- https://repo1.maven.org/maven2/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 68930 (67K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/classmate-1.6.0.jar' 0K .......... .......... .......... .......... .......... 74% 10.5M 0s 50K .......... ....... 100% 119M=0.005s 2024-01-03 12:26:38 (13.7 MB/s) - '/home/jenkins/extension.lib.external/classmate-1.6.0.jar' saved [68930/68930] --2024-01-03 12:26:38-- https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.2.0/mysql-connector-j-8.2.0.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2489850 (2.4M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' 0K .......... .......... .......... .......... .......... 2% 11.9M 0s 50K .......... .......... .......... .......... .......... 4% 13.2M 0s 100K .......... .......... .......... .......... .......... 6% 93.9M 0s 150K .......... .......... .......... .......... .......... 8% 26.9M 0s 200K .......... .......... .......... .......... .......... 10% 26.8M 0s 250K .......... .......... .......... .......... .......... 12% 176M 0s 300K .......... .......... .......... .......... .......... 14% 175M 0s 350K .......... .......... .......... .......... .......... 16% 39.6M 0s 400K .......... .......... .......... .......... .......... 18% 123M 0s 450K .......... .......... .......... .......... .......... 20% 34.2M 0s 500K .......... .......... .......... .......... .......... 22% 116M 0s 550K .......... .......... .......... .......... .......... 24% 178M 0s 600K .......... .......... .......... .......... .......... 26% 178M 0s 650K .......... .......... .......... .......... .......... 28% 134M 0s 700K .......... .......... .......... .......... .......... 30% 75.2M 0s 750K .......... .......... .......... .......... .......... 32% 159M 0s 800K .......... .......... .......... .......... .......... 34% 159M 0s 850K .......... .......... .......... .......... .......... 37% 165M 0s 900K .......... .......... .......... .......... .......... 39% 178M 0s 950K .......... .......... .......... .......... .......... 41% 59.2M 0s 1000K .......... .......... .......... .......... .......... 43% 118M 0s 1050K .......... .......... .......... .......... .......... 45% 133M 0s 1100K .......... .......... .......... .......... .......... 47% 180M 0s 1150K .......... .......... .......... .......... .......... 49% 169M 0s 1200K .......... .......... .......... .......... .......... 51% 168M 0s 1250K .......... .......... .......... .......... .......... 53% 178M 0s 1300K .......... .......... .......... .......... .......... 55% 167M 0s 1350K .......... .......... .......... .......... .......... 57% 130M 0s 1400K .......... .......... .......... .......... .......... 59% 157M 0s 1450K .......... .......... .......... .......... .......... 61% 172M 0s 1500K .......... .......... .......... .......... .......... 63% 173M 0s 1550K .......... .......... .......... .......... .......... 65% 162M 0s 1600K .......... .......... .......... .......... .......... 67% 168M 0s 1650K .......... .......... .......... .......... .......... 69% 172M 0s 1700K .......... .......... .......... .......... .......... 71% 136M 0s 1750K .......... .......... .......... .......... .......... 74% 172M 0s 1800K .......... .......... .......... .......... .......... 76% 166M 0s 1850K .......... .......... .......... .......... .......... 78% 174M 0s 1900K .......... .......... .......... .......... .......... 80% 179M 0s 1950K .......... .......... .......... .......... .......... 82% 173M 0s 2000K .......... .......... .......... .......... .......... 84% 136M 0s 2050K .......... .......... .......... .......... .......... 86% 168M 0s 2100K .......... .......... .......... .......... .......... 88% 163M 0s 2150K .......... .......... .......... .......... .......... 90% 182M 0s 2200K .......... .......... .......... .......... .......... 92% 154M 0s 2250K .......... .......... .......... .......... .......... 94% 205M 0s 2300K .......... .......... .......... .......... .......... 96% 131M 0s 2350K .......... .......... .......... .......... .......... 98% 178M 0s 2400K .......... .......... .......... . 100% 232M=0.03s 2024-01-03 12:26:38 (84.2 MB/s) - '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' saved [2489850/2489850] --2024-01-03 12:26:38-- https://repo1.maven.org/maven2/org/jgroups/jgroups/4.1.8.Final/jgroups-4.1.8.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209, 2a04:4e42:20::209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2375243 (2.3M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jgroups.jar' 0K .......... .......... .......... .......... .......... 2% 12.6M 0s 50K .......... .......... .......... .......... .......... 4% 14.7M 0s 100K .......... .......... .......... .......... .......... 6% 86.1M 0s 150K .......... .......... .......... .......... .......... 8% 33.6M 0s 200K .......... .......... .......... .......... .......... 10% 27.9M 0s 250K .......... .......... .......... .......... .......... 12% 95.5M 0s 300K .......... .......... .......... .......... .......... 15% 192M 0s 350K .......... .......... .......... .......... .......... 17% 105M 0s 400K .......... .......... .......... .......... .......... 19% 52.1M 0s 450K .......... .......... .......... .......... .......... 21% 27.5M 0s 500K .......... .......... .......... .......... .......... 23% 149M 0s 550K .......... .......... .......... .......... .......... 25% 174M 0s 600K .......... .......... .......... .......... .......... 28% 169M 0s 650K .......... .......... .......... .......... .......... 30% 128M 0s 700K .......... .......... .......... .......... .......... 32% 171M 0s 750K .......... .......... .......... .......... .......... 34% 168M 0s 800K .......... .......... .......... .......... .......... 36% 174M 0s 850K .......... .......... .......... .......... .......... 38% 164M 0s 900K .......... .......... .......... .......... .......... 40% 175M 0s 950K .......... .......... .......... .......... .......... 43% 63.7M 0s 1000K .......... .......... .......... .......... .......... 45% 180M 0s 1050K .......... .......... .......... .......... .......... 47% 123M 0s 1100K .......... .......... .......... .......... .......... 49% 171M 0s 1150K .......... .......... .......... .......... .......... 51% 128M 0s 1200K .......... .......... .......... .......... .......... 53% 142M 0s 1250K .......... .......... .......... .......... .......... 56% 142M 0s 1300K .......... .......... .......... .......... .......... 58% 172M 0s 1350K .......... .......... .......... .......... .......... 60% 135M 0s 1400K .......... .......... .......... .......... .......... 62% 176M 0s 1450K .......... .......... .......... .......... .......... 64% 174M 0s 1500K .......... .......... .......... .......... .......... 66% 185M 0s 1550K .......... .......... .......... .......... .......... 68% 168M 0s 1600K .......... .......... .......... .......... .......... 71% 164M 0s 1650K .......... .......... .......... .......... .......... 73% 180M 0s 1700K .......... .......... .......... .......... .......... 75% 154M 0s 1750K .......... .......... .......... .......... .......... 77% 183M 0s 1800K .......... .......... .......... .......... .......... 79% 177M 0s 1850K .......... .......... .......... .......... .......... 81% 178M 0s 1900K .......... .......... .......... .......... .......... 84% 192M 0s 1950K .......... .......... .......... .......... .......... 86% 196M 0s 2000K .......... .......... .......... .......... .......... 88% 154M 0s 2050K .......... .......... .......... .......... .......... 90% 178M 0s 2100K .......... .......... .......... .......... .......... 92% 183M 0s 2150K .......... .......... .......... .......... .......... 94% 182M 0s 2200K .......... .......... .......... .......... .......... 97% 180M 0s 2250K .......... .......... .......... .......... .......... 99% 201M 0s 2300K .......... ......... 100% 167M=0.03s 2024-01-03 12:26:38 (86.7 MB/s) - '/home/jenkins/extension.lib.external/jgroups.jar' saved [2375243/2375243] --2024-01-03 12:26:38-- https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 65.108.204.189, 2a01:4f9:1a:a084::2 Connecting to archive.apache.org (archive.apache.org)|65.108.204.189|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6904503 (6.6M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/apache-ant-1.10.9-bin.tar.gz' 0K .......... .......... .......... .......... .......... 0% 226K 30s 50K .......... .......... .......... .......... .......... 1% 588K 20s 100K .......... .......... .......... .......... .......... 2% 1.30M 15s 150K .......... .......... .......... .......... .......... 2% 685K 14s 200K .......... .......... .......... .......... .......... 3% 1.67M 12s 250K .......... .......... .......... .......... .......... 4% 6.08M 10s 300K .......... .......... .......... .......... .......... 5% 19.6M 8s 350K .......... .......... .......... .......... .......... 5% 17.8M 7s 400K .......... .......... .......... .......... .......... 6% 723K 7s 450K .......... .......... .......... .......... .......... 7% 1.85M 7s 500K .......... .......... .......... .......... .......... 8% 6.82M 6s 550K .......... .......... .......... .......... .......... 8% 18.9M 6s 600K .......... .......... .......... .......... .......... 9% 36.2M 5s 650K .......... .......... .......... .......... .......... 10% 35.4M 5s 700K .......... .......... .......... .......... .......... 11% 36.2M 5s 750K .......... .......... .......... .......... .......... 11% 46.5M 4s 800K .......... .......... .......... .......... .......... 12% 728K 4s 850K .......... .......... .......... .......... .......... 13% 81.0M 4s 900K .......... .......... .......... .......... .......... 14% 58.4M 4s 950K .......... .......... .......... .......... .......... 14% 1.90M 4s 1000K .......... .......... .......... .......... .......... 15% 24.8M 4s 1050K .......... .......... .......... .......... .......... 16% 18.1M 3s 1100K .......... .......... .......... .......... .......... 17% 16.3M 3s 1150K .......... .......... .......... .......... .......... 17% 25.1M 3s 1200K .......... .......... .......... .......... .......... 18% 49.1M 3s 1250K .......... .......... .......... .......... .......... 19% 89.0M 3s 1300K .......... .......... .......... .......... .......... 20% 93.4M 3s 1350K .......... .......... .......... .......... .......... 20% 72.0M 3s 1400K .......... .......... .......... .......... .......... 21% 67.6M 2s 1450K .......... .......... .......... .......... .......... 22% 58.5M 2s 1500K .......... .......... .......... .......... .......... 22% 107M 2s 1550K .......... .......... .......... .......... .......... 23% 114M 2s 1600K .......... .......... .......... .......... .......... 24% 48.4M 2s 1650K .......... .......... .......... .......... .......... 25% 2.05M 2s 1700K .......... .......... .......... .......... .......... 25% 1.09M 2s 1750K .......... .......... .......... .......... .......... 26% 70.1M 2s 1800K .......... .......... .......... .......... .......... 27% 37.5M 2s 1850K .......... .......... .......... .......... .......... 28% 37.5M 2s 1900K .......... .......... .......... .......... .......... 28% 38.1M 2s 1950K .......... .......... .......... .......... .......... 29% 2.25M 2s 2000K .......... .......... .......... .......... .......... 30% 93.2M 2s 2050K .......... .......... .......... .......... .......... 31% 30.3M 2s 2100K .......... .......... .......... .......... .......... 31% 21.6M 2s 2150K .......... .......... .......... .......... .......... 32% 76.2M 2s 2200K .......... .......... .......... .......... .......... 33% 20.6M 2s 2250K .......... .......... .......... .......... .......... 34% 79.7M 2s 2300K .......... .......... .......... .......... .......... 34% 41.5M 1s 2350K .......... .......... .......... .......... .......... 35% 39.1M 1s 2400K .......... .......... .......... .......... .......... 36% 45.2M 1s 2450K .......... .......... .......... .......... .......... 37% 36.8M 1s 2500K .......... .......... .......... .......... .......... 37% 29.8M 1s 2550K .......... .......... .......... .......... .......... 38% 40.9M 1s 2600K .......... .......... .......... .......... .......... 39% 24.0M 1s 2650K .......... .......... .......... .......... .......... 40% 23.3M 1s 2700K .......... .......... .......... .......... .......... 40% 50.1M 1s 2750K .......... .......... .......... .......... .......... 41% 52.7M 1s 2800K .......... .......... .......... .......... .......... 42% 34.6M 1s 2850K .......... .......... .......... .......... .......... 43% 28.3M 1s 2900K .......... .......... .......... .......... .......... 43% 42.2M 1s 2950K .......... .......... .......... .......... .......... 44% 37.4M 1s 3000K .......... .......... .......... .......... .......... 45% 84.4M 1s 3050K .......... .......... .......... .......... .......... 45% 76.2M 1s 3100K .......... .......... .......... .......... .......... 46% 75.5M 1s 3150K .......... .......... .......... .......... .......... 47% 84.6M 1s 3200K .......... .......... .......... .......... .......... 48% 109M 1s 3250K .......... .......... .......... .......... .......... 48% 91.0M 1s 3300K .......... .......... .......... .......... .......... 49% 5.69M 1s 3350K .......... .......... .......... .......... .......... 50% 85.6M 1s 3400K .......... .......... .......... .......... .......... 51% 1.10M 1s 3450K .......... .......... .......... .......... .......... 51% 41.0M 1s 3500K .......... .......... .......... .......... .......... 52% 58.0M 1s 3550K .......... .......... .......... .......... .......... 53% 53.3M 1s 3600K .......... .......... .......... .......... .......... 54% 51.6M 1s 3650K .......... .......... .......... .......... .......... 54% 53.9M 1s 3700K .......... .......... .......... .......... .......... 55% 43.9M 1s 3750K .......... .......... .......... .......... .......... 56% 57.8M 1s 3800K .......... .......... .......... .......... .......... 57% 57.2M 1s 3850K .......... .......... .......... .......... .......... 57% 45.6M 1s 3900K .......... .......... .......... .......... .......... 58% 2.79M 1s 3950K .......... .......... .......... .......... .......... 59% 131M 1s 4000K .......... .......... .......... .......... .......... 60% 111M 1s 4050K .......... .......... .......... .......... .......... 60% 61.3M 1s 4100K .......... .......... .......... .......... .......... 61% 36.2M 1s 4150K .......... .......... .......... .......... .......... 62% 45.7M 1s 4200K .......... .......... .......... .......... .......... 63% 45.5M 1s 4250K .......... .......... .......... .......... .......... 63% 88.6M 1s 4300K .......... .......... .......... .......... .......... 64% 54.5M 0s 4350K .......... .......... .......... .......... .......... 65% 63.4M 0s 4400K .......... .......... .......... .......... .......... 65% 76.2M 0s 4450K .......... .......... .......... .......... .......... 66% 83.9M 0s 4500K .......... .......... .......... .......... .......... 67% 106M 0s 4550K .......... .......... .......... .......... .......... 68% 104M 0s 4600K .......... .......... .......... .......... .......... 68% 98.2M 0s 4650K .......... .......... .......... .......... .......... 69% 66.8M 0s 4700K .......... .......... .......... .......... .......... 70% 57.4M 0s 4750K .......... .......... .......... .......... .......... 71% 53.3M 0s 4800K .......... .......... .......... .......... .......... 71% 54.2M 0s 4850K .......... .......... .......... .......... .......... 72% 68.8M 0s 4900K .......... .......... .......... .......... .......... 73% 62.5M 0s 4950K .......... .......... .......... .......... .......... 74% 48.1M 0s 5000K .......... .......... .......... .......... .......... 74% 75.2M 0s 5050K .......... .......... .......... .......... .......... 75% 97.6M 0s 5100K .......... .......... .......... .......... .......... 76% 45.7M 0s 5150K .......... .......... .......... .......... .......... 77% 55.7M 0s 5200K .......... .......... .......... .......... .......... 77% 75.9M 0s 5250K .......... .......... .......... .......... .......... 78% 108M 0s 5300K .......... .......... .......... .......... .......... 79% 100M 0s 5350K .......... .......... .......... .......... .......... 80% 75.2M 0s 5400K .......... .......... .......... .......... .......... 80% 88.2M 0s 5450K .......... .......... .......... .......... .......... 81% 95.9M 0s 5500K .......... .......... .......... .......... .......... 82% 112M 0s 5550K .......... .......... .......... .......... .......... 83% 68.5M 0s 5600K .......... .......... .......... .......... .......... 83% 58.0M 0s 5650K .......... .......... .......... .......... .......... 84% 56.6M 0s 5700K .......... .......... .......... .......... .......... 85% 49.6M 0s 5750K .......... .......... .......... .......... .......... 86% 55.3M 0s 5800K .......... .......... .......... .......... .......... 86% 53.4M 0s 5850K .......... .......... .......... .......... .......... 87% 45.3M 0s 5900K .......... .......... .......... .......... .......... 88% 71.8M 0s 5950K .......... .......... .......... .......... .......... 88% 59.1M 0s 6000K .......... .......... .......... .......... .......... 89% 76.1M 0s 6050K .......... .......... .......... .......... .......... 90% 100M 0s 6100K .......... .......... .......... .......... .......... 91% 86.5M 0s 6150K .......... .......... .......... .......... .......... 91% 84.5M 0s 6200K .......... .......... .......... .......... .......... 92% 37.7M 0s 6250K .......... .......... .......... .......... .......... 93% 85.6M 0s 6300K .......... .......... .......... .......... .......... 94% 60.1M 0s 6350K .......... .......... .......... .......... .......... 94% 11.5M 0s 6400K .......... .......... .......... .......... .......... 95% 955K 0s 6450K .......... .......... .......... .......... .......... 96% 33.9M 0s 6500K .......... .......... .......... .......... .......... 97% 44.7M 0s 6550K .......... .......... .......... .......... .......... 97% 23.6M 0s 6600K .......... .......... .......... .......... .......... 98% 28.4M 0s 6650K .......... .......... .......... .......... .......... 99% 48.0M 0s 6700K .......... .......... .......... .......... .. 100% 37.2M=1.0s 2024-01-03 12:26:40 (6.67 MB/s) - '/home/jenkins/extension.lib.external/apache-ant-1.10.9-bin.tar.gz' saved [6904503/6904503] --2024-01-03 12:26:40-- 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)... 65.108.204.189, 2a01:4f9:1a:a084::2 Connecting to archive.apache.org (archive.apache.org)|65.108.204.189|: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% 224K 6s 50K .......... .......... .......... .......... .......... 7% 665K 4s 100K .......... .......... .......... .......... .......... 11% 1.11M 3s 150K .......... .......... .......... .......... .......... 15% 741K 2s 200K .......... .......... .......... .......... .......... 19% 1.04M 2s 250K .......... .......... .......... .......... .......... 23% 3.90M 2s 300K .......... .......... .......... .......... .......... 27% 14.0M 1s 350K .......... .......... .......... .......... .......... 31% 11.6M 1s 400K .......... .......... .......... .......... .......... 35% 1.02M 1s 450K .......... .......... .......... .......... .......... 38% 1.22M 1s 500K .......... .......... .......... .......... .......... 42% 4.01M 1s 550K .......... .......... .......... .......... .......... 46% 5.48M 1s 600K .......... .......... .......... .......... .......... 50% 5.68M 1s 650K .......... .......... .......... .......... .......... 54% 7.18M 1s 700K .......... .......... .......... .......... .......... 58% 10.1M 0s 750K .......... .......... .......... .......... .......... 62% 8.36M 0s 800K .......... .......... .......... .......... .......... 66% 2.23M 0s 850K .......... .......... .......... .......... .......... 70% 5.40M 0s 900K .......... .......... .......... .......... .......... 73% 8.26M 0s 950K .......... .......... .......... .......... .......... 77% 1.93M 0s 1000K .......... .......... .......... .......... .......... 81% 6.14M 0s 1050K .......... .......... .......... .......... .......... 85% 11.2M 0s 1100K .......... .......... .......... .......... .......... 89% 5.51M 0s 1150K .......... .......... .......... .......... .......... 93% 9.82M 0s 1200K .......... .......... .......... .......... .......... 97% 14.9M 0s 1250K .......... .......... .......... ..... 100% 15.0M=0.7s 2024-01-03 12:26:41 (1.78 MB/s) - '/home/jenkins/extension.lib.external/mavenant/maven-ant-tasks-2.1.3.jar' saved [1316000/1316000] --2024-01-03 12:26:41-- https://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.0.1.Final.tar.gz Resolving download.jboss.org (download.jboss.org)... 23.205.255.139, 23.205.255.171, 2607:f798:1e:c20::d194:cc41, ... Connecting to download.jboss.org (download.jboss.org)|23.205.255.139|: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% 4.44M 39s 50K .......... .......... .......... .......... .......... 0% 5.96M 34s 100K .......... .......... .......... .......... .......... 0% 10.4M 28s 150K .......... .......... .......... .......... .......... 0% 17.1M 23s 200K .......... .......... .......... .......... .......... 0% 19.5M 20s 250K .......... .......... .......... .......... .......... 0% 17.5M 19s 300K .......... .......... .......... .......... .......... 0% 44.7M 17s 350K .......... .......... .......... .......... .......... 0% 27.1M 15s 400K .......... .......... .......... .......... .......... 0% 53.6M 14s 450K .......... .......... .......... .......... .......... 0% 36.6M 13s 500K .......... .......... .......... .......... .......... 0% 28.3M 12s 550K .......... .......... .......... .......... .......... 0% 140M 11s 600K .......... .......... .......... .......... .......... 0% 52.9M 11s 650K .......... .......... .......... .......... .......... 0% 45.2M 10s 700K .......... .......... .......... .......... .......... 0% 56.5M 10s 750K .......... .......... .......... .......... .......... 0% 170M 9s 800K .......... .......... .......... .......... .......... 0% 107M 9s 850K .......... .......... .......... .......... .......... 0% 54.3M 8s 900K .......... .......... .......... .......... .......... 0% 56.8M 8s 950K .......... .......... .......... .......... .......... 0% 115M 8s 1000K .......... .......... .......... .......... .......... 0% 56.0M 8s 1050K .......... .......... .......... .......... .......... 0% 208M 7s 1100K .......... .......... .......... .......... .......... 0% 55.4M 7s 1150K .......... .......... .......... .......... .......... 0% 133M 7s 1200K .......... .......... .......... .......... .......... 0% 69.2M 7s 1250K .......... .......... .......... .......... .......... 0% 369M 6s 1300K .......... .......... .......... .......... .......... 0% 283M 6s 1350K .......... .......... .......... .......... .......... 0% 54.7M 6s 1400K .......... .......... .......... .......... .......... 0% 435M 6s 1450K .......... .......... .......... .......... .......... 0% 84.4M 6s 1500K .......... .......... .......... .......... .......... 0% 198M 6s 1550K .......... .......... .......... .......... .......... 0% 124M 5s 1600K .......... .......... .......... .......... .......... 0% 230M 5s 1650K .......... .......... .......... .......... .......... 0% 121M 5s 1700K .......... .......... .......... .......... .......... 0% 180M 5s 1750K .......... .......... .......... .......... .......... 1% 259M 5s 1800K .......... .......... .......... .......... .......... 1% 114M 5s 1850K .......... .......... .......... .......... .......... 1% 143M 5s 1900K .......... .......... .......... .......... .......... 1% 162M 5s 1950K .......... .......... .......... .......... .......... 1% 435M 5s 2000K .......... .......... .......... .......... .......... 1% 124M 4s 2050K .......... .......... .......... .......... .......... 1% 274M 4s 2100K .......... .......... .......... .......... .......... 1% 75.2M 4s 2150K .......... .......... .......... .......... .......... 1% 280M 4s 2200K .......... .......... .......... .......... .......... 1% 431M 4s 2250K .......... .......... .......... .......... .......... 1% 54.8M 4s 2300K .......... .......... .......... .......... .......... 1% 335M 4s 2350K .......... .......... .......... .......... .......... 1% 401M 4s 2400K .......... .......... .......... .......... .......... 1% 389M 4s 2450K .......... .......... .......... .......... .......... 1% 160M 4s 2500K .......... .......... .......... .......... .......... 1% 246M 4s 2550K .......... .......... .......... .......... .......... 1% 359M 4s 2600K .......... .......... .......... .......... .......... 1% 88.1M 4s 2650K .......... .......... .......... .......... .......... 1% 179M 4s 2700K .......... .......... .......... .......... .......... 1% 202M 4s 2750K .......... .......... .......... .......... .......... 1% 417M 4s 2800K .......... .......... .......... .......... .......... 1% 369M 3s 2850K .......... .......... .......... .......... .......... 1% 50.6M 3s 2900K .......... .......... .......... .......... .......... 1% 374M 3s 2950K .......... .......... .......... .......... .......... 1% 388M 3s 3000K .......... .......... .......... .......... .......... 1% 212M 3s 3050K .......... .......... .......... .......... .......... 1% 241M 3s 3100K .......... .......... .......... .......... .......... 1% 54.2M 3s 3150K .......... .......... .......... .......... .......... 1% 368M 3s 3200K .......... .......... .......... .......... .......... 1% 386M 3s 3250K .......... .......... .......... .......... .......... 1% 202M 3s 3300K .......... .......... .......... .......... .......... 1% 385M 3s 3350K .......... .......... .......... .......... .......... 1% 37.2M 3s 3400K .......... .......... .......... .......... .......... 1% 321M 3s 3450K .......... .......... .......... .......... .......... 1% 386M 3s 3500K .......... .......... .......... .......... .......... 2% 368M 3s 3550K .......... .......... .......... .......... .......... 2% 343M 3s 3600K .......... .......... .......... .......... .......... 2% 8.70M 3s 3650K .......... .......... .......... .......... .......... 2% 312M 3s 3700K .......... .......... .......... .......... .......... 2% 325M 3s 3750K .......... .......... .......... .......... .......... 2% 395M 3s 3800K .......... .......... .......... .......... .......... 2% 400M 3s 3850K .......... .......... .......... .......... .......... 2% 113M 3s 3900K .......... .......... .......... .......... .......... 2% 336M 3s 3950K .......... .......... .......... .......... .......... 2% 374M 3s 4000K .......... .......... .......... .......... .......... 2% 362M 3s 4050K .......... .......... .......... .......... .......... 2% 71.8M 3s 4100K .......... .......... .......... .......... .......... 2% 388M 3s 4150K .......... .......... .......... .......... .......... 2% 42.9M 3s 4200K .......... .......... .......... .......... .......... 2% 380M 3s 4250K .......... .......... .......... .......... .......... 2% 400M 3s 4300K .......... .......... .......... .......... .......... 2% 313M 3s 4350K .......... .......... .......... .......... .......... 2% 429M 3s 4400K .......... .......... .......... .......... .......... 2% 53.2M 3s 4450K .......... .......... .......... .......... .......... 2% 191M 3s 4500K .......... .......... .......... .......... .......... 2% 373M 3s 4550K .......... .......... .......... .......... .......... 2% 385M 3s 4600K .......... .......... .......... .......... .......... 2% 410M 3s 4650K .......... .......... .......... .......... .......... 2% 94.7M 3s 4700K .......... .......... .......... .......... .......... 2% 229M 3s 4750K .......... .......... .......... .......... .......... 2% 364M 3s 4800K .......... .......... .......... .......... .......... 2% 417M 3s 4850K .......... .......... .......... .......... .......... 2% 345M 3s 4900K .......... .......... .......... .......... .......... 2% 28.7M 3s 4950K .......... .......... .......... .......... .......... 2% 186M 3s 5000K .......... .......... .......... .......... .......... 2% 332M 3s 5050K .......... .......... .......... .......... .......... 2% 422M 3s 5100K .......... .......... .......... .......... .......... 2% 425M 3s 5150K .......... .......... .......... .......... .......... 2% 55.6M 3s 5200K .......... .......... .......... .......... .......... 2% 361M 3s 5250K .......... .......... .......... .......... .......... 3% 398M 3s 5300K .......... .......... .......... .......... .......... 3% 346M 2s 5350K .......... .......... .......... .......... .......... 3% 370M 2s 5400K .......... .......... .......... .......... .......... 3% 49.9M 2s 5450K .......... .......... .......... .......... .......... 3% 186M 2s 5500K .......... .......... .......... .......... .......... 3% 388M 2s 5550K .......... .......... .......... .......... .......... 3% 317M 2s 5600K .......... .......... .......... .......... .......... 3% 431M 2s 5650K .......... .......... .......... .......... .......... 3% 48.1M 2s 5700K .......... .......... .......... .......... .......... 3% 193M 2s 5750K .......... .......... .......... .......... .......... 3% 381M 2s 5800K .......... .......... .......... .......... .......... 3% 397M 2s 5850K .......... .......... .......... .......... .......... 3% 387M 2s 5900K .......... .......... .......... .......... .......... 3% 69.2M 2s 5950K .......... .......... .......... .......... .......... 3% 364M 2s 6000K .......... .......... .......... .......... .......... 3% 328M 2s 6050K .......... .......... .......... .......... .......... 3% 336M 2s 6100K .......... .......... .......... .......... .......... 3% 6.16M 2s 6150K .......... .......... .......... .......... .......... 3% 274M 2s 6200K .......... .......... .......... .......... .......... 3% 304M 2s 6250K .......... .......... .......... .......... .......... 3% 382M 2s 6300K .......... .......... .......... .......... .......... 3% 306M 2s 6350K .......... .......... .......... .......... .......... 3% 418M 2s 6400K .......... .......... .......... .......... .......... 3% 459M 2s 6450K .......... .......... .......... .......... .......... 3% 47.5M 2s 6500K .......... .......... .......... .......... .......... 3% 320M 2s 6550K .......... .......... .......... .......... .......... 3% 344M 2s 6600K .......... .......... .......... .......... .......... 3% 408M 2s 6650K .......... .......... .......... .......... .......... 3% 342M 2s 6700K .......... .......... .......... .......... .......... 3% 51.4M 2s 6750K .......... .......... .......... .......... .......... 3% 364M 2s 6800K .......... .......... .......... .......... .......... 3% 389M 2s 6850K .......... .......... .......... .......... .......... 3% 381M 2s 6900K .......... .......... .......... .......... .......... 3% 405M 2s 6950K .......... .......... .......... .......... .......... 3% 57.6M 2s 7000K .......... .......... .......... .......... .......... 4% 273M 2s 7050K .......... .......... .......... .......... .......... 4% 381M 2s 7100K .......... .......... .......... .......... .......... 4% 453M 2s 7150K .......... .......... .......... .......... .......... 4% 443M 2s 7200K .......... .......... .......... .......... .......... 4% 38.7M 2s 7250K .......... .......... .......... .......... .......... 4% 214M 2s 7300K .......... .......... .......... .......... .......... 4% 408M 2s 7350K .......... .......... .......... .......... .......... 4% 412M 2s 7400K .......... .......... .......... .......... .......... 4% 447M 2s 7450K .......... .......... .......... .......... .......... 4% 73.0M 2s 7500K .......... .......... .......... .......... .......... 4% 317M 2s 7550K .......... .......... .......... .......... .......... 4% 384M 2s 7600K .......... .......... .......... .......... .......... 4% 264M 2s 7650K .......... .......... .......... .......... .......... 4% 257M 2s 7700K .......... .......... .......... .......... .......... 4% 49.2M 2s 7750K .......... .......... .......... .......... .......... 4% 363M 2s 7800K .......... .......... .......... .......... .......... 4% 366M 2s 7850K .......... .......... .......... .......... .......... 4% 368M 2s 7900K .......... .......... .......... .......... .......... 4% 360M 2s 7950K .......... .......... .......... .......... .......... 4% 26.5M 2s 8000K .......... .......... .......... .......... .......... 4% 237M 2s 8050K .......... .......... .......... .......... .......... 4% 383M 2s 8100K .......... .......... .......... .......... .......... 4% 444M 2s 8150K .......... .......... .......... .......... .......... 4% 77.1M 2s 8200K .......... .......... .......... .......... .......... 4% 143M 2s 8250K .......... .......... .......... .......... .......... 4% 24.2M 2s 8300K .......... .......... .......... .......... .......... 4% 345M 2s 8350K .......... .......... .......... .......... .......... 4% 318M 2s 8400K .......... .......... .......... .......... .......... 4% 425M 2s 8450K .......... .......... .......... .......... .......... 4% 453M 2s 8500K .......... .......... .......... .......... .......... 4% 27.6M 2s 8550K .......... .......... .......... .......... .......... 4% 373M 2s 8600K .......... .......... .......... .......... .......... 4% 412M 2s 8650K .......... .......... .......... .......... .......... 4% 418M 2s 8700K .......... .......... .......... .......... .......... 4% 375M 2s 8750K .......... .......... .......... .......... .......... 5% 68.2M 2s 8800K .......... .......... .......... .......... .......... 5% 397M 2s 8850K .......... .......... .......... .......... .......... 5% 287M 2s 8900K .......... .......... .......... .......... .......... 5% 448M 2s 8950K .......... .......... .......... .......... .......... 5% 353M 2s 9000K .......... .......... .......... .......... .......... 5% 19.1M 2s 9050K .......... .......... .......... .......... .......... 5% 292M 2s 9100K .......... .......... .......... .......... .......... 5% 276M 2s 9150K .......... .......... .......... .......... .......... 5% 455M 2s 9200K .......... .......... .......... .......... .......... 5% 312M 2s 9250K .......... .......... .......... .......... .......... 5% 34.0M 2s 9300K .......... .......... .......... .......... .......... 5% 308M 2s 9350K .......... .......... .......... .......... .......... 5% 355M 2s 9400K .......... .......... .......... .......... .......... 5% 454M 2s 9450K .......... .......... .......... .......... .......... 5% 372M 2s 9500K .......... .......... .......... .......... .......... 5% 51.9M 2s 9550K .......... .......... .......... .......... .......... 5% 331M 2s 9600K .......... .......... .......... .......... .......... 5% 399M 2s 9650K .......... .......... .......... .......... .......... 5% 352M 2s 9700K .......... .......... .......... .......... .......... 5% 451M 2s 9750K .......... .......... .......... .......... .......... 5% 58.6M 2s 9800K .......... .......... .......... .......... .......... 5% 171M 2s 9850K .......... .......... .......... .......... .......... 5% 430M 2s 9900K .......... .......... .......... .......... .......... 5% 339M 2s 9950K .......... .......... .......... .......... .......... 5% 415M 2s 10000K .......... .......... .......... .......... .......... 5% 87.7M 2s 10050K .......... .......... .......... .......... .......... 5% 142M 2s 10100K .......... .......... .......... .......... .......... 5% 431M 2s 10150K .......... .......... .......... .......... .......... 5% 426M 2s 10200K .......... .......... .......... .......... .......... 5% 6.31M 2s 10250K .......... .......... .......... .......... .......... 5% 102M 2s 10300K .......... .......... .......... .......... .......... 5% 392M 2s 10350K .......... .......... .......... .......... .......... 5% 392M 2s 10400K .......... .......... .......... .......... .......... 5% 418M 2s 10450K .......... .......... .......... .......... .......... 5% 427M 2s 10500K .......... .......... .......... .......... .......... 6% 370M 2s 10550K .......... .......... .......... .......... .......... 6% 68.0M 2s 10600K .......... .......... .......... .......... .......... 6% 368M 2s 10650K .......... .......... .......... .......... .......... 6% 413M 2s 10700K .......... .......... .......... .......... .......... 6% 310M 2s 10750K .......... .......... .......... .......... .......... 6% 411M 2s 10800K .......... .......... .......... .......... .......... 6% 54.5M 2s 10850K .......... .......... .......... .......... .......... 6% 293M 2s 10900K .......... .......... .......... .......... .......... 6% 395M 2s 10950K .......... .......... .......... .......... .......... 6% 412M 2s 11000K .......... .......... .......... .......... .......... 6% 409M 2s 11050K .......... .......... .......... .......... .......... 6% 52.1M 2s 11100K .......... .......... .......... .......... .......... 6% 374M 2s 11150K .......... .......... .......... .......... .......... 6% 396M 2s 11200K .......... .......... .......... .......... .......... 6% 383M 2s 11250K .......... .......... .......... .......... .......... 6% 361M 2s 11300K .......... .......... .......... .......... .......... 6% 60.5M 2s 11350K .......... .......... .......... .......... .......... 6% 363M 2s 11400K .......... .......... .......... .......... .......... 6% 310M 2s 11450K .......... .......... .......... .......... .......... 6% 398M 2s 11500K .......... .......... .......... .......... .......... 6% 423M 2s 11550K .......... .......... .......... .......... .......... 6% 46.1M 2s 11600K .......... .......... .......... .......... .......... 6% 401M 2s 11650K .......... .......... .......... .......... .......... 6% 390M 2s 11700K .......... .......... .......... .......... .......... 6% 351M 2s 11750K .......... .......... .......... .......... .......... 6% 360M 2s 11800K .......... .......... .......... .......... .......... 6% 45.2M 2s 11850K .......... .......... .......... .......... .......... 6% 405M 2s 11900K .......... .......... .......... .......... .......... 6% 349M 2s 11950K .......... .......... .......... .......... .......... 6% 435M 2s 12000K .......... .......... .......... .......... .......... 6% 480M 2s 12050K .......... .......... .......... .......... .......... 6% 76.1M 2s 12100K .......... .......... .......... .......... .......... 6% 210M 2s 12150K .......... .......... .......... .......... .......... 6% 411M 2s 12200K .......... .......... .......... .......... .......... 6% 423M 2s 12250K .......... .......... .......... .......... .......... 7% 48.8M 2s 12300K .......... .......... .......... .......... .......... 7% 412M 2s 12350K .......... .......... .......... .......... .......... 7% 44.3M 2s 12400K .......... .......... .......... .......... .......... 7% 268M 2s 12450K .......... .......... .......... .......... .......... 7% 418M 2s 12500K .......... .......... .......... .......... .......... 7% 392M 2s 12550K .......... .......... .......... .......... .......... 7% 418M 2s 12600K .......... .......... .......... .......... .......... 7% 46.9M 2s 12650K .......... .......... .......... .......... .......... 7% 406M 2s 12700K .......... .......... .......... .......... .......... 7% 335M 2s 12750K .......... .......... .......... .......... .......... 7% 348M 2s 12800K .......... .......... .......... .......... .......... 7% 412M 2s 12850K .......... .......... .......... .......... .......... 7% 45.8M 2s 12900K .......... .......... .......... .......... .......... 7% 427M 2s 12950K .......... .......... .......... .......... .......... 7% 408M 2s 13000K .......... .......... .......... .......... .......... 7% 430M 2s 13050K .......... .......... .......... .......... .......... 7% 382M 2s 13100K .......... .......... .......... .......... .......... 7% 47.6M 2s 13150K .......... .......... .......... .......... .......... 7% 209M 2s 13200K .......... .......... .......... .......... .......... 7% 309M 2s 13250K .......... .......... .......... .......... .......... 7% 391M 2s 13300K .......... .......... .......... .......... .......... 7% 304M 2s 13350K .......... .......... .......... .......... .......... 7% 53.5M 2s 13400K .......... .......... .......... .......... .......... 7% 308M 2s 13450K .......... .......... .......... .......... .......... 7% 402M 2s 13500K .......... .......... .......... .......... .......... 7% 426M 2s 13550K .......... .......... .......... .......... .......... 7% 376M 2s 13600K .......... .......... .......... .......... .......... 7% 41.9M 2s 13650K .......... .......... .......... .......... .......... 7% 344M 2s 13700K .......... .......... .......... .......... .......... 7% 398M 2s 13750K .......... .......... .......... .......... .......... 7% 361M 2s 13800K .......... .......... .......... .......... .......... 7% 429M 2s 13850K .......... .......... .......... .......... .......... 7% 66.2M 2s 13900K .......... .......... .......... .......... .......... 7% 355M 2s 13950K .......... .......... .......... .......... .......... 7% 421M 2s 14000K .......... .......... .......... .......... .......... 8% 402M 2s 14050K .......... .......... .......... .......... .......... 8% 482M 2s 14100K .......... .......... .......... .......... .......... 8% 91.3M 2s 14150K .......... .......... .......... .......... .......... 8% 380M 2s 14200K .......... .......... .......... .......... .......... 8% 374M 2s 14250K .......... .......... .......... .......... .......... 8% 338M 2s 14300K .......... .......... .......... .......... .......... 8% 94.5M 2s 14350K .......... .......... .......... .......... .......... 8% 53.9M 2s 14400K .......... .......... .......... .......... .......... 8% 180M 2s 14450K .......... .......... .......... .......... .......... 8% 361M 2s 14500K .......... .......... .......... .......... .......... 8% 359M 2s 14550K .......... .......... .......... .......... .......... 8% 408M 2s 14600K .......... .......... .......... .......... .......... 8% 399M 2s 14650K .......... .......... .......... .......... .......... 8% 48.0M 2s 14700K .......... .......... .......... .......... .......... 8% 351M 2s 14750K .......... .......... .......... .......... .......... 8% 338M 2s 14800K .......... .......... .......... .......... .......... 8% 402M 2s 14850K .......... .......... .......... .......... .......... 8% 366M 2s 14900K .......... .......... .......... .......... .......... 8% 99.3M 2s 14950K .......... .......... .......... .......... .......... 8% 393M 2s 15000K .......... .......... .......... .......... .......... 8% 340M 2s 15050K .......... .......... .......... .......... .......... 8% 318M 2s 15100K .......... .......... .......... .......... .......... 8% 419M 2s 15150K .......... .......... .......... .......... .......... 8% 50.7M 2s 15200K .......... .......... .......... .......... .......... 8% 331M 2s 15250K .......... .......... .......... .......... .......... 8% 398M 2s 15300K .......... .......... .......... .......... .......... 8% 271M 2s 15350K .......... .......... .......... .......... .......... 8% 364M 2s 15400K .......... .......... .......... .......... .......... 8% 45.3M 2s 15450K .......... .......... .......... .......... .......... 8% 343M 2s 15500K .......... .......... .......... .......... .......... 8% 376M 2s 15550K .......... .......... .......... .......... .......... 8% 344M 2s 15600K .......... .......... .......... .......... .......... 8% 366M 2s 15650K .......... .......... .......... .......... .......... 8% 49.3M 2s 15700K .......... .......... .......... .......... .......... 8% 355M 2s 15750K .......... .......... .......... .......... .......... 9% 301M 2s 15800K .......... .......... .......... .......... .......... 9% 446M 2s 15850K .......... .......... .......... .......... .......... 9% 324M 2s 15900K .......... .......... .......... .......... .......... 9% 50.3M 2s 15950K .......... .......... .......... .......... .......... 9% 239M 2s 16000K .......... .......... .......... .......... .......... 9% 390M 2s 16050K .......... .......... .......... .......... .......... 9% 404M 2s 16100K .......... .......... .......... .......... .......... 9% 314M 2s 16150K .......... .......... .......... .......... .......... 9% 138M 2s 16200K .......... .......... .......... .......... .......... 9% 358M 2s 16250K .......... .......... .......... .......... .......... 9% 371M 2s 16300K .......... .......... .......... .......... .......... 9% 397M 2s 16350K .......... .......... .......... .......... .......... 9% 68.5M 2s 16400K .......... .......... .......... .......... .......... 9% 86.0M 2s 16450K .......... .......... .......... .......... .......... 9% 422M 2s 16500K .......... .......... .......... .......... .......... 9% 383M 2s 16550K .......... .......... .......... .......... .......... 9% 309M 2s 16600K .......... .......... .......... .......... .......... 9% 359M 2s 16650K .......... .......... .......... .......... .......... 9% 429M 2s 16700K .......... .......... .......... .......... .......... 9% 27.6M 2s 16750K .......... .......... .......... .......... .......... 9% 263M 2s 16800K .......... .......... .......... .......... .......... 9% 351M 2s 16850K .......... .......... .......... .......... .......... 9% 367M 2s 16900K .......... .......... .......... .......... .......... 9% 387M 2s 16950K .......... .......... .......... .......... .......... 9% 53.2M 2s 17000K .......... .......... .......... .......... .......... 9% 478M 2s 17050K .......... .......... .......... .......... .......... 9% 149M 2s 17100K .......... .......... .......... .......... .......... 9% 396M 2s 17150K .......... .......... .......... .......... .......... 9% 456M 2s 17200K .......... .......... .......... .......... .......... 9% 105M 2s 17250K .......... .......... .......... .......... .......... 9% 401M 2s 17300K .......... .......... .......... .......... .......... 9% 376M 2s 17350K .......... .......... .......... .......... .......... 9% 341M 2s 17400K .......... .......... .......... .......... .......... 9% 375M 2s 17450K .......... .......... .......... .......... .......... 9% 62.0M 2s 17500K .......... .......... .......... .......... .......... 10% 363M 2s 17550K .......... .......... .......... .......... .......... 10% 302M 2s 17600K .......... .......... .......... .......... .......... 10% 334M 2s 17650K .......... .......... .......... .......... .......... 10% 391M 2s 17700K .......... .......... .......... .......... .......... 10% 74.0M 2s 17750K .......... .......... .......... .......... .......... 10% 303M 2s 17800K .......... .......... .......... .......... .......... 10% 366M 2s 17850K .......... .......... .......... .......... .......... 10% 391M 2s 17900K .......... .......... .......... .......... .......... 10% 355M 2s 17950K .......... .......... .......... .......... .......... 10% 56.1M 2s 18000K .......... .......... .......... .......... .......... 10% 180M 2s 18050K .......... .......... .......... .......... .......... 10% 347M 2s 18100K .......... .......... .......... .......... .......... 10% 336M 2s 18150K .......... .......... .......... .......... .......... 10% 404M 1s 18200K .......... .......... .......... .......... .......... 10% 258M 1s 18250K .......... .......... .......... .......... .......... 10% 240M 1s 18300K .......... .......... .......... .......... .......... 10% 380M 1s 18350K .......... .......... .......... .......... .......... 10% 305M 1s 18400K .......... .......... .......... .......... .......... 10% 67.7M 1s 18450K .......... .......... .......... .......... .......... 10% 58.7M 1s 18500K .......... .......... .......... .......... .......... 10% 185M 1s 18550K .......... .......... .......... .......... .......... 10% 304M 1s 18600K .......... .......... .......... .......... .......... 10% 351M 1s 18650K .......... .......... .......... .......... .......... 10% 419M 1s 18700K .......... .......... .......... .......... .......... 10% 1.13M 2s 18750K .......... .......... .......... .......... .......... 10% 284M 2s 18800K .......... .......... .......... .......... .......... 10% 402M 2s 18850K .......... .......... .......... .......... .......... 10% 330M 2s 18900K .......... .......... .......... .......... .......... 10% 323M 2s 18950K .......... .......... .......... .......... .......... 10% 468M 2s 19000K .......... .......... .......... .......... .......... 10% 12.8M 2s 19050K .......... .......... .......... .......... .......... 10% 302M 2s 19100K .......... .......... .......... .......... .......... 10% 346M 2s 19150K .......... .......... .......... .......... .......... 10% 399M 2s 19200K .......... .......... .......... .......... .......... 10% 434M 2s 19250K .......... .......... .......... .......... .......... 11% 15.9M 2s 19300K .......... .......... .......... .......... .......... 11% 403M 2s 19350K .......... .......... .......... .......... .......... 11% 245M 2s 19400K .......... .......... .......... .......... .......... 11% 320M 2s 19450K .......... .......... .......... .......... .......... 11% 434M 2s 19500K .......... .......... .......... .......... .......... 11% 45.3M 2s 19550K .......... .......... .......... .......... .......... 11% 305M 2s 19600K .......... .......... .......... .......... .......... 11% 302M 2s 19650K .......... .......... .......... .......... .......... 11% 376M 2s 19700K .......... .......... .......... .......... .......... 11% 381M 2s 19750K .......... .......... .......... .......... .......... 11% 45.5M 2s 19800K .......... .......... .......... .......... .......... 11% 363M 2s 19850K .......... .......... .......... .......... .......... 11% 367M 2s 19900K .......... .......... .......... .......... .......... 11% 426M 2s 19950K .......... .......... .......... .......... .......... 11% 356M 2s 20000K .......... .......... .......... .......... .......... 11% 81.7M 2s 20050K .......... .......... .......... .......... .......... 11% 369M 2s 20100K .......... .......... .......... .......... .......... 11% 316M 2s 20150K .......... .......... .......... .......... .......... 11% 374M 2s 20200K .......... .......... .......... .......... .......... 11% 417M 2s 20250K .......... .......... .......... .......... .......... 11% 58.5M 2s 20300K .......... .......... .......... .......... .......... 11% 358M 2s 20350K .......... .......... .......... .......... .......... 11% 427M 2s 20400K .......... .......... .......... .......... .......... 11% 393M 2s 20450K .......... .......... .......... .......... .......... 11% 103M 2s 20500K .......... .......... .......... .......... .......... 11% 56.4M 2s 20550K .......... .......... .......... .......... .......... 11% 177M 2s 20600K .......... .......... .......... .......... .......... 11% 385M 2s 20650K .......... .......... .......... .......... .......... 11% 357M 2s 20700K .......... .......... .......... .......... .......... 11% 328M 2s 20750K .......... .......... .......... .......... .......... 11% 57.7M 2s 20800K .......... .......... .......... .......... .......... 11% 422M 2s 20850K .......... .......... .......... .......... .......... 11% 354M 2s 20900K .......... .......... .......... .......... .......... 11% 315M 2s 20950K .......... .......... .......... .......... .......... 11% 396M 2s 21000K .......... .......... .......... .......... .......... 12% 435M 2s 21050K .......... .......... .......... .......... .......... 12% 34.5M 2s 21100K .......... .......... .......... .......... .......... 12% 328M 2s 21150K .......... .......... .......... .......... .......... 12% 386M 2s 21200K .......... .......... .......... .......... .......... 12% 430M 2s 21250K .......... .......... .......... .......... .......... 12% 389M 2s 21300K .......... .......... .......... .......... .......... 12% 46.0M 2s 21350K .......... .......... .......... .......... .......... 12% 441M 2s 21400K .......... .......... .......... .......... .......... 12% 337M 2s 21450K .......... .......... .......... .......... .......... 12% 459M 2s 21500K .......... .......... .......... .......... .......... 12% 485M 2s 21550K .......... .......... .......... .......... .......... 12% 55.2M 2s 21600K .......... .......... .......... .......... .......... 12% 344M 2s 21650K .......... .......... .......... .......... .......... 12% 384M 2s 21700K .......... .......... .......... .......... .......... 12% 409M 2s 21750K .......... .......... .......... .......... .......... 12% 374M 2s 21800K .......... .......... .......... .......... .......... 12% 84.4M 2s 21850K .......... .......... .......... .......... .......... 12% 327M 2s 21900K .......... .......... .......... .......... .......... 12% 333M 2s 21950K .......... .......... .......... .......... .......... 12% 344M 2s 22000K .......... .......... .......... .......... .......... 12% 397M 2s 22050K .......... .......... .......... .......... .......... 12% 54.9M 2s 22100K .......... .......... .......... .......... .......... 12% 174M 2s 22150K .......... .......... .......... .......... .......... 12% 400M 2s 22200K .......... .......... .......... .......... .......... 12% 447M 2s 22250K .......... .......... .......... .......... .......... 12% 417M 2s 22300K .......... .......... .......... .......... .......... 12% 167M 2s 22350K .......... .......... .......... .......... .......... 12% 384M 2s 22400K .......... .......... .......... .......... .......... 12% 364M 2s 22450K .......... .......... .......... .......... .......... 12% 377M 2s 22500K .......... .......... .......... .......... .......... 12% 46.6M 2s 22550K .......... .......... .......... .......... .......... 12% 82.0M 2s 22600K .......... .......... .......... .......... .......... 12% 301M 2s 22650K .......... .......... .......... .......... .......... 12% 293M 2s 22700K .......... .......... .......... .......... .......... 12% 354M 2s 22750K .......... .......... .......... .......... .......... 13% 379M 2s 22800K .......... .......... .......... .......... .......... 13% 7.69M 2s 22850K .......... .......... .......... .......... .......... 13% 280M 2s 22900K .......... .......... .......... .......... .......... 13% 255M 2s 22950K .......... .......... .......... .......... .......... 13% 393M 2s 23000K .......... .......... .......... .......... .......... 13% 403M 2s 23050K .......... .......... .......... .......... .......... 13% 56.8M 2s 23100K .......... .......... .......... .......... .......... 13% 396M 2s 23150K .......... .......... .......... .......... .......... 13% 305M 2s 23200K .......... .......... .......... .......... .......... 13% 365M 2s 23250K .......... .......... .......... .......... .......... 13% 341M 2s 23300K .......... .......... .......... .......... .......... 13% 416M 2s 23350K .......... .......... .......... .......... .......... 13% 46.9M 2s 23400K .......... .......... .......... .......... .......... 13% 303M 2s 23450K .......... .......... .......... .......... .......... 13% 351M 2s 23500K .......... .......... .......... .......... .......... 13% 406M 2s 23550K .......... .......... .......... .......... .......... 13% 438M 2s 23600K .......... .......... .......... .......... .......... 13% 24.6M 2s 23650K .......... .......... .......... .......... .......... 13% 317M 2s 23700K .......... .......... .......... .......... .......... 13% 381M 2s 23750K .......... .......... .......... .......... .......... 13% 354M 2s 23800K .......... .......... .......... .......... .......... 13% 439M 2s 23850K .......... .......... .......... .......... .......... 13% 49.9M 2s 23900K .......... .......... .......... .......... .......... 13% 348M 2s 23950K .......... .......... .......... .......... .......... 13% 367M 2s 24000K .......... .......... .......... .......... .......... 13% 390M 2s 24050K .......... .......... .......... .......... .......... 13% 395M 2s 24100K .......... .......... .......... .......... .......... 13% 52.6M 2s 24150K .......... .......... .......... .......... .......... 13% 300M 2s 24200K .......... .......... .......... .......... .......... 13% 346M 2s 24250K .......... .......... .......... .......... .......... 13% 441M 2s 24300K .......... .......... .......... .......... .......... 13% 341M 2s 24350K .......... .......... .......... .......... .......... 13% 90.2M 2s 24400K .......... .......... .......... .......... .......... 13% 318M 2s 24450K .......... .......... .......... .......... .......... 13% 327M 2s 24500K .......... .......... .......... .......... .......... 14% 450M 2s 24550K .......... .......... .......... .......... .......... 14% 44.3M 2s 24600K .......... .......... .......... .......... .......... 14% 62.1M 2s 24650K .......... .......... .......... .......... .......... 14% 274M 2s 24700K .......... .......... .......... .......... .......... 14% 359M 2s 24750K .......... .......... .......... .......... .......... 14% 336M 2s 24800K .......... .......... .......... .......... .......... 14% 395M 2s 24850K .......... .......... .......... .......... .......... 14% 40.1M 2s 24900K .......... .......... .......... .......... .......... 14% 323M 2s 24950K .......... .......... .......... .......... .......... 14% 309M 2s 25000K .......... .......... .......... .......... .......... 14% 345M 2s 25050K .......... .......... .......... .......... .......... 14% 395M 2s 25100K .......... .......... .......... .......... .......... 14% 48.7M 2s 25150K .......... .......... .......... .......... .......... 14% 166M 2s 25200K .......... .......... .......... .......... .......... 14% 342M 2s 25250K .......... .......... .......... .......... .......... 14% 352M 2s 25300K .......... .......... .......... .......... .......... 14% 399M 2s 25350K .......... .......... .......... .......... .......... 14% 382M 2s 25400K .......... .......... .......... .......... .......... 14% 57.8M 2s 25450K .......... .......... .......... .......... .......... 14% 367M 2s 25500K .......... .......... .......... .......... .......... 14% 352M 2s 25550K .......... .......... .......... .......... .......... 14% 368M 2s 25600K .......... .......... .......... .......... .......... 14% 373M 2s 25650K .......... .......... .......... .......... .......... 14% 56.2M 2s 25700K .......... .......... .......... .......... .......... 14% 377M 2s 25750K .......... .......... .......... .......... .......... 14% 297M 2s 25800K .......... .......... .......... .......... .......... 14% 412M 2s 25850K .......... .......... .......... .......... .......... 14% 441M 2s 25900K .......... .......... .......... .......... .......... 14% 55.6M 2s 25950K .......... .......... .......... .......... .......... 14% 310M 2s 26000K .......... .......... .......... .......... .......... 14% 384M 2s 26050K .......... .......... .......... .......... .......... 14% 359M 2s 26100K .......... .......... .......... .......... .......... 14% 350M 2s 26150K .......... .......... .......... .......... .......... 14% 60.5M 2s 26200K .......... .......... .......... .......... .......... 14% 360M 2s 26250K .......... .......... .......... .......... .......... 15% 364M 2s 26300K .......... .......... .......... .......... .......... 15% 361M 2s 26350K .......... .......... .......... .......... .......... 15% 368M 2s 26400K .......... .......... .......... .......... .......... 15% 92.6M 2s 26450K .......... .......... .......... .......... .......... 15% 297M 2s 26500K .......... .......... .......... .......... .......... 15% 352M 2s 26550K .......... .......... .......... .......... .......... 15% 388M 2s 26600K .......... .......... .......... .......... .......... 15% 62.7M 2s 26650K .......... .......... .......... .......... .......... 15% 51.5M 2s 26700K .......... .......... .......... .......... .......... 15% 294M 2s 26750K .......... .......... .......... .......... .......... 15% 297M 2s 26800K .......... .......... .......... .......... .......... 15% 387M 2s 26850K .......... .......... .......... .......... .......... 15% 350M 2s 26900K .......... .......... .......... .......... .......... 15% 49.5M 2s 26950K .......... .......... .......... .......... .......... 15% 361M 2s 27000K .......... .......... .......... .......... .......... 15% 360M 2s 27050K .......... .......... .......... .......... .......... 15% 301M 2s 27100K .......... .......... .......... .......... .......... 15% 323M 2s 27150K .......... .......... .......... .......... .......... 15% 44.8M 2s 27200K .......... .......... .......... .......... .......... 15% 375M 2s 27250K .......... .......... .......... .......... .......... 15% 291M 2s 27300K .......... .......... .......... .......... .......... 15% 431M 2s 27350K .......... .......... .......... .......... .......... 15% 359M 2s 27400K .......... .......... .......... .......... .......... 15% 365M 2s 27450K .......... .......... .......... .......... .......... 15% 3.85M 2s 27500K .......... .......... .......... .......... .......... 15% 324M 2s 27550K .......... .......... .......... .......... .......... 15% 388M 2s 27600K .......... .......... .......... .......... .......... 15% 357M 2s 27650K .......... .......... .......... .......... .......... 15% 407M 2s 27700K .......... .......... .......... .......... .......... 15% 18.6M 2s 27750K .......... .......... .......... .......... .......... 15% 375M 2s 27800K .......... .......... .......... .......... .......... 15% 282M 2s 27850K .......... .......... .......... .......... .......... 15% 407M 2s 27900K .......... .......... .......... .......... .......... 15% 382M 2s 27950K .......... .......... .......... .......... .......... 15% 47.4M 2s 28000K .......... .......... .......... .......... .......... 16% 395M 2s 28050K .......... .......... .......... .......... .......... 16% 354M 2s 28100K .......... .......... .......... .......... .......... 16% 384M 2s 28150K .......... .......... .......... .......... .......... 16% 288M 2s 28200K .......... .......... .......... .......... .......... 16% 27.0M 2s 28250K .......... .......... .......... .......... .......... 16% 319M 2s 28300K .......... .......... .......... .......... .......... 16% 325M 2s 28350K .......... .......... .......... .......... .......... 16% 382M 2s 28400K .......... .......... .......... .......... .......... 16% 352M 2s 28450K .......... .......... .......... .......... .......... 16% 57.8M 2s 28500K .......... .......... .......... .......... .......... 16% 272M 2s 28550K .......... .......... .......... .......... .......... 16% 349M 2s 28600K .......... .......... .......... .......... .......... 16% 432M 2s 28650K .......... .......... .......... .......... .......... 16% 67.3M 2s 28700K .......... .......... .......... .......... .......... 16% 36.2M 2s 28750K .......... .......... .......... .......... .......... 16% 268M 2s 28800K .......... .......... .......... .......... .......... 16% 327M 2s 28850K .......... .......... .......... .......... .......... 16% 356M 2s 28900K .......... .......... .......... .......... .......... 16% 298M 2s 28950K .......... .......... .......... .......... .......... 16% 6.30M 2s 29000K .......... .......... .......... .......... .......... 16% 298M 2s 29050K .......... .......... .......... .......... .......... 16% 303M 2s 29100K .......... .......... .......... .......... .......... 16% 316M 2s 29150K .......... .......... .......... .......... .......... 16% 371M 2s 29200K .......... .......... .......... .......... .......... 16% 4.42M 2s 29250K .......... .......... .......... .......... .......... 16% 273M 2s 29300K .......... .......... .......... .......... .......... 16% 361M 2s 29350K .......... .......... .......... .......... .......... 16% 433M 2s 29400K .......... .......... .......... .......... .......... 16% 370M 2s 29450K .......... .......... .......... .......... .......... 16% 11.2M 2s 29500K .......... .......... .......... .......... .......... 16% 267M 2s 29550K .......... .......... .......... .......... .......... 16% 325M 2s 29600K .......... .......... .......... .......... .......... 16% 292M 2s 29650K .......... .......... .......... .......... .......... 16% 349M 2s 29700K .......... .......... .......... .......... .......... 16% 385M 2s 29750K .......... .......... .......... .......... .......... 17% 44.2M 2s 29800K .......... .......... .......... .......... .......... 17% 320M 2s 29850K .......... .......... .......... .......... .......... 17% 359M 2s 29900K .......... .......... .......... .......... .......... 17% 389M 2s 29950K .......... .......... .......... .......... .......... 17% 339M 2s 30000K .......... .......... .......... .......... .......... 17% 21.7M 2s 30050K .......... .......... .......... .......... .......... 17% 294M 2s 30100K .......... .......... .......... .......... .......... 17% 390M 2s 30150K .......... .......... .......... .......... .......... 17% 355M 2s 30200K .......... .......... .......... .......... .......... 17% 423M 2s 30250K .......... .......... .......... .......... .......... 17% 19.8M 2s 30300K .......... .......... .......... .......... .......... 17% 86.3M 2s 30350K .......... .......... .......... .......... .......... 17% 373M 2s 30400K .......... .......... .......... .......... .......... 17% 440M 2s 30450K .......... .......... .......... .......... .......... 17% 397M 2s 30500K .......... .......... .......... .......... .......... 17% 23.7M 2s 30550K .......... .......... .......... .......... .......... 17% 372M 2s 30600K .......... .......... .......... .......... .......... 17% 413M 2s 30650K .......... .......... .......... .......... .......... 17% 383M 2s 30700K .......... .......... .......... .......... .......... 17% 50.9M 2s 30750K .......... .......... .......... .......... .......... 17% 29.5M 2s 30800K .......... .......... .......... .......... .......... 17% 342M 2s 30850K .......... .......... .......... .......... .......... 17% 412M 2s 30900K .......... .......... .......... .......... .......... 17% 322M 2s 30950K .......... .......... .......... .......... .......... 17% 428M 2s 31000K .......... .......... .......... .......... .......... 17% 15.7M 2s 31050K .......... .......... .......... .......... .......... 17% 328M 2s 31100K .......... .......... .......... .......... .......... 17% 345M 2s 31150K .......... .......... .......... .......... .......... 17% 335M 2s 31200K .......... .......... .......... .......... .......... 17% 384M 2s 31250K .......... .......... .......... .......... .......... 17% 7.08M 2s 31300K .......... .......... .......... .......... .......... 17% 325M 2s 31350K .......... .......... .......... .......... .......... 17% 309M 2s 31400K .......... .......... .......... .......... .......... 17% 379M 2s 31450K .......... .......... .......... .......... .......... 17% 339M 2s 31500K .......... .......... .......... .......... .......... 18% 6.02M 2s 31550K .......... .......... .......... .......... .......... 18% 288M 2s 31600K .......... .......... .......... .......... .......... 18% 266M 2s 31650K .......... .......... .......... .......... .......... 18% 404M 2s 31700K .......... .......... .......... .......... .......... 18% 375M 2s 31750K .......... .......... .......... .......... .......... 18% 460M 2s 31800K .......... .......... .......... .......... .......... 18% 9.48M 2s 31850K .......... .......... .......... .......... .......... 18% 335M 2s 31900K .......... .......... .......... .......... .......... 18% 388M 2s 31950K .......... .......... .......... .......... .......... 18% 336M 2s 32000K .......... .......... .......... .......... .......... 18% 425M 2s 32050K .......... .......... .......... .......... .......... 18% 19.2M 2s 32100K .......... .......... .......... .......... .......... 18% 404M 2s 32150K .......... .......... .......... .......... .......... 18% 315M 2s 32200K .......... .......... .......... .......... .......... 18% 399M 2s 32250K .......... .......... .......... .......... .......... 18% 411M 2s 32300K .......... .......... .......... .......... .......... 18% 73.1M 2s 32350K .......... .......... .......... .......... .......... 18% 355M 2s 32400K .......... .......... .......... .......... .......... 18% 368M 2s 32450K .......... .......... .......... .......... .......... 18% 396M 2s 32500K .......... .......... .......... .......... .......... 18% 351M 2s 32550K .......... .......... .......... .......... .......... 18% 59.2M 2s 32600K .......... .......... .......... .......... .......... 18% 219M 2s 32650K .......... .......... .......... .......... .......... 18% 379M 2s 32700K .......... .......... .......... .......... .......... 18% 405M 2s 32750K .......... .......... .......... .......... .......... 18% 63.1M 2s 32800K .......... .......... .......... .......... .......... 18% 91.4M 2s 32850K .......... .......... .......... .......... .......... 18% 341M 2s 32900K .......... .......... .......... .......... .......... 18% 376M 2s 32950K .......... .......... .......... .......... .......... 18% 298M 2s 33000K .......... .......... .......... .......... .......... 18% 465M 2s 33050K .......... .......... .......... .......... .......... 18% 25.2M 2s 33100K .......... .......... .......... .......... .......... 18% 285M 2s 33150K .......... .......... .......... .......... .......... 18% 478M 2s 33200K .......... .......... .......... .......... .......... 18% 428M 2s 33250K .......... .......... .......... .......... .......... 19% 322M 2s 33300K .......... .......... .......... .......... .......... 19% 62.5M 2s 33350K .......... .......... .......... .......... .......... 19% 350M 2s 33400K .......... .......... .......... .......... .......... 19% 381M 2s 33450K .......... .......... .......... .......... .......... 19% 339M 2s 33500K .......... .......... .......... .......... .......... 19% 408M 2s 33550K .......... .......... .......... .......... .......... 19% 58.1M 2s 33600K .......... .......... .......... .......... .......... 19% 327M 2s 33650K .......... .......... .......... .......... .......... 19% 370M 2s 33700K .......... .......... .......... .......... .......... 19% 323M 2s 33750K .......... .......... .......... .......... .......... 19% 391M 2s 33800K .......... .......... .......... .......... .......... 19% 45.0M 2s 33850K .......... .......... .......... .......... .......... 19% 393M 2s 33900K .......... .......... .......... .......... .......... 19% 369M 2s 33950K .......... .......... .......... .......... .......... 19% 349M 2s 34000K .......... .......... .......... .......... .......... 19% 400M 2s 34050K .......... .......... .......... .......... .......... 19% 425M 2s 34100K .......... .......... .......... .......... .......... 19% 18.2M 2s 34150K .......... .......... .......... .......... .......... 19% 344M 2s 34200K .......... .......... .......... .......... .......... 19% 425M 2s 34250K .......... .......... .......... .......... .......... 19% 453M 2s 34300K .......... .......... .......... .......... .......... 19% 411M 2s 34350K .......... .......... .......... .......... .......... 19% 51.7M 2s 34400K .......... .......... .......... .......... .......... 19% 231M 2s 34450K .......... .......... .......... .......... .......... 19% 219M 2s 34500K .......... .......... .......... .......... .......... 19% 278M 2s 34550K .......... .......... .......... .......... .......... 19% 444M 2s 34600K .......... .......... .......... .......... .......... 19% 15.5M 2s 34650K .......... .......... .......... .......... .......... 19% 363M 2s 34700K .......... .......... .......... .......... .......... 19% 396M 2s 34750K .......... .......... .......... .......... .......... 19% 437M 2s 34800K .......... .......... .......... .......... .......... 19% 64.1M 2s 34850K .......... .......... .......... .......... .......... 19% 71.6M 2s 34900K .......... .......... .......... .......... .......... 19% 267M 2s 34950K .......... .......... .......... .......... .......... 19% 346M 2s 35000K .......... .......... .......... .......... .......... 20% 355M 2s 35050K .......... .......... .......... .......... .......... 20% 418M 2s 35100K .......... .......... .......... .......... .......... 20% 40.3M 2s 35150K .......... .......... .......... .......... .......... 20% 365M 2s 35200K .......... .......... .......... .......... .......... 20% 354M 2s 35250K .......... .......... .......... .......... .......... 20% 381M 2s 35300K .......... .......... .......... .......... .......... 20% 327M 2s 35350K .......... .......... .......... .......... .......... 20% 45.2M 2s 35400K .......... .......... .......... .......... .......... 20% 290M 2s 35450K .......... .......... .......... .......... .......... 20% 333M 2s 35500K .......... .......... .......... .......... .......... 20% 366M 2s 35550K .......... .......... .......... .......... .......... 20% 380M 2s 35600K .......... .......... .......... .......... .......... 20% 53.6M 2s 35650K .......... .......... .......... .......... .......... 20% 216M 2s 35700K .......... .......... .......... .......... .......... 20% 351M 2s 35750K .......... .......... .......... .......... .......... 20% 416M 2s 35800K .......... .......... .......... .......... .......... 20% 335M 2s 35850K .......... .......... .......... .......... .......... 20% 48.1M 2s 35900K .......... .......... .......... .......... .......... 20% 242M 2s 35950K .......... .......... .......... .......... .......... 20% 365M 2s 36000K .......... .......... .......... .......... .......... 20% 338M 2s 36050K .......... .......... .......... .......... .......... 20% 369M 2s 36100K .......... .......... .......... .......... .......... 20% 411M 2s 36150K .......... .......... .......... .......... .......... 20% 41.0M 2s 36200K .......... .......... .......... .......... .......... 20% 374M 2s 36250K .......... .......... .......... .......... .......... 20% 297M 2s 36300K .......... .......... .......... .......... .......... 20% 395M 2s 36350K .......... .......... .......... .......... .......... 20% 384M 2s 36400K .......... .......... .......... .......... .......... 20% 12.9M 2s 36450K .......... .......... .......... .......... .......... 20% 401M 2s 36500K .......... .......... .......... .......... .......... 20% 291M 2s 36550K .......... .......... .......... .......... .......... 20% 231M 2s 36600K .......... .......... .......... .......... .......... 20% 387M 2s 36650K .......... .......... .......... .......... .......... 20% 15.2M 2s 36700K .......... .......... .......... .......... .......... 20% 353M 2s 36750K .......... .......... .......... .......... .......... 20% 332M 2s 36800K .......... .......... .......... .......... .......... 21% 421M 2s 36850K .......... .......... .......... .......... .......... 21% 40.8M 2s 36900K .......... .......... .......... .......... .......... 21% 37.4M 2s 36950K .......... .......... .......... .......... .......... 21% 174M 2s 37000K .......... .......... .......... .......... .......... 21% 386M 2s 37050K .......... .......... .......... .......... .......... 21% 356M 2s 37100K .......... .......... .......... .......... .......... 21% 377M 2s 37150K .......... .......... .......... .......... .......... 21% 47.4M 2s 37200K .......... .......... .......... .......... .......... 21% 312M 2s 37250K .......... .......... .......... .......... .......... 21% 375M 2s 37300K .......... .......... .......... .......... .......... 21% 238M 2s 37350K .......... .......... .......... .......... .......... 21% 423M 2s 37400K .......... .......... .......... .......... .......... 21% 26.1M 2s 37450K .......... .......... .......... .......... .......... 21% 282M 2s 37500K .......... .......... .......... .......... .......... 21% 369M 2s 37550K .......... .......... .......... .......... .......... 21% 403M 2s 37600K .......... .......... .......... .......... .......... 21% 364M 2s 37650K .......... .......... .......... .......... .......... 21% 46.0M 2s 37700K .......... .......... .......... .......... .......... 21% 370M 2s 37750K .......... .......... .......... .......... .......... 21% 278M 2s 37800K .......... .......... .......... .......... .......... 21% 319M 2s 37850K .......... .......... .......... .......... .......... 21% 357M 2s 37900K .......... .......... .......... .......... .......... 21% 56.1M 2s 37950K .......... .......... .......... .......... .......... 21% 315M 2s 38000K .......... .......... .......... .......... .......... 21% 297M 2s 38050K .......... .......... .......... .......... .......... 21% 398M 2s 38100K .......... .......... .......... .......... .......... 21% 364M 2s 38150K .......... .......... .......... .......... .......... 21% 24.1M 2s 38200K .......... .......... .......... .......... .......... 21% 220M 2s 38250K .......... .......... .......... .......... .......... 21% 295M 2s 38300K .......... .......... .......... .......... .......... 21% 367M 2s 38350K .......... .......... .......... .......... .......... 21% 368M 2s 38400K .......... .......... .......... .......... .......... 21% 372M 2s 38450K .......... .......... .......... .......... .......... 21% 27.7M 2s 38500K .......... .......... .......... .......... .......... 21% 376M 2s 38550K .......... .......... .......... .......... .......... 22% 381M 2s 38600K .......... .......... .......... .......... .......... 22% 417M 2s 38650K .......... .......... .......... .......... .......... 22% 469M 2s 38700K .......... .......... .......... .......... .......... 22% 42.6M 2s 38750K .......... .......... .......... .......... .......... 22% 347M 2s 38800K .......... .......... .......... .......... .......... 22% 424M 2s 38850K .......... .......... .......... .......... .......... 22% 360M 2s 38900K .......... .......... .......... .......... .......... 22% 23.6M 2s 38950K .......... .......... .......... .......... .......... 22% 311M 2s 39000K .......... .......... .......... .......... .......... 22% 359M 2s 39050K .......... .......... .......... .......... .......... 22% 425M 2s 39100K .......... .......... .......... .......... .......... 22% 373M 2s 39150K .......... .......... .......... .......... .......... 22% 322M 2s 39200K .......... .......... .......... .......... .......... 22% 58.7M 2s 39250K .......... .......... .......... .......... .......... 22% 251M 1s 39300K .......... .......... .......... .......... .......... 22% 351M 1s 39350K .......... .......... .......... .......... .......... 22% 392M 1s 39400K .......... .......... .......... .......... .......... 22% 435M 1s 39450K .......... .......... .......... .......... .......... 22% 54.5M 1s 39500K .......... .......... .......... .......... .......... 22% 185M 1s 39550K .......... .......... .......... .......... .......... 22% 440M 1s 39600K .......... .......... .......... .......... .......... 22% 425M 1s 39650K .......... .......... .......... .......... .......... 22% 345M 1s 39700K .......... .......... .......... .......... .......... 22% 68.3M 1s 39750K .......... .......... .......... .......... .......... 22% 142M 1s 39800K .......... .......... .......... .......... .......... 22% 341M 1s 39850K .......... .......... .......... .......... .......... 22% 430M 1s 39900K .......... .......... .......... .......... .......... 22% 409M 1s 39950K .......... .......... .......... .......... .......... 22% 73.2M 1s 40000K .......... .......... .......... .......... .......... 22% 280M 1s 40050K .......... .......... .......... .......... .......... 22% 285M 1s 40100K .......... .......... .......... .......... .......... 22% 364M 1s 40150K .......... .......... .......... .......... .......... 22% 353M 1s 40200K .......... .......... .......... .......... .......... 22% 43.3M 1s 40250K .......... .......... .......... .......... .......... 22% 245M 1s 40300K .......... .......... .......... .......... .......... 23% 129M 1s 40350K .......... .......... .......... .......... .......... 23% 369M 1s 40400K .......... .......... .......... .......... .......... 23% 438M 1s 40450K .......... .......... .......... .......... .......... 23% 420M 1s 40500K .......... .......... .......... .......... .......... 23% 25.2M 1s 40550K .......... .......... .......... .......... .......... 23% 441M 1s 40600K .......... .......... .......... .......... .......... 23% 429M 1s 40650K .......... .......... .......... .......... .......... 23% 332M 1s 40700K .......... .......... .......... .......... .......... 23% 383M 1s 40750K .......... .......... .......... .......... .......... 23% 66.0M 1s 40800K .......... .......... .......... .......... .......... 23% 362M 1s 40850K .......... .......... .......... .......... .......... 23% 343M 1s 40900K .......... .......... .......... .......... .......... 23% 429M 1s 40950K .......... .......... .......... .......... .......... 23% 65.9M 1s 41000K .......... .......... .......... .......... .......... 23% 73.7M 1s 41050K .......... .......... .......... .......... .......... 23% 392M 1s 41100K .......... .......... .......... .......... .......... 23% 303M 1s 41150K .......... .......... .......... .......... .......... 23% 400M 1s 41200K .......... .......... .......... .......... .......... 23% 408M 1s 41250K .......... .......... .......... .......... .......... 23% 30.3M 1s 41300K .......... .......... .......... .......... .......... 23% 283M 1s 41350K .......... .......... .......... .......... .......... 23% 425M 1s 41400K .......... .......... .......... .......... .......... 23% 406M 1s 41450K .......... .......... .......... .......... .......... 23% 456M 1s 41500K .......... .......... .......... .......... .......... 23% 29.2M 1s 41550K .......... .......... .......... .......... .......... 23% 352M 1s 41600K .......... .......... .......... .......... .......... 23% 412M 1s 41650K .......... .......... .......... .......... .......... 23% 326M 1s 41700K .......... .......... .......... .......... .......... 23% 437M 1s 41750K .......... .......... .......... .......... .......... 23% 56.9M 1s 41800K .......... .......... .......... .......... .......... 23% 200M 1s 41850K .......... .......... .......... .......... .......... 23% 392M 1s 41900K .......... .......... .......... .......... .......... 23% 417M 1s 41950K .......... .......... .......... .......... .......... 23% 363M 1s 42000K .......... .......... .......... .......... .......... 23% 66.5M 1s 42050K .......... .......... .......... .......... .......... 24% 232M 1s 42100K .......... .......... .......... .......... .......... 24% 354M 1s 42150K .......... .......... .......... .......... .......... 24% 376M 1s 42200K .......... .......... .......... .......... .......... 24% 404M 1s 42250K .......... .......... .......... .......... .......... 24% 59.4M 1s 42300K .......... .......... .......... .......... .......... 24% 161M 1s 42350K .......... .......... .......... .......... .......... 24% 323M 1s 42400K .......... .......... .......... .......... .......... 24% 452M 1s 42450K .......... .......... .......... .......... .......... 24% 415M 1s 42500K .......... .......... .......... .......... .......... 24% 94.2M 1s 42550K .......... .......... .......... .......... .......... 24% 414M 1s 42600K .......... .......... .......... .......... .......... 24% 288M 1s 42650K .......... .......... .......... .......... .......... 24% 410M 1s 42700K .......... .......... .......... .......... .......... 24% 329M 1s 42750K .......... .......... .......... .......... .......... 24% 402M 1s 42800K .......... .......... .......... .......... .......... 24% 91.3M 1s 42850K .......... .......... .......... .......... .......... 24% 299M 1s 42900K .......... .......... .......... .......... .......... 24% 339M 1s 42950K .......... .......... .......... .......... .......... 24% 377M 1s 43000K .......... .......... .......... .......... .......... 24% 113M 1s 43050K .......... .......... .......... .......... .......... 24% 56.3M 1s 43100K .......... .......... .......... .......... .......... 24% 386M 1s 43150K .......... .......... .......... .......... .......... 24% 301M 1s 43200K .......... .......... .......... .......... .......... 24% 407M 1s 43250K .......... .......... .......... .......... .......... 24% 312M 1s 43300K .......... .......... .......... .......... .......... 24% 43.3M 1s 43350K .......... .......... .......... .......... .......... 24% 370M 1s 43400K .......... .......... .......... .......... .......... 24% 372M 1s 43450K .......... .......... .......... .......... .......... 24% 369M 1s 43500K .......... .......... .......... .......... .......... 24% 373M 1s 43550K .......... .......... .......... .......... .......... 24% 43.1M 1s 43600K .......... .......... .......... .......... .......... 24% 367M 1s 43650K .......... .......... .......... .......... .......... 24% 324M 1s 43700K .......... .......... .......... .......... .......... 24% 379M 1s 43750K .......... .......... .......... .......... .......... 24% 385M 1s 43800K .......... .......... .......... .......... .......... 25% 56.1M 1s 43850K .......... .......... .......... .......... .......... 25% 297M 1s 43900K .......... .......... .......... .......... .......... 25% 398M 1s 43950K .......... .......... .......... .......... .......... 25% 363M 1s 44000K .......... .......... .......... .......... .......... 25% 330M 1s 44050K .......... .......... .......... .......... .......... 25% 45.3M 1s 44100K .......... .......... .......... .......... .......... 25% 361M 1s 44150K .......... .......... .......... .......... .......... 25% 328M 1s 44200K .......... .......... .......... .......... .......... 25% 335M 1s 44250K .......... .......... .......... .......... .......... 25% 396M 1s 44300K .......... .......... .......... .......... .......... 25% 49.4M 1s 44350K .......... .......... .......... .......... .......... 25% 334M 1s 44400K .......... .......... .......... .......... .......... 25% 251M 1s 44450K .......... .......... .......... .......... .......... 25% 392M 1s 44500K .......... .......... .......... .......... .......... 25% 374M 1s 44550K .......... .......... .......... .......... .......... 25% 50.4M 1s 44600K .......... .......... .......... .......... .......... 25% 353M 1s 44650K .......... .......... .......... .......... .......... 25% 357M 1s 44700K .......... .......... .......... .......... .......... 25% 315M 1s 44750K .......... .......... .......... .......... .......... 25% 359M 1s 44800K .......... .......... .......... .......... .......... 25% 377M 1s 44850K .......... .......... .......... .......... .......... 25% 64.1M 1s 44900K .......... .......... .......... .......... .......... 25% 359M 1s 44950K .......... .......... .......... .......... .......... 25% 359M 1s 45000K .......... .......... .......... .......... .......... 25% 416M 1s 45050K .......... .......... .......... .......... .......... 25% 50.9M 1s 45100K .......... .......... .......... .......... .......... 25% 25.7M 1s 45150K .......... .......... .......... .......... .......... 25% 293M 1s 45200K .......... .......... .......... .......... .......... 25% 374M 1s 45250K .......... .......... .......... .......... .......... 25% 338M 1s 45300K .......... .......... .......... .......... .......... 25% 327M 1s 45350K .......... .......... .......... .......... .......... 25% 5.46M 1s 45400K .......... .......... .......... .......... .......... 25% 331M 1s 45450K .......... .......... .......... .......... .......... 25% 342M 1s 45500K .......... .......... .......... .......... .......... 25% 382M 1s 45550K .......... .......... .......... .......... .......... 26% 430M 1s 45600K .......... .......... .......... .......... .......... 26% 30.8M 1s 45650K .......... .......... .......... .......... .......... 26% 309M 1s 45700K .......... .......... .......... .......... .......... 26% 402M 1s 45750K .......... .......... .......... .......... .......... 26% 367M 1s 45800K .......... .......... .......... .......... .......... 26% 430M 1s 45850K .......... .......... .......... .......... .......... 26% 39.2M 1s 45900K .......... .......... .......... .......... .......... 26% 365M 1s 45950K .......... .......... .......... .......... .......... 26% 410M 1s 46000K .......... .......... .......... .......... .......... 26% 340M 1s 46050K .......... .......... .......... .......... .......... 26% 434M 1s 46100K .......... .......... .......... .......... .......... 26% 24.4M 1s 46150K .......... .......... .......... .......... .......... 26% 312M 1s 46200K .......... .......... .......... .......... .......... 26% 359M 1s 46250K .......... .......... .......... .......... .......... 26% 427M 1s 46300K .......... .......... .......... .......... .......... 26% 341M 1s 46350K .......... .......... .......... .......... .......... 26% 31.5M 1s 46400K .......... .......... .......... .......... .......... 26% 330M 1s 46450K .......... .......... .......... .......... .......... 26% 380M 1s 46500K .......... .......... .......... .......... .......... 26% 410M 1s 46550K .......... .......... .......... .......... .......... 26% 333M 1s 46600K .......... .......... .......... .......... .......... 26% 73.2M 1s 46650K .......... .......... .......... .......... .......... 26% 399M 1s 46700K .......... .......... .......... .......... .......... 26% 299M 1s 46750K .......... .......... .......... .......... .......... 26% 436M 1s 46800K .......... .......... .......... .......... .......... 26% 363M 1s 46850K .......... .......... .......... .......... .......... 26% 420M 1s 46900K .......... .......... .......... .......... .......... 26% 65.9M 1s 46950K .......... .......... .......... .......... .......... 26% 398M 1s 47000K .......... .......... .......... .......... .......... 26% 385M 1s 47050K .......... .......... .......... .......... .......... 26% 390M 1s 47100K .......... .......... .......... .......... .......... 26% 38.4M 1s 47150K .......... .......... .......... .......... .......... 26% 103M 1s 47200K .......... .......... .......... .......... .......... 26% 336M 1s 47250K .......... .......... .......... .......... .......... 26% 424M 1s 47300K .......... .......... .......... .......... .......... 27% 372M 1s 47350K .......... .......... .......... .......... .......... 27% 430M 1s 47400K .......... .......... .......... .......... .......... 27% 39.3M 1s 47450K .......... .......... .......... .......... .......... 27% 374M 1s 47500K .......... .......... .......... .......... .......... 27% 277M 1s 47550K .......... .......... .......... .......... .......... 27% 386M 1s 47600K .......... .......... .......... .......... .......... 27% 404M 1s 47650K .......... .......... .......... .......... .......... 27% 39.0M 1s 47700K .......... .......... .......... .......... .......... 27% 354M 1s 47750K .......... .......... .......... .......... .......... 27% 335M 1s 47800K .......... .......... .......... .......... .......... 27% 324M 1s 47850K .......... .......... .......... .......... .......... 27% 354M 1s 47900K .......... .......... .......... .......... .......... 27% 38.4M 1s 47950K .......... .......... .......... .......... .......... 27% 222M 1s 48000K .......... .......... .......... .......... .......... 27% 186M 1s 48050K .......... .......... .......... .......... .......... 27% 246M 1s 48100K .......... .......... .......... .......... .......... 27% 310M 1s 48150K .......... .......... .......... .......... .......... 27% 59.6M 1s 48200K .......... .......... .......... .......... .......... 27% 201M 1s 48250K .......... .......... .......... .......... .......... 27% 432M 1s 48300K .......... .......... .......... .......... .......... 27% 408M 1s 48350K .......... .......... .......... .......... .......... 27% 336M 1s 48400K .......... .......... .......... .......... .......... 27% 55.9M 1s 48450K .......... .......... .......... .......... .......... 27% 333M 1s 48500K .......... .......... .......... .......... .......... 27% 383M 1s 48550K .......... .......... .......... .......... .......... 27% 316M 1s 48600K .......... .......... .......... .......... .......... 27% 403M 1s 48650K .......... .......... .......... .......... .......... 27% 24.0M 1s 48700K .......... .......... .......... .......... .......... 27% 152M 1s 48750K .......... .......... .......... .......... .......... 27% 414M 1s 48800K .......... .......... .......... .......... .......... 27% 330M 1s 48850K .......... .......... .......... .......... .......... 27% 432M 1s 48900K .......... .......... .......... .......... .......... 27% 22.9M 1s 48950K .......... .......... .......... .......... .......... 27% 367M 1s 49000K .......... .......... .......... .......... .......... 27% 415M 1s 49050K .......... .......... .......... .......... .......... 28% 334M 1s 49100K .......... .......... .......... .......... .......... 28% 434M 1s 49150K .......... .......... .......... .......... .......... 28% 62.8M 1s 49200K .......... .......... .......... .......... .......... 28% 55.4M 1s 49250K .......... .......... .......... .......... .......... 28% 351M 1s 49300K .......... .......... .......... .......... .......... 28% 349M 1s 49350K .......... .......... .......... .......... .......... 28% 435M 1s 49400K .......... .......... .......... .......... .......... 28% 381M 1s 49450K .......... .......... .......... .......... .......... 28% 23.8M 1s 49500K .......... .......... .......... .......... .......... 28% 264M 1s 49550K .......... .......... .......... .......... .......... 28% 341M 1s 49600K .......... .......... .......... .......... .......... 28% 415M 1s 49650K .......... .......... .......... .......... .......... 28% 358M 1s 49700K .......... .......... .......... .......... .......... 28% 35.0M 1s 49750K .......... .......... .......... .......... .......... 28% 368M 1s 49800K .......... .......... .......... .......... .......... 28% 424M 1s 49850K .......... .......... .......... .......... .......... 28% 361M 1s 49900K .......... .......... .......... .......... .......... 28% 423M 1s 49950K .......... .......... .......... .......... .......... 28% 5.69M 1s 50000K .......... .......... .......... .......... .......... 28% 328M 1s 50050K .......... .......... .......... .......... .......... 28% 349M 1s 50100K .......... .......... .......... .......... .......... 28% 385M 1s 50150K .......... .......... .......... .......... .......... 28% 453M 1s 50200K .......... .......... .......... .......... .......... 28% 29.6M 1s 50250K .......... .......... .......... .......... .......... 28% 291M 1s 50300K .......... .......... .......... .......... .......... 28% 439M 1s 50350K .......... .......... .......... .......... .......... 28% 316M 1s 50400K .......... .......... .......... .......... .......... 28% 442M 1s 50450K .......... .......... .......... .......... .......... 28% 18.7M 1s 50500K .......... .......... .......... .......... .......... 28% 200M 1s 50550K .......... .......... .......... .......... .......... 28% 369M 1s 50600K .......... .......... .......... .......... .......... 28% 405M 1s 50650K .......... .......... .......... .......... .......... 28% 309M 1s 50700K .......... .......... .......... .......... .......... 28% 1.18M 1s 50750K .......... .......... .......... .......... .......... 28% 299M 1s 50800K .......... .......... .......... .......... .......... 29% 359M 1s 50850K .......... .......... .......... .......... .......... 29% 384M 1s 50900K .......... .......... .......... .......... .......... 29% 336M 1s 50950K .......... .......... .......... .......... .......... 29% 13.0M 1s 51000K .......... .......... .......... .......... .......... 29% 282M 1s 51050K .......... .......... .......... .......... .......... 29% 267M 1s 51100K .......... .......... .......... .......... .......... 29% 372M 1s 51150K .......... .......... .......... .......... .......... 29% 424M 1s 51200K .......... .......... .......... .......... .......... 29% 15.1M 1s 51250K .......... .......... .......... .......... .......... 29% 318M 1s 51300K .......... .......... .......... .......... .......... 29% 289M 1s 51350K .......... .......... .......... .......... .......... 29% 311M 1s 51400K .......... .......... .......... .......... .......... 29% 361M 1s 51450K .......... .......... .......... .......... .......... 29% 374M 1s 51500K .......... .......... .......... .......... .......... 29% 23.8M 1s 51550K .......... .......... .......... .......... .......... 29% 392M 1s 51600K .......... .......... .......... .......... .......... 29% 395M 1s 51650K .......... .......... .......... .......... .......... 29% 412M 1s 51700K .......... .......... .......... .......... .......... 29% 256M 1s 51750K .......... .......... .......... .......... .......... 29% 28.6M 1s 51800K .......... .......... .......... .......... .......... 29% 360M 1s 51850K .......... .......... .......... .......... .......... 29% 257M 1s 51900K .......... .......... .......... .......... .......... 29% 428M 1s 51950K .......... .......... .......... .......... .......... 29% 426M 1s 52000K .......... .......... .......... .......... .......... 29% 46.1M 1s 52050K .......... .......... .......... .......... .......... 29% 365M 1s 52100K .......... .......... .......... .......... .......... 29% 416M 1s 52150K .......... .......... .......... .......... .......... 29% 411M 1s 52200K .......... .......... .......... .......... .......... 29% 347M 1s 52250K .......... .......... .......... .......... .......... 29% 48.3M 1s 52300K .......... .......... .......... .......... .......... 29% 192M 1s 52350K .......... .......... .......... .......... .......... 29% 417M 1s 52400K .......... .......... .......... .......... .......... 29% 347M 1s 52450K .......... .......... .......... .......... .......... 29% 456M 1s 52500K .......... .......... .......... .......... .......... 29% 59.5M 1s 52550K .......... .......... .......... .......... .......... 30% 334M 1s 52600K .......... .......... .......... .......... .......... 30% 419M 1s 52650K .......... .......... .......... .......... .......... 30% 394M 1s 52700K .......... .......... .......... .......... .......... 30% 425M 1s 52750K .......... .......... .......... .......... .......... 30% 46.4M 1s 52800K .......... .......... .......... .......... .......... 30% 334M 1s 52850K .......... .......... .......... .......... .......... 30% 315M 1s 52900K .......... .......... .......... .......... .......... 30% 343M 1s 52950K .......... .......... .......... .......... .......... 30% 398M 1s 53000K .......... .......... .......... .......... .......... 30% 19.2M 1s 53050K .......... .......... .......... .......... .......... 30% 274M 1s 53100K .......... .......... .......... .......... .......... 30% 399M 1s 53150K .......... .......... .......... .......... .......... 30% 451M 1s 53200K .......... .......... .......... .......... .......... 30% 73.0M 1s 53250K .......... .......... .......... .......... .......... 30% 188M 1s 53300K .......... .......... .......... .......... .......... 30% 110M 1s 53350K .......... .......... .......... .......... .......... 30% 261M 1s 53400K .......... .......... .......... .......... .......... 30% 324M 1s 53450K .......... .......... .......... .......... .......... 30% 372M 1s 53500K .......... .......... .......... .......... .......... 30% 384M 1s 53550K .......... .......... .......... .......... .......... 30% 50.5M 1s 53600K .......... .......... .......... .......... .......... 30% 331M 1s 53650K .......... .......... .......... .......... .......... 30% 396M 1s 53700K .......... .......... .......... .......... .......... 30% 346M 1s 53750K .......... .......... .......... .......... .......... 30% 416M 1s 53800K .......... .......... .......... .......... .......... 30% 44.8M 1s 53850K .......... .......... .......... .......... .......... 30% 319M 1s 53900K .......... .......... .......... .......... .......... 30% 400M 1s 53950K .......... .......... .......... .......... .......... 30% 431M 1s 54000K .......... .......... .......... .......... .......... 30% 354M 1s 54050K .......... .......... .......... .......... .......... 30% 26.7M 1s 54100K .......... .......... .......... .......... .......... 30% 364M 1s 54150K .......... .......... .......... .......... .......... 30% 388M 1s 54200K .......... .......... .......... .......... .......... 30% 373M 1s 54250K .......... .......... .......... .......... .......... 30% 431M 1s 54300K .......... .......... .......... .......... .......... 31% 43.9M 1s 54350K .......... .......... .......... .......... .......... 31% 251M 1s 54400K .......... .......... .......... .......... .......... 31% 363M 1s 54450K .......... .......... .......... .......... .......... 31% 425M 1s 54500K .......... .......... .......... .......... .......... 31% 452M 1s 54550K .......... .......... .......... .......... .......... 31% 53.7M 1s 54600K .......... .......... .......... .......... .......... 31% 326M 1s 54650K .......... .......... .......... .......... .......... 31% 384M 1s 54700K .......... .......... .......... .......... .......... 31% 426M 1s 54750K .......... .......... .......... .......... .......... 31% 381M 1s 54800K .......... .......... .......... .......... .......... 31% 93.3M 1s 54850K .......... .......... .......... .......... .......... 31% 341M 1s 54900K .......... .......... .......... .......... .......... 31% 236M 1s 54950K .......... .......... .......... .......... .......... 31% 407M 1s 55000K .......... .......... .......... .......... .......... 31% 355M 1s 55050K .......... .......... .......... .......... .......... 31% 83.1M 1s 55100K .......... .......... .......... .......... .......... 31% 234M 1s 55150K .......... .......... .......... .......... .......... 31% 351M 1s 55200K .......... .......... .......... .......... .......... 31% 425M 1s 55250K .......... .......... .......... .......... .......... 31% 82.5M 1s 55300K .......... .......... .......... .......... .......... 31% 218M 1s 55350K .......... .......... .......... .......... .......... 31% 71.2M 1s 55400K .......... .......... .......... .......... .......... 31% 425M 1s 55450K .......... .......... .......... .......... .......... 31% 350M 1s 55500K .......... .......... .......... .......... .......... 31% 273M 1s 55550K .......... .......... .......... .......... .......... 31% 378M 1s 55600K .......... .......... .......... .......... .......... 31% 57.7M 1s 55650K .......... .......... .......... .......... .......... 31% 379M 1s 55700K .......... .......... .......... .......... .......... 31% 269M 1s 55750K .......... .......... .......... .......... .......... 31% 399M 1s 55800K .......... .......... .......... .......... .......... 31% 403M 1s 55850K .......... .......... .......... .......... .......... 31% 46.2M 1s 55900K .......... .......... .......... .......... .......... 31% 337M 1s 55950K .......... .......... .......... .......... .......... 31% 373M 1s 56000K .......... .......... .......... .......... .......... 31% 404M 1s 56050K .......... .......... .......... .......... .......... 32% 342M 1s 56100K .......... .......... .......... .......... .......... 32% 57.7M 1s 56150K .......... .......... .......... .......... .......... 32% 269M 1s 56200K .......... .......... .......... .......... .......... 32% 345M 1s 56250K .......... .......... .......... .......... .......... 32% 434M 1s 56300K .......... .......... .......... .......... .......... 32% 413M 1s 56350K .......... .......... .......... .......... .......... 32% 33.8M 1s 56400K .......... .......... .......... .......... .......... 32% 334M 1s 56450K .......... .......... .......... .......... .......... 32% 380M 1s 56500K .......... .......... .......... .......... .......... 32% 406M 1s 56550K .......... .......... .......... .......... .......... 32% 397M 1s 56600K .......... .......... .......... .......... .......... 32% 23.1M 1s 56650K .......... .......... .......... .......... .......... 32% 348M 1s 56700K .......... .......... .......... .......... .......... 32% 431M 1s 56750K .......... .......... .......... .......... .......... 32% 284M 1s 56800K .......... .......... .......... .......... .......... 32% 292M 1s 56850K .......... .......... .......... .......... .......... 32% 16.3M 1s 56900K .......... .......... .......... .......... .......... 32% 167M 1s 56950K .......... .......... .......... .......... .......... 32% 415M 1s 57000K .......... .......... .......... .......... .......... 32% 401M 1s 57050K .......... .......... .......... .......... .......... 32% 403M 1s 57100K .......... .......... .......... .......... .......... 32% 65.7M 1s 57150K .......... .......... .......... .......... .......... 32% 379M 1s 57200K .......... .......... .......... .......... .......... 32% 266M 1s 57250K .......... .......... .......... .......... .......... 32% 353M 1s 57300K .......... .......... .......... .......... .......... 32% 50.4M 1s 57350K .......... .......... .......... .......... .......... 32% 182M 1s 57400K .......... .......... .......... .......... .......... 32% 23.0M 1s 57450K .......... .......... .......... .......... .......... 32% 400M 1s 57500K .......... .......... .......... .......... .......... 32% 381M 1s 57550K .......... .......... .......... .......... .......... 32% 462M 1s 57600K .......... .......... .......... .......... .......... 32% 460M 1s 57650K .......... .......... .......... .......... .......... 32% 23.3M 1s 57700K .......... .......... .......... .......... .......... 32% 340M 1s 57750K .......... .......... .......... .......... .......... 32% 343M 1s 57800K .......... .......... .......... .......... .......... 33% 424M 1s 57850K .......... .......... .......... .......... .......... 33% 361M 1s 57900K .......... .......... .......... .......... .......... 33% 46.8M 1s 57950K .......... .......... .......... .......... .......... 33% 283M 1s 58000K .......... .......... .......... .......... .......... 33% 359M 1s 58050K .......... .......... .......... .......... .......... 33% 290M 1s 58100K .......... .......... .......... .......... .......... 33% 270M 1s 58150K .......... .......... .......... .......... .......... 33% 29.5M 1s 58200K .......... .......... .......... .......... .......... 33% 261M 1s 58250K .......... .......... .......... .......... .......... 33% 387M 1s 58300K .......... .......... .......... .......... .......... 33% 456M 1s 58350K .......... .......... .......... .......... .......... 33% 423M 1s 58400K .......... .......... .......... .......... .......... 33% 53.7M 1s 58450K .......... .......... .......... .......... .......... 33% 195M 1s 58500K .......... .......... .......... .......... .......... 33% 365M 1s 58550K .......... .......... .......... .......... .......... 33% 392M 1s 58600K .......... .......... .......... .......... .......... 33% 331M 1s 58650K .......... .......... .......... .......... .......... 33% 17.6M 1s 58700K .......... .......... .......... .......... .......... 33% 404M 1s 58750K .......... .......... .......... .......... .......... 33% 288M 1s 58800K .......... .......... .......... .......... .......... 33% 387M 1s 58850K .......... .......... .......... .......... .......... 33% 417M 1s 58900K .......... .......... .......... .......... .......... 33% 39.8M 1s 58950K .......... .......... .......... .......... .......... 33% 417M 1s 59000K .......... .......... .......... .......... .......... 33% 450M 1s 59050K .......... .......... .......... .......... .......... 33% 375M 1s 59100K .......... .......... .......... .......... .......... 33% 295M 1s 59150K .......... .......... .......... .......... .......... 33% 60.1M 1s 59200K .......... .......... .......... .......... .......... 33% 362M 1s 59250K .......... .......... .......... .......... .......... 33% 257M 1s 59300K .......... .......... .......... .......... .......... 33% 425M 1s 59350K .......... .......... .......... .......... .......... 33% 72.1M 1s 59400K .......... .......... .......... .......... .......... 33% 351M 1s 59450K .......... .......... .......... .......... .......... 33% 64.2M 1s 59500K .......... .......... .......... .......... .......... 33% 392M 1s 59550K .......... .......... .......... .......... .......... 34% 337M 1s 59600K .......... .......... .......... .......... .......... 34% 436M 1s 59650K .......... .......... .......... .......... .......... 34% 413M 1s 59700K .......... .......... .......... .......... .......... 34% 36.6M 1s 59750K .......... .......... .......... .......... .......... 34% 344M 1s 59800K .......... .......... .......... .......... .......... 34% 351M 1s 59850K .......... .......... .......... .......... .......... 34% 397M 1s 59900K .......... .......... .......... .......... .......... 34% 367M 1s 59950K .......... .......... .......... .......... .......... 34% 53.5M 1s 60000K .......... .......... .......... .......... .......... 34% 312M 1s 60050K .......... .......... .......... .......... .......... 34% 339M 1s 60100K .......... .......... .......... .......... .......... 34% 392M 1s 60150K .......... .......... .......... .......... .......... 34% 387M 1s 60200K .......... .......... .......... .......... .......... 34% 18.5M 1s 60250K .......... .......... .......... .......... .......... 34% 320M 1s 60300K .......... .......... .......... .......... .......... 34% 411M 1s 60350K .......... .......... .......... .......... .......... 34% 445M 1s 60400K .......... .......... .......... .......... .......... 34% 367M 1s 60450K .......... .......... .......... .......... .......... 34% 43.4M 1s 60500K .......... .......... .......... .......... .......... 34% 395M 1s 60550K .......... .......... .......... .......... .......... 34% 342M 1s 60600K .......... .......... .......... .......... .......... 34% 421M 1s 60650K .......... .......... .......... .......... .......... 34% 406M 1s 60700K .......... .......... .......... .......... .......... 34% 50.1M 1s 60750K .......... .......... .......... .......... .......... 34% 220M 1s 60800K .......... .......... .......... .......... .......... 34% 329M 1s 60850K .......... .......... .......... .......... .......... 34% 351M 1s 60900K .......... .......... .......... .......... .......... 34% 425M 1s 60950K .......... .......... .......... .......... .......... 34% 83.5M 1s 61000K .......... .......... .......... .......... .......... 34% 224M 1s 61050K .......... .......... .......... .......... .......... 34% 367M 1s 61100K .......... .......... .......... .......... .......... 34% 354M 1s 61150K .......... .......... .......... .......... .......... 34% 438M 1s 61200K .......... .......... .......... .......... .......... 34% 51.8M 1s 61250K .......... .......... .......... .......... .......... 34% 247M 1s 61300K .......... .......... .......... .......... .......... 35% 423M 1s 61350K .......... .......... .......... .......... .......... 35% 418M 1s 61400K .......... .......... .......... .......... .......... 35% 70.6M 1s 61450K .......... .......... .......... .......... .......... 35% 195M 1s 61500K .......... .......... .......... .......... .......... 35% 72.0M 1s 61550K .......... .......... .......... .......... .......... 35% 346M 1s 61600K .......... .......... .......... .......... .......... 35% 367M 1s 61650K .......... .......... .......... .......... .......... 35% 359M 1s 61700K .......... .......... .......... .......... .......... 35% 389M 1s 61750K .......... .......... .......... .......... .......... 35% 47.4M 1s 61800K .......... .......... .......... .......... .......... 35% 393M 1s 61850K .......... .......... .......... .......... .......... 35% 397M 1s 61900K .......... .......... .......... .......... .......... 35% 305M 1s 61950K .......... .......... .......... .......... .......... 35% 463M 1s 62000K .......... .......... .......... .......... .......... 35% 43.6M 1s 62050K .......... .......... .......... .......... .......... 35% 375M 1s 62100K .......... .......... .......... .......... .......... 35% 430M 1s 62150K .......... .......... .......... .......... .......... 35% 439M 1s 62200K .......... .......... .......... .......... .......... 35% 417M 1s 62250K .......... .......... .......... .......... .......... 35% 61.8M 1s 62300K .......... .......... .......... .......... .......... 35% 340M 1s 62350K .......... .......... .......... .......... .......... 35% 385M 1s 62400K .......... .......... .......... .......... .......... 35% 334M 1s 62450K .......... .......... .......... .......... .......... 35% 410M 1s 62500K .......... .......... .......... .......... .......... 35% 5.53M 1s 62550K .......... .......... .......... .......... .......... 35% 361M 1s 62600K .......... .......... .......... .......... .......... 35% 272M 1s 62650K .......... .......... .......... .......... .......... 35% 410M 1s 62700K .......... .......... .......... .......... .......... 35% 415M 1s 62750K .......... .......... .......... .......... .......... 35% 32.1M 1s 62800K .......... .......... .......... .......... .......... 35% 394M 1s 62850K .......... .......... .......... .......... .......... 35% 382M 1s 62900K .......... .......... .......... .......... .......... 35% 387M 1s 62950K .......... .......... .......... .......... .......... 35% 374M 1s 63000K .......... .......... .......... .......... .......... 35% 57.9M 1s 63050K .......... .......... .......... .......... .......... 36% 359M 1s 63100K .......... .......... .......... .......... .......... 36% 325M 1s 63150K .......... .......... .......... .......... .......... 36% 378M 1s 63200K .......... .......... .......... .......... .......... 36% 437M 1s 63250K .......... .......... .......... .......... .......... 36% 78.2M 1s 63300K .......... .......... .......... .......... .......... 36% 207M 1s 63350K .......... .......... .......... .......... .......... 36% 425M 1s 63400K .......... .......... .......... .......... .......... 36% 413M 1s 63450K .......... .......... .......... .......... .......... 36% 85.2M 1s 63500K .......... .......... .......... .......... .......... 36% 179M 1s 63550K .......... .......... .......... .......... .......... 36% 46.1M 1s 63600K .......... .......... .......... .......... .......... 36% 364M 1s 63650K .......... .......... .......... .......... .......... 36% 400M 1s 63700K .......... .......... .......... .......... .......... 36% 395M 1s 63750K .......... .......... .......... .......... .......... 36% 438M 1s 63800K .......... .......... .......... .......... .......... 36% 56.1M 1s 63850K .......... .......... .......... .......... .......... 36% 407M 1s 63900K .......... .......... .......... .......... .......... 36% 347M 1s 63950K .......... .......... .......... .......... .......... 36% 428M 1s 64000K .......... .......... .......... .......... .......... 36% 472M 1s 64050K .......... .......... .......... .......... .......... 36% 41.5M 1s 64100K .......... .......... .......... .......... .......... 36% 453M 1s 64150K .......... .......... .......... .......... .......... 36% 273M 1s 64200K .......... .......... .......... .......... .......... 36% 380M 1s 64250K .......... .......... .......... .......... .......... 36% 266M 1s 64300K .......... .......... .......... .......... .......... 36% 37.4M 1s 64350K .......... .......... .......... .......... .......... 36% 366M 1s 64400K .......... .......... .......... .......... .......... 36% 326M 1s 64450K .......... .......... .......... .......... .......... 36% 410M 1s 64500K .......... .......... .......... .......... .......... 36% 235M 1s 64550K .......... .......... .......... .......... .......... 36% 22.3M 1s 64600K .......... .......... .......... .......... .......... 36% 281M 1s 64650K .......... .......... .......... .......... .......... 36% 298M 1s 64700K .......... .......... .......... .......... .......... 36% 431M 1s 64750K .......... .......... .......... .......... .......... 36% 350M 1s 64800K .......... .......... .......... .......... .......... 37% 43.9M 1s 64850K .......... .......... .......... .......... .......... 37% 310M 1s 64900K .......... .......... .......... .......... .......... 37% 388M 1s 64950K .......... .......... .......... .......... .......... 37% 268M 1s 65000K .......... .......... .......... .......... .......... 37% 331M 1s 65050K .......... .......... .......... .......... .......... 37% 36.7M 1s 65100K .......... .......... .......... .......... .......... 37% 198M 1s 65150K .......... .......... .......... .......... .......... 37% 401M 1s 65200K .......... .......... .......... .......... .......... 37% 438M 1s 65250K .......... .......... .......... .......... .......... 37% 352M 1s 65300K .......... .......... .......... .......... .......... 37% 59.2M 1s 65350K .......... .......... .......... .......... .......... 37% 380M 1s 65400K .......... .......... .......... .......... .......... 37% 394M 1s 65450K .......... .......... .......... .......... .......... 37% 311M 1s 65500K .......... .......... .......... .......... .......... 37% 62.3M 1s 65550K .......... .......... .......... .......... .......... 37% 57.4M 1s 65600K .......... .......... .......... .......... .......... 37% 253M 1s 65650K .......... .......... .......... .......... .......... 37% 381M 1s 65700K .......... .......... .......... .......... .......... 37% 341M 1s 65750K .......... .......... .......... .......... .......... 37% 428M 1s 65800K .......... .......... .......... .......... .......... 37% 436M 1s 65850K .......... .......... .......... .......... .......... 37% 46.1M 1s 65900K .......... .......... .......... .......... .......... 37% 341M 1s 65950K .......... .......... .......... .......... .......... 37% 347M 1s 66000K .......... .......... .......... .......... .......... 37% 416M 1s 66050K .......... .......... .......... .......... .......... 37% 393M 1s 66100K .......... .......... .......... .......... .......... 37% 26.4M 1s 66150K .......... .......... .......... .......... .......... 37% 210M 1s 66200K .......... .......... .......... .......... .......... 37% 401M 1s 66250K .......... .......... .......... .......... .......... 37% 344M 1s 66300K .......... .......... .......... .......... .......... 37% 439M 1s 66350K .......... .......... .......... .......... .......... 37% 89.6M 1s 66400K .......... .......... .......... .......... .......... 37% 180M 1s 66450K .......... .......... .......... .......... .......... 37% 381M 1s 66500K .......... .......... .......... .......... .......... 37% 420M 1s 66550K .......... .......... .......... .......... .......... 38% 412M 1s 66600K .......... .......... .......... .......... .......... 38% 40.5M 1s 66650K .......... .......... .......... .......... .......... 38% 367M 1s 66700K .......... .......... .......... .......... .......... 38% 396M 1s 66750K .......... .......... .......... .......... .......... 38% 342M 1s 66800K .......... .......... .......... .......... .......... 38% 392M 1s 66850K .......... .......... .......... .......... .......... 38% 51.6M 1s 66900K .......... .......... .......... .......... .......... 38% 333M 1s 66950K .......... .......... .......... .......... .......... 38% 298M 1s 67000K .......... .......... .......... .......... .......... 38% 424M 1s 67050K .......... .......... .......... .......... .......... 38% 304M 1s 67100K .......... .......... .......... .......... .......... 38% 42.3M 1s 67150K .......... .......... .......... .......... .......... 38% 202M 1s 67200K .......... .......... .......... .......... .......... 38% 350M 1s 67250K .......... .......... .......... .......... .......... 38% 396M 1s 67300K .......... .......... .......... .......... .......... 38% 373M 1s 67350K .......... .......... .......... .......... .......... 38% 82.7M 1s 67400K .......... .......... .......... .......... .......... 38% 314M 1s 67450K .......... .......... .......... .......... .......... 38% 276M 1s 67500K .......... .......... .......... .......... .......... 38% 232M 1s 67550K .......... .......... .......... .......... .......... 38% 48.1M 1s 67600K .......... .......... .......... .......... .......... 38% 63.0M 1s 67650K .......... .......... .......... .......... .......... 38% 392M 1s 67700K .......... .......... .......... .......... .......... 38% 339M 1s 67750K .......... .......... .......... .......... .......... 38% 343M 1s 67800K .......... .......... .......... .......... .......... 38% 365M 1s 67850K .......... .......... .......... .......... .......... 38% 422M 1s 67900K .......... .......... .......... .......... .......... 38% 49.3M 1s 67950K .......... .......... .......... .......... .......... 38% 291M 1s 68000K .......... .......... .......... .......... .......... 38% 338M 1s 68050K .......... .......... .......... .......... .......... 38% 297M 1s 68100K .......... .......... .......... .......... .......... 38% 359M 1s 68150K .......... .......... .......... .......... .......... 38% 27.1M 1s 68200K .......... .......... .......... .......... .......... 38% 358M 1s 68250K .......... .......... .......... .......... .......... 38% 307M 1s 68300K .......... .......... .......... .......... .......... 39% 399M 1s 68350K .......... .......... .......... .......... .......... 39% 459M 1s 68400K .......... .......... .......... .......... .......... 39% 44.9M 1s 68450K .......... .......... .......... .......... .......... 39% 404M 1s 68500K .......... .......... .......... .......... .......... 39% 238M 1s 68550K .......... .......... .......... .......... .......... 39% 405M 1s 68600K .......... .......... .......... .......... .......... 39% 334M 1s 68650K .......... .......... .......... .......... .......... 39% 43.1M 1s 68700K .......... .......... .......... .......... .......... 39% 235M 1s 68750K .......... .......... .......... .......... .......... 39% 343M 1s 68800K .......... .......... .......... .......... .......... 39% 406M 1s 68850K .......... .......... .......... .......... .......... 39% 325M 1s 68900K .......... .......... .......... .......... .......... 39% 51.8M 1s 68950K .......... .......... .......... .......... .......... 39% 192M 1s 69000K .......... .......... .......... .......... .......... 39% 338M 1s 69050K .......... .......... .......... .......... .......... 39% 416M 1s 69100K .......... .......... .......... .......... .......... 39% 344M 1s 69150K .......... .......... .......... .......... .......... 39% 59.5M 1s 69200K .......... .......... .......... .......... .......... 39% 348M 1s 69250K .......... .......... .......... .......... .......... 39% 342M 1s 69300K .......... .......... .......... .......... .......... 39% 345M 1s 69350K .......... .......... .......... .......... .......... 39% 388M 1s 69400K .......... .......... .......... .......... .......... 39% 70.6M 1s 69450K .......... .......... .......... .......... .......... 39% 349M 1s 69500K .......... .......... .......... .......... .......... 39% 293M 1s 69550K .......... .......... .......... .......... .......... 39% 299M 1s 69600K .......... .......... .......... .......... .......... 39% 60.0M 1s 69650K .......... .......... .......... .......... .......... 39% 3.03M 1s 69700K .......... .......... .......... .......... .......... 39% 245M 1s 69750K .......... .......... .......... .......... .......... 39% 291M 1s 69800K .......... .......... .......... .......... .......... 39% 395M 1s 69850K .......... .......... .......... .......... .......... 39% 385M 1s 69900K .......... .......... .......... .......... .......... 39% 22.2M 1s 69950K .......... .......... .......... .......... .......... 39% 259M 1s 70000K .......... .......... .......... .......... .......... 39% 331M 1s 70050K .......... .......... .......... .......... .......... 40% 396M 1s 70100K .......... .......... .......... .......... .......... 40% 362M 1s 70150K .......... .......... .......... .......... .......... 40% 435M 1s 70200K .......... .......... .......... .......... .......... 40% 22.1M 1s 70250K .......... .......... .......... .......... .......... 40% 349M 1s 70300K .......... .......... .......... .......... .......... 40% 432M 1s 70350K .......... .......... .......... .......... .......... 40% 351M 1s 70400K .......... .......... .......... .......... .......... 40% 448M 1s 70450K .......... .......... .......... .......... .......... 40% 39.8M 1s 70500K .......... .......... .......... .......... .......... 40% 447M 1s 70550K .......... .......... .......... .......... .......... 40% 421M 1s 70600K .......... .......... .......... .......... .......... 40% 386M 1s 70650K .......... .......... .......... .......... .......... 40% 491M 1s 70700K .......... .......... .......... .......... .......... 40% 10.2M 1s 70750K .......... .......... .......... .......... .......... 40% 369M 1s 70800K .......... .......... .......... .......... .......... 40% 373M 1s 70850K .......... .......... .......... .......... .......... 40% 365M 1s 70900K .......... .......... .......... .......... .......... 40% 409M 1s 70950K .......... .......... .......... .......... .......... 40% 48.0M 1s 71000K .......... .......... .......... .......... .......... 40% 325M 1s 71050K .......... .......... .......... .......... .......... 40% 403M 1s 71100K .......... .......... .......... .......... .......... 40% 431M 1s 71150K .......... .......... .......... .......... .......... 40% 349M 1s 71200K .......... .......... .......... .......... .......... 40% 57.0M 1s 71250K .......... .......... .......... .......... .......... 40% 391M 1s 71300K .......... .......... .......... .......... .......... 40% 327M 1s 71350K .......... .......... .......... .......... .......... 40% 461M 1s 71400K .......... .......... .......... .......... .......... 40% 290M 1s 71450K .......... .......... .......... .......... .......... 40% 75.6M 1s 71500K .......... .......... .......... .......... .......... 40% 303M 1s 71550K .......... .......... .......... .......... .......... 40% 336M 1s 71600K .......... .......... .......... .......... .......... 40% 397M 1s 71650K .......... .......... .......... .......... .......... 40% 84.0M 1s 71700K .......... .......... .......... .......... .......... 40% 51.2M 1s 71750K .......... .......... .......... .......... .......... 40% 323M 1s 71800K .......... .......... .......... .......... .......... 41% 364M 1s 71850K .......... .......... .......... .......... .......... 41% 380M 1s 71900K .......... .......... .......... .......... .......... 41% 338M 1s 71950K .......... .......... .......... .......... .......... 41% 52.1M 1s 72000K .......... .......... .......... .......... .......... 41% 145M 1s 72050K .......... .......... .......... .......... .......... 41% 383M 1s 72100K .......... .......... .......... .......... .......... 41% 350M 1s 72150K .......... .......... .......... .......... .......... 41% 392M 1s 72200K .......... .......... .......... .......... .......... 41% 378M 1s 72250K .......... .......... .......... .......... .......... 41% 54.0M 1s 72300K .......... .......... .......... .......... .......... 41% 376M 1s 72350K .......... .......... .......... .......... .......... 41% 357M 1s 72400K .......... .......... .......... .......... .......... 41% 399M 1s 72450K .......... .......... .......... .......... .......... 41% 378M 1s 72500K .......... .......... .......... .......... .......... 41% 45.2M 1s 72550K .......... .......... .......... .......... .......... 41% 409M 1s 72600K .......... .......... .......... .......... .......... 41% 298M 1s 72650K .......... .......... .......... .......... .......... 41% 416M 1s 72700K .......... .......... .......... .......... .......... 41% 339M 1s 72750K .......... .......... .......... .......... .......... 41% 72.0M 1s 72800K .......... .......... .......... .......... .......... 41% 294M 1s 72850K .......... .......... .......... .......... .......... 41% 252M 1s 72900K .......... .......... .......... .......... .......... 41% 365M 1s 72950K .......... .......... .......... .......... .......... 41% 354M 1s 73000K .......... .......... .......... .......... .......... 41% 31.8M 1s 73050K .......... .......... .......... .......... .......... 41% 350M 1s 73100K .......... .......... .......... .......... .......... 41% 398M 1s 73150K .......... .......... .......... .......... .......... 41% 359M 1s 73200K .......... .......... .......... .......... .......... 41% 373M 1s 73250K .......... .......... .......... .......... .......... 41% 44.2M 1s 73300K .......... .......... .......... .......... .......... 41% 330M 1s 73350K .......... .......... .......... .......... .......... 41% 373M 1s 73400K .......... .......... .......... .......... .......... 41% 413M 1s 73450K .......... .......... .......... .......... .......... 41% 345M 1s 73500K .......... .......... .......... .......... .......... 41% 79.0M 1s 73550K .......... .......... .......... .......... .......... 41% 398M 1s 73600K .......... .......... .......... .......... .......... 42% 348M 1s 73650K .......... .......... .......... .......... .......... 42% 282M 1s 73700K .......... .......... .......... .......... .......... 42% 65.5M 1s 73750K .......... .......... .......... .......... .......... 42% 66.8M 1s 73800K .......... .......... .......... .......... .......... 42% 346M 1s 73850K .......... .......... .......... .......... .......... 42% 350M 1s 73900K .......... .......... .......... .......... .......... 42% 361M 1s 73950K .......... .......... .......... .......... .......... 42% 338M 1s 74000K .......... .......... .......... .......... .......... 42% 51.2M 1s 74050K .......... .......... .......... .......... .......... 42% 200M 1s 74100K .......... .......... .......... .......... .......... 42% 326M 1s 74150K .......... .......... .......... .......... .......... 42% 462M 1s 74200K .......... .......... .......... .......... .......... 42% 428M 1s 74250K .......... .......... .......... .......... .......... 42% 13.4M 1s 74300K .......... .......... .......... .......... .......... 42% 167M 1s 74350K .......... .......... .......... .......... .......... 42% 382M 1s 74400K .......... .......... .......... .......... .......... 42% 401M 1s 74450K .......... .......... .......... .......... .......... 42% 336M 1s 74500K .......... .......... .......... .......... .......... 42% 399M 1s 74550K .......... .......... .......... .......... .......... 42% 52.8M 1s 74600K .......... .......... .......... .......... .......... 42% 364M 1s 74650K .......... .......... .......... .......... .......... 42% 306M 1s 74700K .......... .......... .......... .......... .......... 42% 366M 1s 74750K .......... .......... .......... .......... .......... 42% 439M 1s 74800K .......... .......... .......... .......... .......... 42% 47.8M 1s 74850K .......... .......... .......... .......... .......... 42% 394M 1s 74900K .......... .......... .......... .......... .......... 42% 379M 1s 74950K .......... .......... .......... .......... .......... 42% 266M 1s 75000K .......... .......... .......... .......... .......... 42% 393M 1s 75050K .......... .......... .......... .......... .......... 42% 39.6M 1s 75100K .......... .......... .......... .......... .......... 42% 383M 1s 75150K .......... .......... .......... .......... .......... 42% 359M 1s 75200K .......... .......... .......... .......... .......... 42% 430M 1s 75250K .......... .......... .......... .......... .......... 42% 381M 1s 75300K .......... .......... .......... .......... .......... 42% 52.6M 1s 75350K .......... .......... .......... .......... .......... 43% 200M 1s 75400K .......... .......... .......... .......... .......... 43% 387M 1s 75450K .......... .......... .......... .......... .......... 43% 454M 1s 75500K .......... .......... .......... .......... .......... 43% 343M 1s 75550K .......... .......... .......... .......... .......... 43% 71.0M 1s 75600K .......... .......... .......... .......... .......... 43% 222M 1s 75650K .......... .......... .......... .......... .......... 43% 334M 1s 75700K .......... .......... .......... .......... .......... 43% 422M 1s 75750K .......... .......... .......... .......... .......... 43% 85.6M 1s 75800K .......... .......... .......... .......... .......... 43% 53.8M 1s 75850K .......... .......... .......... .......... .......... 43% 228M 1s 75900K .......... .......... .......... .......... .......... 43% 398M 1s 75950K .......... .......... .......... .......... .......... 43% 352M 1s 76000K .......... .......... .......... .......... .......... 43% 406M 1s 76050K .......... .......... .......... .......... .......... 43% 44.2M 1s 76100K .......... .......... .......... .......... .......... 43% 280M 1s 76150K .......... .......... .......... .......... .......... 43% 349M 1s 76200K .......... .......... .......... .......... .......... 43% 392M 1s 76250K .......... .......... .......... .......... .......... 43% 387M 1s 76300K .......... .......... .......... .......... .......... 43% 34.6M 1s 76350K .......... .......... .......... .......... .......... 43% 380M 1s 76400K .......... .......... .......... .......... .......... 43% 397M 1s 76450K .......... .......... .......... .......... .......... 43% 244M 1s 76500K .......... .......... .......... .......... .......... 43% 405M 1s 76550K .......... .......... .......... .......... .......... 43% 310M 1s 76600K .......... .......... .......... .......... .......... 43% 47.5M 1s 76650K .......... .......... .......... .......... .......... 43% 406M 1s 76700K .......... .......... .......... .......... .......... 43% 413M 1s 76750K .......... .......... .......... .......... .......... 43% 375M 1s 76800K .......... .......... .......... .......... .......... 43% 351M 1s 76850K .......... .......... .......... .......... .......... 43% 52.2M 1s 76900K .......... .......... .......... .......... .......... 43% 370M 1s 76950K .......... .......... .......... .......... .......... 43% 313M 1s 77000K .......... .......... .......... .......... .......... 43% 383M 1s 77050K .......... .......... .......... .......... .......... 43% 427M 1s 77100K .......... .......... .......... .......... .......... 44% 40.8M 1s 77150K .......... .......... .......... .......... .......... 44% 329M 1s 77200K .......... .......... .......... .......... .......... 44% 317M 1s 77250K .......... .......... .......... .......... .......... 44% 408M 1s 77300K .......... .......... .......... .......... .......... 44% 372M 1s 77350K .......... .......... .......... .......... .......... 44% 23.7M 1s 77400K .......... .......... .......... .......... .......... 44% 391M 1s 77450K .......... .......... .......... .......... .......... 44% 449M 1s 77500K .......... .......... .......... .......... .......... 44% 397M 1s 77550K .......... .......... .......... .......... .......... 44% 432M 1s 77600K .......... .......... .......... .......... .......... 44% 18.3M 1s 77650K .......... .......... .......... .......... .......... 44% 281M 1s 77700K .......... .......... .......... .......... .......... 44% 450M 1s 77750K .......... .......... .......... .......... .......... 44% 406M 1s 77800K .......... .......... .......... .......... .......... 44% 45.0M 1s 77850K .......... .......... .......... .......... .......... 44% 52.4M 1s 77900K .......... .......... .......... .......... .......... 44% 321M 1s 77950K .......... .......... .......... .......... .......... 44% 322M 1s 78000K .......... .......... .......... .......... .......... 44% 354M 1s 78050K .......... .......... .......... .......... .......... 44% 377M 1s 78100K .......... .......... .......... .......... .......... 44% 47.8M 1s 78150K .......... .......... .......... .......... .......... 44% 274M 1s 78200K .......... .......... .......... .......... .......... 44% 305M 1s 78250K .......... .......... .......... .......... .......... 44% 300M 1s 78300K .......... .......... .......... .......... .......... 44% 311M 1s 78350K .......... .......... .......... .......... .......... 44% 56.0M 1s 78400K .......... .......... .......... .......... .......... 44% 232M 1s 78450K .......... .......... .......... .......... .......... 44% 235M 1s 78500K .......... .......... .......... .......... .......... 44% 297M 1s 78550K .......... .......... .......... .......... .......... 44% 376M 1s 78600K .......... .......... .......... .......... .......... 44% 414M 1s 78650K .......... .......... .......... .......... .......... 44% 43.9M 1s 78700K .......... .......... .......... .......... .......... 44% 262M 1s 78750K .......... .......... .......... .......... .......... 44% 359M 1s 78800K .......... .......... .......... .......... .......... 44% 335M 1s 78850K .......... .......... .......... .......... .......... 45% 420M 1s 78900K .......... .......... .......... .......... .......... 45% 43.6M 1s 78950K .......... .......... .......... .......... .......... 45% 328M 1s 79000K .......... .......... .......... .......... .......... 45% 285M 1s 79050K .......... .......... .......... .......... .......... 45% 373M 1s 79100K .......... .......... .......... .......... .......... 45% 444M 1s 79150K .......... .......... .......... .......... .......... 45% 46.3M 1s 79200K .......... .......... .......... .......... .......... 45% 256M 1s 79250K .......... .......... .......... .......... .......... 45% 413M 1s 79300K .......... .......... .......... .......... .......... 45% 373M 1s 79350K .......... .......... .......... .......... .......... 45% 324M 1s 79400K .......... .......... .......... .......... .......... 45% 46.8M 1s 79450K .......... .......... .......... .......... .......... 45% 339M 1s 79500K .......... .......... .......... .......... .......... 45% 334M 1s 79550K .......... .......... .......... .......... .......... 45% 394M 1s 79600K .......... .......... .......... .......... .......... 45% 361M 1s 79650K .......... .......... .......... .......... .......... 45% 75.1M 1s 79700K .......... .......... .......... .......... .......... 45% 222M 1s 79750K .......... .......... .......... .......... .......... 45% 410M 1s 79800K .......... .......... .......... .......... .......... 45% 194M 1s 79850K .......... .......... .......... .......... .......... 45% 81.1M 1s 79900K .......... .......... .......... .......... .......... 45% 47.3M 1s 79950K .......... .......... .......... .......... .......... 45% 266M 1s 80000K .......... .......... .......... .......... .......... 45% 423M 1s 80050K .......... .......... .......... .......... .......... 45% 374M 1s 80100K .......... .......... .......... .......... .......... 45% 362M 1s 80150K .......... .......... .......... .......... .......... 45% 44.3M 1s 80200K .......... .......... .......... .......... .......... 45% 395M 1s 80250K .......... .......... .......... .......... .......... 45% 371M 1s 80300K .......... .......... .......... .......... .......... 45% 354M 1s 80350K .......... .......... .......... .......... .......... 45% 369M 1s 80400K .......... .......... .......... .......... .......... 45% 49.9M 1s 80450K .......... .......... .......... .......... .......... 45% 349M 1s 80500K .......... .......... .......... .......... .......... 45% 349M 1s 80550K .......... .......... .......... .......... .......... 45% 288M 1s 80600K .......... .......... .......... .......... .......... 46% 389M 1s 80650K .......... .......... .......... .......... .......... 46% 33.4M 1s 80700K .......... .......... .......... .......... .......... 46% 197M 1s 80750K .......... .......... .......... .......... .......... 46% 407M 1s 80800K .......... .......... .......... .......... .......... 46% 284M 1s 80850K .......... .......... .......... .......... .......... 46% 420M 1s 80900K .......... .......... .......... .......... .......... 46% 431M 1s 80950K .......... .......... .......... .......... .......... 46% 42.0M 1s 81000K .......... .......... .......... .......... .......... 46% 346M 1s 81050K .......... .......... .......... .......... .......... 46% 396M 1s 81100K .......... .......... .......... .......... .......... 46% 403M 1s 81150K .......... .......... .......... .......... .......... 46% 320M 1s 81200K .......... .......... .......... .......... .......... 46% 43.5M 1s 81250K .......... .......... .......... .......... .......... 46% 443M 1s 81300K .......... .......... .......... .......... .......... 46% 356M 1s 81350K .......... .......... .......... .......... .......... 46% 315M 1s 81400K .......... .......... .......... .......... .......... 46% 449M 1s 81450K .......... .......... .......... .......... .......... 46% 50.7M 1s 81500K .......... .......... .......... .......... .......... 46% 196M 1s 81550K .......... .......... .......... .......... .......... 46% 307M 1s 81600K .......... .......... .......... .......... .......... 46% 413M 1s 81650K .......... .......... .......... .......... .......... 46% 397M 1s 81700K .......... .......... .......... .......... .......... 46% 71.5M 1s 81750K .......... .......... .......... .......... .......... 46% 383M 1s 81800K .......... .......... .......... .......... .......... 46% 273M 1s 81850K .......... .......... .......... .......... .......... 46% 360M 1s 81900K .......... .......... .......... .......... .......... 46% 57.7M 1s 81950K .......... .......... .......... .......... .......... 46% 45.0M 1s 82000K .......... .......... .......... .......... .......... 46% 380M 1s 82050K .......... .......... .......... .......... .......... 46% 401M 1s 82100K .......... .......... .......... .......... .......... 46% 364M 1s 82150K .......... .......... .......... .......... .......... 46% 461M 1s 82200K .......... .......... .......... .......... .......... 46% 42.4M 1s 82250K .......... .......... .......... .......... .......... 46% 387M 1s 82300K .......... .......... .......... .......... .......... 46% 293M 1s 82350K .......... .......... .......... .......... .......... 47% 397M 1s 82400K .......... .......... .......... .......... .......... 47% 405M 1s 82450K .......... .......... .......... .......... .......... 47% 48.2M 1s 82500K .......... .......... .......... .......... .......... 47% 164M 1s 82550K .......... .......... .......... .......... .......... 47% 334M 1s 82600K .......... .......... .......... .......... .......... 47% 441M 1s 82650K .......... .......... .......... .......... .......... 47% 347M 1s 82700K .......... .......... .......... .......... .......... 47% 62.3M 1s 82750K .......... .......... .......... .......... .......... 47% 200M 1s 82800K .......... .......... .......... .......... .......... 47% 300M 1s 82850K .......... .......... .......... .......... .......... 47% 457M 1s 82900K .......... .......... .......... .......... .......... 47% 431M 1s 82950K .......... .......... .......... .......... .......... 47% 433M 1s 83000K .......... .......... .......... .......... .......... 47% 51.8M 1s 83050K .......... .......... .......... .......... .......... 47% 344M 1s 83100K .......... .......... .......... .......... .......... 47% 381M 1s 83150K .......... .......... .......... .......... .......... 47% 319M 1s 83200K .......... .......... .......... .......... .......... 47% 431M 1s 83250K .......... .......... .......... .......... .......... 47% 67.8M 1s 83300K .......... .......... .......... .......... .......... 47% 422M 1s 83350K .......... .......... .......... .......... .......... 47% 315M 1s 83400K .......... .......... .......... .......... .......... 47% 408M 1s 83450K .......... .......... .......... .......... .......... 47% 478M 1s 83500K .......... .......... .......... .......... .......... 47% 53.1M 1s 83550K .......... .......... .......... .......... .......... 47% 400M 1s 83600K .......... .......... .......... .......... .......... 47% 371M 1s 83650K .......... .......... .......... .......... .......... 47% 360M 1s 83700K .......... .......... .......... .......... .......... 47% 355M 1s 83750K .......... .......... .......... .......... .......... 47% 48.8M 1s 83800K .......... .......... .......... .......... .......... 47% 308M 1s 83850K .......... .......... .......... .......... .......... 47% 356M 1s 83900K .......... .......... .......... .......... .......... 47% 440M 1s 83950K .......... .......... .......... .......... .......... 47% 72.8M 1s 84000K .......... .......... .......... .......... .......... 47% 60.0M 1s 84050K .......... .......... .......... .......... .......... 47% 157M 1s 84100K .......... .......... .......... .......... .......... 48% 440M 1s 84150K .......... .......... .......... .......... .......... 48% 338M 1s 84200K .......... .......... .......... .......... .......... 48% 464M 1s 84250K .......... .......... .......... .......... .......... 48% 53.6M 1s 84300K .......... .......... .......... .......... .......... 48% 288M 1s 84350K .......... .......... .......... .......... .......... 48% 213M 1s 84400K .......... .......... .......... .......... .......... 48% 362M 1s 84450K .......... .......... .......... .......... .......... 48% 261M 1s 84500K .......... .......... .......... .......... .......... 48% 50.3M 1s 84550K .......... .......... .......... .......... .......... 48% 351M 1s 84600K .......... .......... .......... .......... .......... 48% 256M 1s 84650K .......... .......... .......... .......... .......... 48% 282M 1s 84700K .......... .......... .......... .......... .......... 48% 266M 1s 84750K .......... .......... .......... .......... .......... 48% 45.9M 1s 84800K .......... .......... .......... .......... .......... 48% 171M 1s 84850K .......... .......... .......... .......... .......... 48% 357M 1s 84900K .......... .......... .......... .......... .......... 48% 464M 1s 84950K .......... .......... .......... .......... .......... 48% 440M 1s 85000K .......... .......... .......... .......... .......... 48% 52.5M 1s 85050K .......... .......... .......... .......... .......... 48% 179M 1s 85100K .......... .......... .......... .......... .......... 48% 377M 1s 85150K .......... .......... .......... .......... .......... 48% 382M 1s 85200K .......... .......... .......... .......... .......... 48% 344M 1s 85250K .......... .......... .......... .......... .......... 48% 413M 1s 85300K .......... .......... .......... .......... .......... 48% 58.1M 1s 85350K .......... .......... .......... .......... .......... 48% 363M 1s 85400K .......... .......... .......... .......... .......... 48% 253M 1s 85450K .......... .......... .......... .......... .......... 48% 434M 1s 85500K .......... .......... .......... .......... .......... 48% 383M 1s 85550K .......... .......... .......... .......... .......... 48% 50.2M 1s 85600K .......... .......... .......... .......... .......... 48% 396M 1s 85650K .......... .......... .......... .......... .......... 48% 464M 1s 85700K .......... .......... .......... .......... .......... 48% 340M 1s 85750K .......... .......... .......... .......... .......... 48% 408M 1s 85800K .......... .......... .......... .......... .......... 48% 34.1M 1s 85850K .......... .......... .......... .......... .......... 49% 363M 1s 85900K .......... .......... .......... .......... .......... 49% 411M 1s 85950K .......... .......... .......... .......... .......... 49% 447M 1s 86000K .......... .......... .......... .......... .......... 49% 41.0M 1s 86050K .......... .......... .......... .......... .......... 49% 113M 1s 86100K .......... .......... .......... .......... .......... 49% 282M 1s 86150K .......... .......... .......... .......... .......... 49% 370M 1s 86200K .......... .......... .......... .......... .......... 49% 216M 1s 86250K .......... .......... .......... .......... .......... 49% 358M 1s 86300K .......... .......... .......... .......... .......... 49% 39.6M 1s 86350K .......... .......... .......... .......... .......... 49% 267M 1s 86400K .......... .......... .......... .......... .......... 49% 443M 1s 86450K .......... .......... .......... .......... .......... 49% 378M 1s 86500K .......... .......... .......... .......... .......... 49% 365M 1s 86550K .......... .......... .......... .......... .......... 49% 50.4M 1s 86600K .......... .......... .......... .......... .......... 49% 195M 1s 86650K .......... .......... .......... .......... .......... 49% 330M 1s 86700K .......... .......... .......... .......... .......... 49% 416M 1s 86750K .......... .......... .......... .......... .......... 49% 408M 1s 86800K .......... .......... .......... .......... .......... 49% 24.3M 1s 86850K .......... .......... .......... .......... .......... 49% 302M 1s 86900K .......... .......... .......... .......... .......... 49% 373M 1s 86950K .......... .......... .......... .......... .......... 49% 444M 1s 87000K .......... .......... .......... .......... .......... 49% 275M 1s 87050K .......... .......... .......... .......... .......... 49% 29.4M 1s 87100K .......... .......... .......... .......... .......... 49% 358M 1s 87150K .......... .......... .......... .......... .......... 49% 225M 1s 87200K .......... .......... .......... .......... .......... 49% 338M 1s 87250K .......... .......... .......... .......... .......... 49% 379M 1s 87300K .......... .......... .......... .......... .......... 49% 361M 1s 87350K .......... .......... .......... .......... .......... 49% 11.1M 1s 87400K .......... .......... .......... .......... .......... 49% 313M 1s 87450K .......... .......... .......... .......... .......... 49% 381M 1s 87500K .......... .......... .......... .......... .......... 49% 392M 1s 87550K .......... .......... .......... .......... .......... 49% 347M 1s 87600K .......... .......... .......... .......... .......... 50% 40.4M 1s 87650K .......... .......... .......... .......... .......... 50% 390M 1s 87700K .......... .......... .......... .......... .......... 50% 202M 1s 87750K .......... .......... .......... .......... .......... 50% 406M 1s 87800K .......... .......... .......... .......... .......... 50% 427M 1s 87850K .......... .......... .......... .......... .......... 50% 30.7M 1s 87900K .......... .......... .......... .......... .......... 50% 324M 1s 87950K .......... .......... .......... .......... .......... 50% 377M 1s 88000K .......... .......... .......... .......... .......... 50% 424M 1s 88050K .......... .......... .......... .......... .......... 50% 65.1M 1s 88100K .......... .......... .......... .......... .......... 50% 51.7M 1s 88150K .......... .......... .......... .......... .......... 50% 315M 1s 88200K .......... .......... .......... .......... .......... 50% 388M 1s 88250K .......... .......... .......... .......... .......... 50% 393M 1s 88300K .......... .......... .......... .......... .......... 50% 369M 1s 88350K .......... .......... .......... .......... .......... 50% 43.5M 1s 88400K .......... .......... .......... .......... .......... 50% 164M 1s 88450K .......... .......... .......... .......... .......... 50% 339M 1s 88500K .......... .......... .......... .......... .......... 50% 347M 1s 88550K .......... .......... .......... .......... .......... 50% 422M 1s 88600K .......... .......... .......... .......... .......... 50% 60.0M 1s 88650K .......... .......... .......... .......... .......... 50% 241M 1s 88700K .......... .......... .......... .......... .......... 50% 424M 1s 88750K .......... .......... .......... .......... .......... 50% 405M 1s 88800K .......... .......... .......... .......... .......... 50% 408M 1s 88850K .......... .......... .......... .......... .......... 50% 60.8M 1s 88900K .......... .......... .......... .......... .......... 50% 317M 1s 88950K .......... .......... .......... .......... .......... 50% 366M 1s 89000K .......... .......... .......... .......... .......... 50% 366M 1s 89050K .......... .......... .......... .......... .......... 50% 298M 1s 89100K .......... .......... .......... .......... .......... 50% 49.3M 1s 89150K .......... .......... .......... .......... .......... 50% 399M 1s 89200K .......... .......... .......... .......... .......... 50% 304M 1s 89250K .......... .......... .......... .......... .......... 50% 419M 1s 89300K .......... .......... .......... .......... .......... 50% 412M 1s 89350K .......... .......... .......... .......... .......... 51% 48.2M 1s 89400K .......... .......... .......... .......... .......... 51% 196M 1s 89450K .......... .......... .......... .......... .......... 51% 354M 1s 89500K .......... .......... .......... .......... .......... 51% 389M 1s 89550K .......... .......... .......... .......... .......... 51% 389M 1s 89600K .......... .......... .......... .......... .......... 51% 424M 1s 89650K .......... .......... .......... .......... .......... 51% 70.0M 1s 89700K .......... .......... .......... .......... .......... 51% 325M 1s 89750K .......... .......... .......... .......... .......... 51% 353M 1s 89800K .......... .......... .......... .......... .......... 51% 427M 1s 89850K .......... .......... .......... .......... .......... 51% 438M 1s 89900K .......... .......... .......... .......... .......... 51% 74.3M 1s 89950K .......... .......... .......... .......... .......... 51% 313M 1s 90000K .......... .......... .......... .......... .......... 51% 398M 1s 90050K .......... .......... .......... .......... .......... 51% 387M 1s 90100K .......... .......... .......... .......... .......... 51% 57.6M 1s 90150K .......... .......... .......... .......... .......... 51% 46.5M 1s 90200K .......... .......... .......... .......... .......... 51% 396M 1s 90250K .......... .......... .......... .......... .......... 51% 365M 1s 90300K .......... .......... .......... .......... .......... 51% 365M 1s 90350K .......... .......... .......... .......... .......... 51% 380M 1s 90400K .......... .......... .......... .......... .......... 51% 51.4M 1s 90450K .......... .......... .......... .......... .......... 51% 232M 1s 90500K .......... .......... .......... .......... .......... 51% 355M 1s 90550K .......... .......... .......... .......... .......... 51% 378M 1s 90600K .......... .......... .......... .......... .......... 51% 428M 1s 90650K .......... .......... .......... .......... .......... 51% 64.8M 1s 90700K .......... .......... .......... .......... .......... 51% 173M 1s 90750K .......... .......... .......... .......... .......... 51% 466M 1s 90800K .......... .......... .......... .......... .......... 51% 407M 1s 90850K .......... .......... .......... .......... .......... 51% 329M 1s 90900K .......... .......... .......... .......... .......... 51% 53.3M 1s 90950K .......... .......... .......... .......... .......... 51% 174M 1s 91000K .......... .......... .......... .......... .......... 51% 363M 1s 91050K .......... .......... .......... .......... .......... 51% 413M 1s 91100K .......... .......... .......... .......... .......... 52% 379M 1s 91150K .......... .......... .......... .......... .......... 52% 64.8M 1s 91200K .......... .......... .......... .......... .......... 52% 209M 1s 91250K .......... .......... .......... .......... .......... 52% 357M 1s 91300K .......... .......... .......... .......... .......... 52% 498M 1s 91350K .......... .......... .......... .......... .......... 52% 368M 1s 91400K .......... .......... .......... .......... .......... 52% 1.92M 1s 91450K .......... .......... .......... .......... .......... 52% 337M 1s 91500K .......... .......... .......... .......... .......... 52% 410M 1s 91550K .......... .......... .......... .......... .......... 52% 368M 1s 91600K .......... .......... .......... .......... .......... 52% 436M 1s 91650K .......... .......... .......... .......... .......... 52% 335M 1s 91700K .......... .......... .......... .......... .......... 52% 11.8M 1s 91750K .......... .......... .......... .......... .......... 52% 341M 1s 91800K .......... .......... .......... .......... .......... 52% 341M 1s 91850K .......... .......... .......... .......... .......... 52% 377M 1s 91900K .......... .......... .......... .......... .......... 52% 377M 1s 91950K .......... .......... .......... .......... .......... 52% 12.6M 1s 92000K .......... .......... .......... .......... .......... 52% 346M 1s 92050K .......... .......... .......... .......... .......... 52% 337M 1s 92100K .......... .......... .......... .......... .......... 52% 350M 1s 92150K .......... .......... .......... .......... .......... 52% 57.1M 1s 92200K .......... .......... .......... .......... .......... 52% 85.9M 1s 92250K .......... .......... .......... .......... .......... 52% 369M 1s 92300K .......... .......... .......... .......... .......... 52% 335M 1s 92350K .......... .......... .......... .......... .......... 52% 471M 1s 92400K .......... .......... .......... .......... .......... 52% 428M 1s 92450K .......... .......... .......... .......... .......... 52% 42.8M 1s 92500K .......... .......... .......... .......... .......... 52% 347M 1s 92550K .......... .......... .......... .......... .......... 52% 409M 1s 92600K .......... .......... .......... .......... .......... 52% 358M 1s 92650K .......... .......... .......... .......... .......... 52% 445M 1s 92700K .......... .......... .......... .......... .......... 52% 51.5M 1s 92750K .......... .......... .......... .......... .......... 52% 264M 1s 92800K .......... .......... .......... .......... .......... 52% 426M 1s 92850K .......... .......... .......... .......... .......... 53% 281M 1s 92900K .......... .......... .......... .......... .......... 53% 434M 1s 92950K .......... .......... .......... .......... .......... 53% 62.6M 1s 93000K .......... .......... .......... .......... .......... 53% 305M 1s 93050K .......... .......... .......... .......... .......... 53% 431M 1s 93100K .......... .......... .......... .......... .......... 53% 398M 1s 93150K .......... .......... .......... .......... .......... 53% 427M 1s 93200K .......... .......... .......... .......... .......... 53% 60.2M 1s 93250K .......... .......... .......... .......... .......... 53% 356M 1s 93300K .......... .......... .......... .......... .......... 53% 341M 1s 93350K .......... .......... .......... .......... .......... 53% 331M 1s 93400K .......... .......... .......... .......... .......... 53% 376M 1s 93450K .......... .......... .......... .......... .......... 53% 32.3M 1s 93500K .......... .......... .......... .......... .......... 53% 311M 1s 93550K .......... .......... .......... .......... .......... 53% 274M 1s 93600K .......... .......... .......... .......... .......... 53% 392M 1s 93650K .......... .......... .......... .......... .......... 53% 354M 1s 93700K .......... .......... .......... .......... .......... 53% 42.7M 1s 93750K .......... .......... .......... .......... .......... 53% 138M 1s 93800K .......... .......... .......... .......... .......... 53% 378M 1s 93850K .......... .......... .......... .......... .......... 53% 398M 1s 93900K .......... .......... .......... .......... .......... 53% 391M 1s 93950K .......... .......... .......... .......... .......... 53% 421M 1s 94000K .......... .......... .......... .......... .......... 53% 61.0M 1s 94050K .......... .......... .......... .......... .......... 53% 388M 1s 94100K .......... .......... .......... .......... .......... 53% 401M 1s 94150K .......... .......... .......... .......... .......... 53% 363M 1s 94200K .......... .......... .......... .......... .......... 53% 13.4M 1s 94250K .......... .......... .......... .......... .......... 53% 406M 1s 94300K .......... .......... .......... .......... .......... 53% 422M 1s 94350K .......... .......... .......... .......... .......... 53% 272M 1s 94400K .......... .......... .......... .......... .......... 53% 460M 1s 94450K .......... .......... .......... .......... .......... 53% 421M 1s 94500K .......... .......... .......... .......... .......... 53% 28.4M 1s 94550K .......... .......... .......... .......... .......... 53% 384M 1s 94600K .......... .......... .......... .......... .......... 54% 381M 1s 94650K .......... .......... .......... .......... .......... 54% 366M 1s 94700K .......... .......... .......... .......... .......... 54% 377M 1s 94750K .......... .......... .......... .......... .......... 54% 52.8M 1s 94800K .......... .......... .......... .......... .......... 54% 393M 1s 94850K .......... .......... .......... .......... .......... 54% 331M 1s 94900K .......... .......... .......... .......... .......... 54% 338M 1s 94950K .......... .......... .......... .......... .......... 54% 366M 1s 95000K .......... .......... .......... .......... .......... 54% 33.7M 1s 95050K .......... .......... .......... .......... .......... 54% 279M 1s 95100K .......... .......... .......... .......... .......... 54% 393M 1s 95150K .......... .......... .......... .......... .......... 54% 422M 1s 95200K .......... .......... .......... .......... .......... 54% 338M 1s 95250K .......... .......... .......... .......... .......... 54% 52.5M 1s 95300K .......... .......... .......... .......... .......... 54% 403M 1s 95350K .......... .......... .......... .......... .......... 54% 341M 1s 95400K .......... .......... .......... .......... .......... 54% 402M 1s 95450K .......... .......... .......... .......... .......... 54% 417M 1s 95500K .......... .......... .......... .......... .......... 54% 61.8M 1s 95550K .......... .......... .......... .......... .......... 54% 227M 1s 95600K .......... .......... .......... .......... .......... 54% 375M 1s 95650K .......... .......... .......... .......... .......... 54% 477M 1s 95700K .......... .......... .......... .......... .......... 54% 453M 1s 95750K .......... .......... .......... .......... .......... 54% 58.3M 1s 95800K .......... .......... .......... .......... .......... 54% 249M 1s 95850K .......... .......... .......... .......... .......... 54% 418M 1s 95900K .......... .......... .......... .......... .......... 54% 302M 1s 95950K .......... .......... .......... .......... .......... 54% 435M 1s 96000K .......... .......... .......... .......... .......... 54% 420M 1s 96050K .......... .......... .......... .......... .......... 54% 43.4M 1s 96100K .......... .......... .......... .......... .......... 54% 435M 1s 96150K .......... .......... .......... .......... .......... 54% 453M 1s 96200K .......... .......... .......... .......... .......... 54% 455M 1s 96250K .......... .......... .......... .......... .......... 54% 71.0M 1s 96300K .......... .......... .......... .......... .......... 54% 83.2M 1s 96350K .......... .......... .......... .......... .......... 55% 281M 1s 96400K .......... .......... .......... .......... .......... 55% 346M 1s 96450K .......... .......... .......... .......... .......... 55% 457M 1s 96500K .......... .......... .......... .......... .......... 55% 359M 1s 96550K .......... .......... .......... .......... .......... 55% 59.1M 1s 96600K .......... .......... .......... .......... .......... 55% 375M 1s 96650K .......... .......... .......... .......... .......... 55% 387M 1s 96700K .......... .......... .......... .......... .......... 55% 367M 1s 96750K .......... .......... .......... .......... .......... 55% 388M 1s 96800K .......... .......... .......... .......... .......... 55% 54.1M 1s 96850K .......... .......... .......... .......... .......... 55% 292M 1s 96900K .......... .......... .......... .......... .......... 55% 327M 1s 96950K .......... .......... .......... .......... .......... 55% 357M 1s 97000K .......... .......... .......... .......... .......... 55% 433M 1s 97050K .......... .......... .......... .......... .......... 55% 51.7M 1s 97100K .......... .......... .......... .......... .......... 55% 405M 1s 97150K .......... .......... .......... .......... .......... 55% 379M 1s 97200K .......... .......... .......... .......... .......... 55% 328M 1s 97250K .......... .......... .......... .......... .......... 55% 458M 1s 97300K .......... .......... .......... .......... .......... 55% 7.66M 1s 97350K .......... .......... .......... .......... .......... 55% 303M 1s 97400K .......... .......... .......... .......... .......... 55% 329M 1s 97450K .......... .......... .......... .......... .......... 55% 455M 1s 97500K .......... .......... .......... .......... .......... 55% 431M 1s 97550K .......... .......... .......... .......... .......... 55% 52.7M 1s 97600K .......... .......... .......... .......... .......... 55% 235M 1s 97650K .......... .......... .......... .......... .......... 55% 305M 1s 97700K .......... .......... .......... .......... .......... 55% 457M 1s 97750K .......... .......... .......... .......... .......... 55% 360M 1s 97800K .......... .......... .......... .......... .......... 55% 70.5M 1s 97850K .......... .......... .......... .......... .......... 55% 392M 1s 97900K .......... .......... .......... .......... .......... 55% 299M 1s 97950K .......... .......... .......... .......... .......... 55% 378M 1s 98000K .......... .......... .......... .......... .......... 55% 378M 1s 98050K .......... .......... .......... .......... .......... 55% 403M 1s 98100K .......... .......... .......... .......... .......... 56% 26.8M 1s 98150K .......... .......... .......... .......... .......... 56% 376M 1s 98200K .......... .......... .......... .......... .......... 56% 405M 1s 98250K .......... .......... .......... .......... .......... 56% 357M 1s 98300K .......... .......... .......... .......... .......... 56% 38.7M 1s 98350K .......... .......... .......... .......... .......... 56% 26.4M 1s 98400K .......... .......... .......... .......... .......... 56% 258M 1s 98450K .......... .......... .......... .......... .......... 56% 387M 1s 98500K .......... .......... .......... .......... .......... 56% 369M 1s 98550K .......... .......... .......... .......... .......... 56% 391M 1s 98600K .......... .......... .......... .......... .......... 56% 68.2M 1s 98650K .......... .......... .......... .......... .......... 56% 235M 1s 98700K .......... .......... .......... .......... .......... 56% 315M 1s 98750K .......... .......... .......... .......... .......... 56% 419M 1s 98800K .......... .......... .......... .......... .......... 56% 421M 1s 98850K .......... .......... .......... .......... .......... 56% 44.1M 1s 98900K .......... .......... .......... .......... .......... 56% 247M 1s 98950K .......... .......... .......... .......... .......... 56% 271M 1s 99000K .......... .......... .......... .......... .......... 56% 357M 1s 99050K .......... .......... .......... .......... .......... 56% 294M 1s 99100K .......... .......... .......... .......... .......... 56% 29.2M 1s 99150K .......... .......... .......... .......... .......... 56% 218M 1s 99200K .......... .......... .......... .......... .......... 56% 350M 1s 99250K .......... .......... .......... .......... .......... 56% 383M 1s 99300K .......... .......... .......... .......... .......... 56% 350M 1s 99350K .......... .......... .......... .......... .......... 56% 52.8M 1s 99400K .......... .......... .......... .......... .......... 56% 187M 1s 99450K .......... .......... .......... .......... .......... 56% 410M 1s 99500K .......... .......... .......... .......... .......... 56% 435M 1s 99550K .......... .......... .......... .......... .......... 56% 366M 1s 99600K .......... .......... .......... .......... .......... 56% 58.9M 1s 99650K .......... .......... .......... .......... .......... 56% 315M 1s 99700K .......... .......... .......... .......... .......... 56% 384M 1s 99750K .......... .......... .......... .......... .......... 56% 368M 1s 99800K .......... .......... .......... .......... .......... 56% 412M 1s 99850K .......... .......... .......... .......... .......... 57% 33.1M 1s 99900K .......... .......... .......... .......... .......... 57% 339M 1s 99950K .......... .......... .......... .......... .......... 57% 245M 1s 100000K .......... .......... .......... .......... .......... 57% 349M 1s 100050K .......... .......... .......... .......... .......... 57% 297M 1s 100100K .......... .......... .......... .......... .......... 57% 38.9M 1s 100150K .......... .......... .......... .......... .......... 57% 351M 1s 100200K .......... .......... .......... .......... .......... 57% 359M 1s 100250K .......... .......... .......... .......... .......... 57% 329M 1s 100300K .......... .......... .......... .......... .......... 57% 434M 1s 100350K .......... .......... .......... .......... .......... 57% 63.3M 1s 100400K .......... .......... .......... .......... .......... 57% 52.5M 1s 100450K .......... .......... .......... .......... .......... 57% 336M 1s 100500K .......... .......... .......... .......... .......... 57% 302M 1s 100550K .......... .......... .......... .......... .......... 57% 357M 1s 100600K .......... .......... .......... .......... .......... 57% 384M 1s 100650K .......... .......... .......... .......... .......... 57% 48.0M 1s 100700K .......... .......... .......... .......... .......... 57% 188M 1s 100750K .......... .......... .......... .......... .......... 57% 420M 1s 100800K .......... .......... .......... .......... .......... 57% 437M 1s 100850K .......... .......... .......... .......... .......... 57% 351M 1s 100900K .......... .......... .......... .......... .......... 57% 73.9M 1s 100950K .......... .......... .......... .......... .......... 57% 291M 1s 101000K .......... .......... .......... .......... .......... 57% 408M 1s 101050K .......... .......... .......... .......... .......... 57% 361M 1s 101100K .......... .......... .......... .......... .......... 57% 435M 1s 101150K .......... .......... .......... .......... .......... 57% 50.7M 1s 101200K .......... .......... .......... .......... .......... 57% 275M 1s 101250K .......... .......... .......... .......... .......... 57% 356M 1s 101300K .......... .......... .......... .......... .......... 57% 424M 1s 101350K .......... .......... .......... .......... .......... 57% 452M 1s 101400K .......... .......... .......... .......... .......... 57% 43.3M 1s 101450K .......... .......... .......... .......... .......... 57% 346M 1s 101500K .......... .......... .......... .......... .......... 57% 457M 1s 101550K .......... .......... .......... .......... .......... 57% 347M 1s 101600K .......... .......... .......... .......... .......... 58% 417M 1s 101650K .......... .......... .......... .......... .......... 58% 58.7M 1s 101700K .......... .......... .......... .......... .......... 58% 346M 1s 101750K .......... .......... .......... .......... .......... 58% 343M 1s 101800K .......... .......... .......... .......... .......... 58% 389M 1s 101850K .......... .......... .......... .......... .......... 58% 413M 1s 101900K .......... .......... .......... .......... .......... 58% 52.8M 1s 101950K .......... .......... .......... .......... .......... 58% 176M 1s 102000K .......... .......... .......... .......... .......... 58% 399M 1s 102050K .......... .......... .......... .......... .......... 58% 464M 1s 102100K .......... .......... .......... .......... .......... 58% 338M 1s 102150K .......... .......... .......... .......... .......... 58% 108M 1s 102200K .......... .......... .......... .......... .......... 58% 322M 1s 102250K .......... .......... .......... .......... .......... 58% 314M 1s 102300K .......... .......... .......... .......... .......... 58% 416M 1s 102350K .......... .......... .......... .......... .......... 58% 383M 1s 102400K .......... .......... .......... .......... .......... 58% 57.6M 1s 102450K .......... .......... .......... .......... .......... 58% 74.9M 1s 102500K .......... .......... .......... .......... .......... 58% 266M 1s 102550K .......... .......... .......... .......... .......... 58% 366M 1s 102600K .......... .......... .......... .......... .......... 58% 436M 1s 102650K .......... .......... .......... .......... .......... 58% 374M 1s 102700K .......... .......... .......... .......... .......... 58% 50.8M 1s 102750K .......... .......... .......... .......... .......... 58% 396M 1s 102800K .......... .......... .......... .......... .......... 58% 412M 1s 102850K .......... .......... .......... .......... .......... 58% 452M 1s 102900K .......... .......... .......... .......... .......... 58% 354M 1s 102950K .......... .......... .......... .......... .......... 58% 58.6M 1s 103000K .......... .......... .......... .......... .......... 58% 379M 1s 103050K .......... .......... .......... .......... .......... 58% 326M 1s 103100K .......... .......... .......... .......... .......... 58% 455M 1s 103150K .......... .......... .......... .......... .......... 58% 423M 1s 103200K .......... .......... .......... .......... .......... 58% 60.6M 1s 103250K .......... .......... .......... .......... .......... 58% 331M 1s 103300K .......... .......... .......... .......... .......... 58% 388M 1s 103350K .......... .......... .......... .......... .......... 59% 372M 1s 103400K .......... .......... .......... .......... .......... 59% 378M 1s 103450K .......... .......... .......... .......... .......... 59% 46.5M 1s 103500K .......... .......... .......... .......... .......... 59% 366M 1s 103550K .......... .......... .......... .......... .......... 59% 437M 1s 103600K .......... .......... .......... .......... .......... 59% 357M 1s 103650K .......... .......... .......... .......... .......... 59% 429M 1s 103700K .......... .......... .......... .......... .......... 59% 60.8M 1s 103750K .......... .......... .......... .......... .......... 59% 301M 1s 103800K .......... .......... .......... .......... .......... 59% 433M 1s 103850K .......... .......... .......... .......... .......... 59% 434M 1s 103900K .......... .......... .......... .......... .......... 59% 349M 1s 103950K .......... .......... .......... .......... .......... 59% 54.8M 1s 104000K .......... .......... .......... .......... .......... 59% 330M 1s 104050K .......... .......... .......... .......... .......... 59% 388M 1s 104100K .......... .......... .......... .......... .......... 59% 349M 1s 104150K .......... .......... .......... .......... .......... 59% 363M 1s 104200K .......... .......... .......... .......... .......... 59% 84.1M 1s 104250K .......... .......... .......... .......... .......... 59% 214M 1s 104300K .......... .......... .......... .......... .......... 59% 348M 1s 104350K .......... .......... .......... .......... .......... 59% 445M 1s 104400K .......... .......... .......... .......... .......... 59% 81.5M 1s 104450K .......... .......... .......... .......... .......... 59% 183M 1s 104500K .......... .......... .......... .......... .......... 59% 79.0M 1s 104550K .......... .......... .......... .......... .......... 59% 262M 1s 104600K .......... .......... .......... .......... .......... 59% 378M 1s 104650K .......... .......... .......... .......... .......... 59% 397M 1s 104700K .......... .......... .......... .......... .......... 59% 362M 1s 104750K .......... .......... .......... .......... .......... 59% 49.2M 1s 104800K .......... .......... .......... .......... .......... 59% 400M 1s 104850K .......... .......... .......... .......... .......... 59% 394M 1s 104900K .......... .......... .......... .......... .......... 59% 357M 1s 104950K .......... .......... .......... .......... .......... 59% 397M 1s 105000K .......... .......... .......... .......... .......... 59% 47.8M 1s 105050K .......... .......... .......... .......... .......... 59% 166M 1s 105100K .......... .......... .......... .......... .......... 60% 434M 1s 105150K .......... .......... .......... .......... .......... 60% 455M 1s 105200K .......... .......... .......... .......... .......... 60% 419M 1s 105250K .......... .......... .......... .......... .......... 60% 66.2M 1s 105300K .......... .......... .......... .......... .......... 60% 370M 1s 105350K .......... .......... .......... .......... .......... 60% 383M 1s 105400K .......... .......... .......... .......... .......... 60% 344M 1s 105450K .......... .......... .......... .......... .......... 60% 389M 1s 105500K .......... .......... .......... .......... .......... 60% 46.7M 1s 105550K .......... .......... .......... .......... .......... 60% 353M 1s 105600K .......... .......... .......... .......... .......... 60% 333M 1s 105650K .......... .......... .......... .......... .......... 60% 381M 1s 105700K .......... .......... .......... .......... .......... 60% 426M 1s 105750K .......... .......... .......... .......... .......... 60% 66.2M 1s 105800K .......... .......... .......... .......... .......... 60% 364M 1s 105850K .......... .......... .......... .......... .......... 60% 411M 1s 105900K .......... .......... .......... .......... .......... 60% 365M 1s 105950K .......... .......... .......... .......... .......... 60% 346M 1s 106000K .......... .......... .......... .......... .......... 60% 51.3M 1s 106050K .......... .......... .......... .......... .......... 60% 357M 1s 106100K .......... .......... .......... .......... .......... 60% 319M 1s 106150K .......... .......... .......... .......... .......... 60% 362M 1s 106200K .......... .......... .......... .......... .......... 60% 397M 1s 106250K .......... .......... .......... .......... .......... 60% 60.5M 1s 106300K .......... .......... .......... .......... .......... 60% 245M 1s 106350K .......... .......... .......... .......... .......... 60% 374M 1s 106400K .......... .......... .......... .......... .......... 60% 447M 1s 106450K .......... .......... .......... .......... .......... 60% 71.0M 1s 106500K .......... .......... .......... .......... .......... 60% 182M 1s 106550K .......... .......... .......... .......... .......... 60% 74.9M 1s 106600K .......... .......... .......... .......... .......... 60% 409M 1s 106650K .......... .......... .......... .......... .......... 60% 405M 1s 106700K .......... .......... .......... .......... .......... 60% 323M 1s 106750K .......... .......... .......... .......... .......... 60% 465M 1s 106800K .......... .......... .......... .......... .......... 60% 48.5M 1s 106850K .......... .......... .......... .......... .......... 61% 262M 1s 106900K .......... .......... .......... .......... .......... 61% 352M 1s 106950K .......... .......... .......... .......... .......... 61% 409M 1s 107000K .......... .......... .......... .......... .......... 61% 423M 1s 107050K .......... .......... .......... .......... .......... 61% 59.8M 1s 107100K .......... .......... .......... .......... .......... 61% 360M 1s 107150K .......... .......... .......... .......... .......... 61% 408M 1s 107200K .......... .......... .......... .......... .......... 61% 409M 1s 107250K .......... .......... .......... .......... .......... 61% 351M 1s 107300K .......... .......... .......... .......... .......... 61% 49.3M 1s 107350K .......... .......... .......... .......... .......... 61% 382M 1s 107400K .......... .......... .......... .......... .......... 61% 338M 1s 107450K .......... .......... .......... .......... .......... 61% 411M 1s 107500K .......... .......... .......... .......... .......... 61% 350M 1s 107550K .......... .......... .......... .......... .......... 61% 62.6M 1s 107600K .......... .......... .......... .......... .......... 61% 322M 1s 107650K .......... .......... .......... .......... .......... 61% 348M 1s 107700K .......... .......... .......... .......... .......... 61% 376M 1s 107750K .......... .......... .......... .......... .......... 61% 401M 1s 107800K .......... .......... .......... .......... .......... 61% 54.8M 1s 107850K .......... .......... .......... .......... .......... 61% 381M 1s 107900K .......... .......... .......... .......... .......... 61% 430M 1s 107950K .......... .......... .......... .......... .......... 61% 329M 1s 108000K .......... .......... .......... .......... .......... 61% 462M 1s 108050K .......... .......... .......... .......... .......... 61% 50.1M 1s 108100K .......... .......... .......... .......... .......... 61% 203M 1s 108150K .......... .......... .......... .......... .......... 61% 425M 1s 108200K .......... .......... .......... .......... .......... 61% 389M 1s 108250K .......... .......... .......... .......... .......... 61% 419M 1s 108300K .......... .......... .......... .......... .......... 61% 88.2M 1s 108350K .......... .......... .......... .......... .......... 61% 382M 1s 108400K .......... .......... .......... .......... .......... 61% 377M 1s 108450K .......... .......... .......... .......... .......... 61% 358M 1s 108500K .......... .......... .......... .......... .......... 61% 68.5M 1s 108550K .......... .......... .......... .......... .......... 61% 215M 1s 108600K .......... .......... .......... .......... .......... 61% 53.8M 1s 108650K .......... .......... .......... .......... .......... 62% 263M 1s 108700K .......... .......... .......... .......... .......... 62% 353M 1s 108750K .......... .......... .......... .......... .......... 62% 435M 1s 108800K .......... .......... .......... .......... .......... 62% 467M 1s 108850K .......... .......... .......... .......... .......... 62% 63.8M 1s 108900K .......... .......... .......... .......... .......... 62% 317M 1s 108950K .......... .......... .......... .......... .......... 62% 381M 1s 109000K .......... .......... .......... .......... .......... 62% 421M 1s 109050K .......... .......... .......... .......... .......... 62% 355M 1s 109100K .......... .......... .......... .......... .......... 62% 51.6M 1s 109150K .......... .......... .......... .......... .......... 62% 307M 1s 109200K .......... .......... .......... .......... .......... 62% 324M 1s 109250K .......... .......... .......... .......... .......... 62% 331M 1s 109300K .......... .......... .......... .......... .......... 62% 258M 1s 109350K .......... .......... .......... .......... .......... 62% 39.4M 1s 109400K .......... .......... .......... .......... .......... 62% 238M 1s 109450K .......... .......... .......... .......... .......... 62% 393M 1s 109500K .......... .......... .......... .......... .......... 62% 478M 1s 109550K .......... .......... .......... .......... .......... 62% 442M 1s 109600K .......... .......... .......... .......... .......... 62% 62.4M 1s 109650K .......... .......... .......... .......... .......... 62% 304M 1s 109700K .......... .......... .......... .......... .......... 62% 414M 1s 109750K .......... .......... .......... .......... .......... 62% 369M 1s 109800K .......... .......... .......... .......... .......... 62% 430M 1s 109850K .......... .......... .......... .......... .......... 62% 44.6M 1s 109900K .......... .......... .......... .......... .......... 62% 389M 1s 109950K .......... .......... .......... .......... .......... 62% 311M 1s 110000K .......... .......... .......... .......... .......... 62% 412M 1s 110050K .......... .......... .......... .......... .......... 62% 464M 1s 110100K .......... .......... .......... .......... .......... 62% 39.3M 1s 110150K .......... .......... .......... .......... .......... 62% 293M 1s 110200K .......... .......... .......... .......... .......... 62% 384M 1s 110250K .......... .......... .......... .......... .......... 62% 369M 1s 110300K .......... .......... .......... .......... .......... 62% 355M 1s 110350K .......... .......... .......... .......... .......... 62% 53.2M 1s 110400K .......... .......... .......... .......... .......... 63% 353M 1s 110450K .......... .......... .......... .......... .......... 63% 349M 1s 110500K .......... .......... .......... .......... .......... 63% 426M 1s 110550K .......... .......... .......... .......... .......... 63% 72.8M 1s 110600K .......... .......... .......... .......... .......... 63% 184M 1s 110650K .......... .......... .......... .......... .......... 63% 5.01M 1s 110700K .......... .......... .......... .......... .......... 63% 405M 1s 110750K .......... .......... .......... .......... .......... 63% 357M 1s 110800K .......... .......... .......... .......... .......... 63% 414M 1s 110850K .......... .......... .......... .......... .......... 63% 456M 1s 110900K .......... .......... .......... .......... .......... 63% 49.6M 1s 110950K .......... .......... .......... .......... .......... 63% 386M 1s 111000K .......... .......... .......... .......... .......... 63% 403M 1s 111050K .......... .......... .......... .......... .......... 63% 387M 1s 111100K .......... .......... .......... .......... .......... 63% 381M 1s 111150K .......... .......... .......... .......... .......... 63% 68.1M 1s 111200K .......... .......... .......... .......... .......... 63% 333M 1s 111250K .......... .......... .......... .......... .......... 63% 346M 1s 111300K .......... .......... .......... .......... .......... 63% 357M 1s 111350K .......... .......... .......... .......... .......... 63% 407M 1s 111400K .......... .......... .......... .......... .......... 63% 52.2M 1s 111450K .......... .......... .......... .......... .......... 63% 284M 1s 111500K .......... .......... .......... .......... .......... 63% 432M 1s 111550K .......... .......... .......... .......... .......... 63% 483M 1s 111600K .......... .......... .......... .......... .......... 63% 391M 1s 111650K .......... .......... .......... .......... .......... 63% 22.1M 1s 111700K .......... .......... .......... .......... .......... 63% 334M 1s 111750K .......... .......... .......... .......... .......... 63% 339M 1s 111800K .......... .......... .......... .......... .......... 63% 497M 1s 111850K .......... .......... .......... .......... .......... 63% 451M 1s 111900K .......... .......... .......... .......... .......... 63% 25.0M 1s 111950K .......... .......... .......... .......... .......... 63% 250M 1s 112000K .......... .......... .......... .......... .......... 63% 343M 1s 112050K .......... .......... .......... .......... .......... 63% 345M 1s 112100K .......... .......... .......... .......... .......... 63% 427M 1s 112150K .......... .......... .......... .......... .......... 64% 40.4M 1s 112200K .......... .......... .......... .......... .......... 64% 278M 1s 112250K .......... .......... .......... .......... .......... 64% 411M 1s 112300K .......... .......... .......... .......... .......... 64% 356M 1s 112350K .......... .......... .......... .......... .......... 64% 452M 1s 112400K .......... .......... .......... .......... .......... 64% 79.8M 1s 112450K .......... .......... .......... .......... .......... 64% 251M 1s 112500K .......... .......... .......... .......... .......... 64% 377M 1s 112550K .......... .......... .......... .......... .......... 64% 430M 1s 112600K .......... .......... .......... .......... .......... 64% 39.7M 1s 112650K .......... .......... .......... .......... .......... 64% 395M 1s 112700K .......... .......... .......... .......... .......... 64% 192M 1s 112750K .......... .......... .......... .......... .......... 64% 347M 1s 112800K .......... .......... .......... .......... .......... 64% 418M 1s 112850K .......... .......... .......... .......... .......... 64% 401M 1s 112900K .......... .......... .......... .......... .......... 64% 334M 1s 112950K .......... .......... .......... .......... .......... 64% 52.9M 1s 113000K .......... .......... .......... .......... .......... 64% 357M 1s 113050K .......... .......... .......... .......... .......... 64% 400M 1s 113100K .......... .......... .......... .......... .......... 64% 319M 1s 113150K .......... .......... .......... .......... .......... 64% 462M 1s 113200K .......... .......... .......... .......... .......... 64% 36.7M 1s 113250K .......... .......... .......... .......... .......... 64% 223M 1s 113300K .......... .......... .......... .......... .......... 64% 380M 1s 113350K .......... .......... .......... .......... .......... 64% 420M 1s 113400K .......... .......... .......... .......... .......... 64% 412M 1s 113450K .......... .......... .......... .......... .......... 64% 51.4M 1s 113500K .......... .......... .......... .......... .......... 64% 374M 1s 113550K .......... .......... .......... .......... .......... 64% 403M 1s 113600K .......... .......... .......... .......... .......... 64% 419M 1s 113650K .......... .......... .......... .......... .......... 64% 438M 1s 113700K .......... .......... .......... .......... .......... 64% 44.6M 1s 113750K .......... .......... .......... .......... .......... 64% 318M 1s 113800K .......... .......... .......... .......... .......... 64% 341M 1s 113850K .......... .......... .......... .......... .......... 64% 457M 1s 113900K .......... .......... .......... .......... .......... 65% 422M 1s 113950K .......... .......... .......... .......... .......... 65% 22.5M 1s 114000K .......... .......... .......... .......... .......... 65% 350M 1s 114050K .......... .......... .......... .......... .......... 65% 426M 1s 114100K .......... .......... .......... .......... .......... 65% 415M 1s 114150K .......... .......... .......... .......... .......... 65% 347M 1s 114200K .......... .......... .......... .......... .......... 65% 44.3M 1s 114250K .......... .......... .......... .......... .......... 65% 214M 1s 114300K .......... .......... .......... .......... .......... 65% 372M 1s 114350K .......... .......... .......... .......... .......... 65% 451M 1s 114400K .......... .......... .......... .......... .......... 65% 479M 1s 114450K .......... .......... .......... .......... .......... 65% 56.0M 1s 114500K .......... .......... .......... .......... .......... 65% 270M 1s 114550K .......... .......... .......... .......... .......... 65% 324M 1s 114600K .......... .......... .......... .......... .......... 65% 410M 1s 114650K .......... .......... .......... .......... .......... 65% 91.1M 1s 114700K .......... .......... .......... .......... .......... 65% 394M 1s 114750K .......... .......... .......... .......... .......... 65% 66.6M 1s 114800K .......... .......... .......... .......... .......... 65% 384M 1s 114850K .......... .......... .......... .......... .......... 65% 348M 1s 114900K .......... .......... .......... .......... .......... 65% 352M 1s 114950K .......... .......... .......... .......... .......... 65% 371M 1s 115000K .......... .......... .......... .......... .......... 65% 45.6M 1s 115050K .......... .......... .......... .......... .......... 65% 417M 1s 115100K .......... .......... .......... .......... .......... 65% 354M 1s 115150K .......... .......... .......... .......... .......... 65% 418M 1s 115200K .......... .......... .......... .......... .......... 65% 465M 1s 115250K .......... .......... .......... .......... .......... 65% 73.5M 1s 115300K .......... .......... .......... .......... .......... 65% 349M 1s 115350K .......... .......... .......... .......... .......... 65% 369M 1s 115400K .......... .......... .......... .......... .......... 65% 375M 1s 115450K .......... .......... .......... .......... .......... 65% 372M 1s 115500K .......... .......... .......... .......... .......... 65% 45.5M 1s 115550K .......... .......... .......... .......... .......... 65% 331M 1s 115600K .......... .......... .......... .......... .......... 65% 354M 1s 115650K .......... .......... .......... .......... .......... 66% 373M 1s 115700K .......... .......... .......... .......... .......... 66% 416M 1s 115750K .......... .......... .......... .......... .......... 66% 54.4M 1s 115800K .......... .......... .......... .......... .......... 66% 168M 1s 115850K .......... .......... .......... .......... .......... 66% 445M 1s 115900K .......... .......... .......... .......... .......... 66% 469M 1s 115950K .......... .......... .......... .......... .......... 66% 358M 1s 116000K .......... .......... .......... .......... .......... 66% 79.2M 1s 116050K .......... .......... .......... .......... .......... 66% 380M 1s 116100K .......... .......... .......... .......... .......... 66% 407M 1s 116150K .......... .......... .......... .......... .......... 66% 359M 1s 116200K .......... .......... .......... .......... .......... 66% 396M 1s 116250K .......... .......... .......... .......... .......... 66% 71.2M 1s 116300K .......... .......... .......... .......... .......... 66% 301M 1s 116350K .......... .......... .......... .......... .......... 66% 358M 1s 116400K .......... .......... .......... .......... .......... 66% 381M 1s 116450K .......... .......... .......... .......... .......... 66% 418M 1s 116500K .......... .......... .......... .......... .......... 66% 87.8M 1s 116550K .......... .......... .......... .......... .......... 66% 215M 1s 116600K .......... .......... .......... .......... .......... 66% 420M 1s 116650K .......... .......... .......... .......... .......... 66% 335M 1s 116700K .......... .......... .......... .......... .......... 66% 103M 1s 116750K .......... .......... .......... .......... .......... 66% 28.0M 1s 116800K .......... .......... .......... .......... .......... 66% 308M 1s 116850K .......... .......... .......... .......... .......... 66% 359M 1s 116900K .......... .......... .......... .......... .......... 66% 275M 1s 116950K .......... .......... .......... .......... .......... 66% 362M 1s 117000K .......... .......... .......... .......... .......... 66% 411M 1s 117050K .......... .......... .......... .......... .......... 66% 38.0M 1s 117100K .......... .......... .......... .......... .......... 66% 321M 1s 117150K .......... .......... .......... .......... .......... 66% 389M 1s 117200K .......... .......... .......... .......... .......... 66% 406M 1s 117250K .......... .......... .......... .......... .......... 66% 330M 1s 117300K .......... .......... .......... .......... .......... 66% 57.2M 1s 117350K .......... .......... .......... .......... .......... 66% 406M 1s 117400K .......... .......... .......... .......... .......... 67% 433M 1s 117450K .......... .......... .......... .......... .......... 67% 365M 1s 117500K .......... .......... .......... .......... .......... 67% 461M 1s 117550K .......... .......... .......... .......... .......... 67% 28.7M 1s 117600K .......... .......... .......... .......... .......... 67% 304M 1s 117650K .......... .......... .......... .......... .......... 67% 394M 1s 117700K .......... .......... .......... .......... .......... 67% 436M 1s 117750K .......... .......... .......... .......... .......... 67% 406M 1s 117800K .......... .......... .......... .......... .......... 67% 38.0M 1s 117850K .......... .......... .......... .......... .......... 67% 283M 1s 117900K .......... .......... .......... .......... .......... 67% 426M 1s 117950K .......... .......... .......... .......... .......... 67% 384M 1s 118000K .......... .......... .......... .......... .......... 67% 385M 1s 118050K .......... .......... .......... .......... .......... 67% 79.9M 1s 118100K .......... .......... .......... .......... .......... 67% 340M 1s 118150K .......... .......... .......... .......... .......... 67% 311M 1s 118200K .......... .......... .......... .......... .......... 67% 393M 1s 118250K .......... .......... .......... .......... .......... 67% 409M 1s 118300K .......... .......... .......... .......... .......... 67% 48.2M 1s 118350K .......... .......... .......... .......... .......... 67% 370M 1s 118400K .......... .......... .......... .......... .......... 67% 375M 1s 118450K .......... .......... .......... .......... .......... 67% 344M 1s 118500K .......... .......... .......... .......... .......... 67% 363M 1s 118550K .......... .......... .......... .......... .......... 67% 63.8M 1s 118600K .......... .......... .......... .......... .......... 67% 339M 1s 118650K .......... .......... .......... .......... .......... 67% 327M 1s 118700K .......... .......... .......... .......... .......... 67% 391M 1s 118750K .......... .......... .......... .......... .......... 67% 131M 1s 118800K .......... .......... .......... .......... .......... 67% 25.7M 1s 118850K .......... .......... .......... .......... .......... 67% 362M 1s 118900K .......... .......... .......... .......... .......... 67% 400M 1s 118950K .......... .......... .......... .......... .......... 67% 287M 1s 119000K .......... .......... .......... .......... .......... 67% 398M 1s 119050K .......... .......... .......... .......... .......... 67% 417M 1s 119100K .......... .......... .......... .......... .......... 67% 44.9M 1s 119150K .......... .......... .......... .......... .......... 68% 369M 1s 119200K .......... .......... .......... .......... .......... 68% 360M 1s 119250K .......... .......... .......... .......... .......... 68% 394M 1s 119300K .......... .......... .......... .......... .......... 68% 356M 1s 119350K .......... .......... .......... .......... .......... 68% 42.8M 1s 119400K .......... .......... .......... .......... .......... 68% 438M 1s 119450K .......... .......... .......... .......... .......... 68% 357M 1s 119500K .......... .......... .......... .......... .......... 68% 410M 1s 119550K .......... .......... .......... .......... .......... 68% 447M 1s 119600K .......... .......... .......... .......... .......... 68% 3.46M 1s 119650K .......... .......... .......... .......... .......... 68% 368M 1s 119700K .......... .......... .......... .......... .......... 68% 374M 1s 119750K .......... .......... .......... .......... .......... 68% 375M 1s 119800K .......... .......... .......... .......... .......... 68% 348M 1s 119850K .......... .......... .......... .......... .......... 68% 18.9M 1s 119900K .......... .......... .......... .......... .......... 68% 351M 1s 119950K .......... .......... .......... .......... .......... 68% 293M 1s 120000K .......... .......... .......... .......... .......... 68% 390M 1s 120050K .......... .......... .......... .......... .......... 68% 402M 1s 120100K .......... .......... .......... .......... .......... 68% 23.3M 1s 120150K .......... .......... .......... .......... .......... 68% 295M 1s 120200K .......... .......... .......... .......... .......... 68% 387M 1s 120250K .......... .......... .......... .......... .......... 68% 452M 1s 120300K .......... .......... .......... .......... .......... 68% 322M 1s 120350K .......... .......... .......... .......... .......... 68% 46.5M 1s 120400K .......... .......... .......... .......... .......... 68% 324M 1s 120450K .......... .......... .......... .......... .......... 68% 362M 1s 120500K .......... .......... .......... .......... .......... 68% 357M 1s 120550K .......... .......... .......... .......... .......... 68% 383M 1s 120600K .......... .......... .......... .......... .......... 68% 47.8M 1s 120650K .......... .......... .......... .......... .......... 68% 324M 1s 120700K .......... .......... .......... .......... .......... 68% 410M 1s 120750K .......... .......... .......... .......... .......... 68% 344M 1s 120800K .......... .......... .......... .......... .......... 68% 91.2M 1s 120850K .......... .......... .......... .......... .......... 68% 51.7M 1s 120900K .......... .......... .......... .......... .......... 69% 373M 1s 120950K .......... .......... .......... .......... .......... 69% 269M 1s 121000K .......... .......... .......... .......... .......... 69% 417M 1s 121050K .......... .......... .......... .......... .......... 69% 316M 1s 121100K .......... .......... .......... .......... .......... 69% 44.8M 1s 121150K .......... .......... .......... .......... .......... 69% 422M 1s 121200K .......... .......... .......... .......... .......... 69% 409M 1s 121250K .......... .......... .......... .......... .......... 69% 369M 1s 121300K .......... .......... .......... .......... .......... 69% 349M 1s 121350K .......... .......... .......... .......... .......... 69% 444M 1s 121400K .......... .......... .......... .......... .......... 69% 41.9M 1s 121450K .......... .......... .......... .......... .......... 69% 337M 1s 121500K .......... .......... .......... .......... .......... 69% 380M 1s 121550K .......... .......... .......... .......... .......... 69% 407M 1s 121600K .......... .......... .......... .......... .......... 69% 435M 1s 121650K .......... .......... .......... .......... .......... 69% 27.3M 1s 121700K .......... .......... .......... .......... .......... 69% 374M 1s 121750K .......... .......... .......... .......... .......... 69% 360M 1s 121800K .......... .......... .......... .......... .......... 69% 316M 1s 121850K .......... .......... .......... .......... .......... 69% 442M 1s 121900K .......... .......... .......... .......... .......... 69% 40.5M 1s 121950K .......... .......... .......... .......... .......... 69% 289M 1s 122000K .......... .......... .......... .......... .......... 69% 339M 1s 122050K .......... .......... .......... .......... .......... 69% 402M 1s 122100K .......... .......... .......... .......... .......... 69% 393M 1s 122150K .......... .......... .......... .......... .......... 69% 46.4M 1s 122200K .......... .......... .......... .......... .......... 69% 402M 1s 122250K .......... .......... .......... .......... .......... 69% 430M 0s 122300K .......... .......... .......... .......... .......... 69% 449M 0s 122350K .......... .......... .......... .......... .......... 69% 283M 0s 122400K .......... .......... .......... .......... .......... 69% 9.01M 1s 122450K .......... .......... .......... .......... .......... 69% 352M 0s 122500K .......... .......... .......... .......... .......... 69% 305M 0s 122550K .......... .......... .......... .......... .......... 69% 395M 0s 122600K .......... .......... .......... .......... .......... 69% 369M 0s 122650K .......... .......... .......... .......... .......... 70% 23.4M 0s 122700K .......... .......... .......... .......... .......... 70% 320M 0s 122750K .......... .......... .......... .......... .......... 70% 337M 0s 122800K .......... .......... .......... .......... .......... 70% 359M 0s 122850K .......... .......... .......... .......... .......... 70% 47.5M 0s 122900K .......... .......... .......... .......... .......... 70% 101M 0s 122950K .......... .......... .......... .......... .......... 70% 289M 0s 123000K .......... .......... .......... .......... .......... 70% 379M 0s 123050K .......... .......... .......... .......... .......... 70% 337M 0s 123100K .......... .......... .......... .......... .......... 70% 342M 0s 123150K .......... .......... .......... .......... .......... 70% 50.2M 0s 123200K .......... .......... .......... .......... .......... 70% 340M 0s 123250K .......... .......... .......... .......... .......... 70% 365M 0s 123300K .......... .......... .......... .......... .......... 70% 291M 0s 123350K .......... .......... .......... .......... .......... 70% 407M 0s 123400K .......... .......... .......... .......... .......... 70% 425M 0s 123450K .......... .......... .......... .......... .......... 70% 41.5M 0s 123500K .......... .......... .......... .......... .......... 70% 386M 0s 123550K .......... .......... .......... .......... .......... 70% 370M 0s 123600K .......... .......... .......... .......... .......... 70% 370M 0s 123650K .......... .......... .......... .......... .......... 70% 331M 0s 123700K .......... .......... .......... .......... .......... 70% 41.5M 0s 123750K .......... .......... .......... .......... .......... 70% 417M 0s 123800K .......... .......... .......... .......... .......... 70% 343M 0s 123850K .......... .......... .......... .......... .......... 70% 420M 0s 123900K .......... .......... .......... .......... .......... 70% 444M 0s 123950K .......... .......... .......... .......... .......... 70% 45.5M 0s 124000K .......... .......... .......... .......... .......... 70% 334M 0s 124050K .......... .......... .......... .......... .......... 70% 345M 0s 124100K .......... .......... .......... .......... .......... 70% 412M 0s 124150K .......... .......... .......... .......... .......... 70% 358M 0s 124200K .......... .......... .......... .......... .......... 70% 22.1M 0s 124250K .......... .......... .......... .......... .......... 70% 392M 0s 124300K .......... .......... .......... .......... .......... 70% 365M 0s 124350K .......... .......... .......... .......... .......... 70% 385M 0s 124400K .......... .......... .......... .......... .......... 71% 327M 0s 124450K .......... .......... .......... .......... .......... 71% 65.5M 0s 124500K .......... .......... .......... .......... .......... 71% 148M 0s 124550K .......... .......... .......... .......... .......... 71% 402M 0s 124600K .......... .......... .......... .......... .......... 71% 442M 0s 124650K .......... .......... .......... .......... .......... 71% 410M 0s 124700K .......... .......... .......... .......... .......... 71% 57.4M 0s 124750K .......... .......... .......... .......... .......... 71% 370M 0s 124800K .......... .......... .......... .......... .......... 71% 394M 0s 124850K .......... .......... .......... .......... .......... 71% 353M 0s 124900K .......... .......... .......... .......... .......... 71% 69.1M 0s 124950K .......... .......... .......... .......... .......... 71% 95.3M 0s 125000K .......... .......... .......... .......... .......... 71% 361M 0s 125050K .......... .......... .......... .......... .......... 71% 365M 0s 125100K .......... .......... .......... .......... .......... 71% 361M 0s 125150K .......... .......... .......... .......... .......... 71% 280M 0s 125200K .......... .......... .......... .......... .......... 71% 38.6M 0s 125250K .......... .......... .......... .......... .......... 71% 398M 0s 125300K .......... .......... .......... .......... .......... 71% 239M 0s 125350K .......... .......... .......... .......... .......... 71% 407M 0s 125400K .......... .......... .......... .......... .......... 71% 276M 0s 125450K .......... .......... .......... .......... .......... 71% 42.2M 0s 125500K .......... .......... .......... .......... .......... 71% 403M 0s 125550K .......... .......... .......... .......... .......... 71% 356M 0s 125600K .......... .......... .......... .......... .......... 71% 335M 0s 125650K .......... .......... .......... .......... .......... 71% 350M 0s 125700K .......... .......... .......... .......... .......... 71% 413M 0s 125750K .......... .......... .......... .......... .......... 71% 40.7M 0s 125800K .......... .......... .......... .......... .......... 71% 318M 0s 125850K .......... .......... .......... .......... .......... 71% 402M 0s 125900K .......... .......... .......... .......... .......... 71% 422M 0s 125950K .......... .......... .......... .......... .......... 71% 441M 0s 126000K .......... .......... .......... .......... .......... 71% 50.5M 0s 126050K .......... .......... .......... .......... .......... 71% 228M 0s 126100K .......... .......... .......... .......... .......... 71% 423M 0s 126150K .......... .......... .......... .......... .......... 72% 354M 0s 126200K .......... .......... .......... .......... .......... 72% 443M 0s 126250K .......... .......... .......... .......... .......... 72% 57.6M 0s 126300K .......... .......... .......... .......... .......... 72% 228M 0s 126350K .......... .......... .......... .......... .......... 72% 216M 0s 126400K .......... .......... .......... .......... .......... 72% 389M 0s 126450K .......... .......... .......... .......... .......... 72% 197M 0s 126500K .......... .......... .......... .......... .......... 72% 50.8M 0s 126550K .......... .......... .......... .......... .......... 72% 332M 0s 126600K .......... .......... .......... .......... .......... 72% 388M 0s 126650K .......... .......... .......... .......... .......... 72% 377M 0s 126700K .......... .......... .......... .......... .......... 72% 350M 0s 126750K .......... .......... .......... .......... .......... 72% 48.8M 0s 126800K .......... .......... .......... .......... .......... 72% 374M 0s 126850K .......... .......... .......... .......... .......... 72% 229M 0s 126900K .......... .......... .......... .......... .......... 72% 401M 0s 126950K .......... .......... .......... .......... .......... 72% 74.4M 0s 127000K .......... .......... .......... .......... .......... 72% 55.0M 0s 127050K .......... .......... .......... .......... .......... 72% 342M 0s 127100K .......... .......... .......... .......... .......... 72% 399M 0s 127150K .......... .......... .......... .......... .......... 72% 339M 0s 127200K .......... .......... .......... .......... .......... 72% 404M 0s 127250K .......... .......... .......... .......... .......... 72% 44.0M 0s 127300K .......... .......... .......... .......... .......... 72% 215M 0s 127350K .......... .......... .......... .......... .......... 72% 346M 0s 127400K .......... .......... .......... .......... .......... 72% 405M 0s 127450K .......... .......... .......... .......... .......... 72% 406M 0s 127500K .......... .......... .......... .......... .......... 72% 28.0M 0s 127550K .......... .......... .......... .......... .......... 72% 322M 0s 127600K .......... .......... .......... .......... .......... 72% 287M 0s 127650K .......... .......... .......... .......... .......... 72% 292M 0s 127700K .......... .......... .......... .......... .......... 72% 416M 0s 127750K .......... .......... .......... .......... .......... 72% 413M 0s 127800K .......... .......... .......... .......... .......... 72% 72.0M 0s 127850K .......... .......... .......... .......... .......... 72% 368M 0s 127900K .......... .......... .......... .......... .......... 73% 345M 0s 127950K .......... .......... .......... .......... .......... 73% 368M 0s 128000K .......... .......... .......... .......... .......... 73% 375M 0s 128050K .......... .......... .......... .......... .......... 73% 50.4M 0s 128100K .......... .......... .......... .......... .......... 73% 379M 0s 128150K .......... .......... .......... .......... .......... 73% 353M 0s 128200K .......... .......... .......... .......... .......... 73% 438M 0s 128250K .......... .......... .......... .......... .......... 73% 353M 0s 128300K .......... .......... .......... .......... .......... 73% 64.3M 0s 128350K .......... .......... .......... .......... .......... 73% 306M 0s 128400K .......... .......... .......... .......... .......... 73% 357M 0s 128450K .......... .......... .......... .......... .......... 73% 360M 0s 128500K .......... .......... .......... .......... .......... 73% 357M 0s 128550K .......... .......... .......... .......... .......... 73% 56.3M 0s 128600K .......... .......... .......... .......... .......... 73% 227M 0s 128650K .......... .......... .......... .......... .......... 73% 407M 0s 128700K .......... .......... .......... .......... .......... 73% 375M 0s 128750K .......... .......... .......... .......... .......... 73% 375M 0s 128800K .......... .......... .......... .......... .......... 73% 141M 0s 128850K .......... .......... .......... .......... .......... 73% 229M 0s 128900K .......... .......... .......... .......... .......... 73% 383M 0s 128950K .......... .......... .......... .......... .......... 73% 451M 0s 129000K .......... .......... .......... .......... .......... 73% 94.6M 0s 129050K .......... .......... .......... .......... .......... 73% 61.4M 0s 129100K .......... .......... .......... .......... .......... 73% 273M 0s 129150K .......... .......... .......... .......... .......... 73% 349M 0s 129200K .......... .......... .......... .......... .......... 73% 376M 0s 129250K .......... .......... .......... .......... .......... 73% 340M 0s 129300K .......... .......... .......... .......... .......... 73% 57.2M 0s 129350K .......... .......... .......... .......... .......... 73% 167M 0s 129400K .......... .......... .......... .......... .......... 73% 386M 0s 129450K .......... .......... .......... .......... .......... 73% 418M 0s 129500K .......... .......... .......... .......... .......... 73% 338M 0s 129550K .......... .......... .......... .......... .......... 73% 62.5M 0s 129600K .......... .......... .......... .......... .......... 73% 221M 0s 129650K .......... .......... .......... .......... .......... 74% 333M 0s 129700K .......... .......... .......... .......... .......... 74% 446M 0s 129750K .......... .......... .......... .......... .......... 74% 422M 0s 129800K .......... .......... .......... .......... .......... 74% 422M 0s 129850K .......... .......... .......... .......... .......... 74% 45.1M 0s 129900K .......... .......... .......... .......... .......... 74% 366M 0s 129950K .......... .......... .......... .......... .......... 74% 396M 0s 130000K .......... .......... .......... .......... .......... 74% 351M 0s 130050K .......... .......... .......... .......... .......... 74% 421M 0s 130100K .......... .......... .......... .......... .......... 74% 58.6M 0s 130150K .......... .......... .......... .......... .......... 74% 397M 0s 130200K .......... .......... .......... .......... .......... 74% 305M 0s 130250K .......... .......... .......... .......... .......... 74% 367M 0s 130300K .......... .......... .......... .......... .......... 74% 393M 0s 130350K .......... .......... .......... .......... .......... 74% 63.2M 0s 130400K .......... .......... .......... .......... .......... 74% 345M 0s 130450K .......... .......... .......... .......... .......... 74% 350M 0s 130500K .......... .......... .......... .......... .......... 74% 329M 0s 130550K .......... .......... .......... .......... .......... 74% 321M 0s 130600K .......... .......... .......... .......... .......... 74% 84.4M 0s 130650K .......... .......... .......... .......... .......... 74% 294M 0s 130700K .......... .......... .......... .......... .......... 74% 334M 0s 130750K .......... .......... .......... .......... .......... 74% 339M 0s 130800K .......... .......... .......... .......... .......... 74% 330M 0s 130850K .......... .......... .......... .......... .......... 74% 106M 0s 130900K .......... .......... .......... .......... .......... 74% 292M 0s 130950K .......... .......... .......... .......... .......... 74% 290M 0s 131000K .......... .......... .......... .......... .......... 74% 303M 0s 131050K .......... .......... .......... .......... .......... 74% 25.6M 0s 131100K .......... .......... .......... .......... .......... 74% 224M 0s 131150K .......... .......... .......... .......... .......... 74% 232M 0s 131200K .......... .......... .......... .......... .......... 74% 318M 0s 131250K .......... .......... .......... .......... .......... 74% 294M 0s 131300K .......... .......... .......... .......... .......... 74% 277M 0s 131350K .......... .......... .......... .......... .......... 74% 61.4M 0s 131400K .......... .......... .......... .......... .......... 75% 252M 0s 131450K .......... .......... .......... .......... .......... 75% 249M 0s 131500K .......... .......... .......... .......... .......... 75% 291M 0s 131550K .......... .......... .......... .......... .......... 75% 350M 0s 131600K .......... .......... .......... .......... .......... 75% 62.1M 0s 131650K .......... .......... .......... .......... .......... 75% 250M 0s 131700K .......... .......... .......... .......... .......... 75% 265M 0s 131750K .......... .......... .......... .......... .......... 75% 399M 0s 131800K .......... .......... .......... .......... .......... 75% 406M 0s 131850K .......... .......... .......... .......... .......... 75% 58.8M 0s 131900K .......... .......... .......... .......... .......... 75% 372M 0s 131950K .......... .......... .......... .......... .......... 75% 289M 0s 132000K .......... .......... .......... .......... .......... 75% 270M 0s 132050K .......... .......... .......... .......... .......... 75% 407M 0s 132100K .......... .......... .......... .......... .......... 75% 406M 0s 132150K .......... .......... .......... .......... .......... 75% 60.2M 0s 132200K .......... .......... .......... .......... .......... 75% 319M 0s 132250K .......... .......... .......... .......... .......... 75% 381M 0s 132300K .......... .......... .......... .......... .......... 75% 393M 0s 132350K .......... .......... .......... .......... .......... 75% 363M 0s 132400K .......... .......... .......... .......... .......... 75% 50.4M 0s 132450K .......... .......... .......... .......... .......... 75% 415M 0s 132500K .......... .......... .......... .......... .......... 75% 387M 0s 132550K .......... .......... .......... .......... .......... 75% 288M 0s 132600K .......... .......... .......... .......... .......... 75% 418M 0s 132650K .......... .......... .......... .......... .......... 75% 36.4M 0s 132700K .......... .......... .......... .......... .......... 75% 318M 0s 132750K .......... .......... .......... .......... .......... 75% 369M 0s 132800K .......... .......... .......... .......... .......... 75% 276M 0s 132850K .......... .......... .......... .......... .......... 75% 332M 0s 132900K .......... .......... .......... .......... .......... 75% 41.7M 0s 132950K .......... .......... .......... .......... .......... 75% 345M 0s 133000K .......... .......... .......... .......... .......... 75% 399M 0s 133050K .......... .......... .......... .......... .......... 75% 374M 0s 133100K .......... .......... .......... .......... .......... 75% 71.0M 0s 133150K .......... .......... .......... .......... .......... 76% 74.4M 0s 133200K .......... .......... .......... .......... .......... 76% 340M 0s 133250K .......... .......... .......... .......... .......... 76% 383M 0s 133300K .......... .......... .......... .......... .......... 76% 281M 0s 133350K .......... .......... .......... .......... .......... 76% 363M 0s 133400K .......... .......... .......... .......... .......... 76% 39.9M 0s 133450K .......... .......... .......... .......... .......... 76% 174M 0s 133500K .......... .......... .......... .......... .......... 76% 349M 0s 133550K .......... .......... .......... .......... .......... 76% 418M 0s 133600K .......... .......... .......... .......... .......... 76% 391M 0s 133650K .......... .......... .......... .......... .......... 76% 54.8M 0s 133700K .......... .......... .......... .......... .......... 76% 359M 0s 133750K .......... .......... .......... .......... .......... 76% 385M 0s 133800K .......... .......... .......... .......... .......... 76% 452M 0s 133850K .......... .......... .......... .......... .......... 76% 343M 0s 133900K .......... .......... .......... .......... .......... 76% 44.6M 0s 133950K .......... .......... .......... .......... .......... 76% 387M 0s 134000K .......... .......... .......... .......... .......... 76% 321M 0s 134050K .......... .......... .......... .......... .......... 76% 395M 0s 134100K .......... .......... .......... .......... .......... 76% 361M 0s 134150K .......... .......... .......... .......... .......... 76% 402M 0s 134200K .......... .......... .......... .......... .......... 76% 47.2M 0s 134250K .......... .......... .......... .......... .......... 76% 325M 0s 134300K .......... .......... .......... .......... .......... 76% 324M 0s 134350K .......... .......... .......... .......... .......... 76% 363M 0s 134400K .......... .......... .......... .......... .......... 76% 405M 0s 134450K .......... .......... .......... .......... .......... 76% 48.2M 0s 134500K .......... .......... .......... .......... .......... 76% 378M 0s 134550K .......... .......... .......... .......... .......... 76% 311M 0s 134600K .......... .......... .......... .......... .......... 76% 350M 0s 134650K .......... .......... .......... .......... .......... 76% 401M 0s 134700K .......... .......... .......... .......... .......... 76% 54.3M 0s 134750K .......... .......... .......... .......... .......... 76% 378M 0s 134800K .......... .......... .......... .......... .......... 76% 348M 0s 134850K .......... .......... .......... .......... .......... 76% 386M 0s 134900K .......... .......... .......... .......... .......... 77% 339M 0s 134950K .......... .......... .......... .......... .......... 77% 61.0M 0s 135000K .......... .......... .......... .......... .......... 77% 323M 0s 135050K .......... .......... .......... .......... .......... 77% 235M 0s 135100K .......... .......... .......... .......... .......... 77% 369M 0s 135150K .......... .......... .......... .......... .......... 77% 85.1M 0s 135200K .......... .......... .......... .......... .......... 77% 52.0M 0s 135250K .......... .......... .......... .......... .......... 77% 219M 0s 135300K .......... .......... .......... .......... .......... 77% 414M 0s 135350K .......... .......... .......... .......... .......... 77% 302M 0s 135400K .......... .......... .......... .......... .......... 77% 442M 0s 135450K .......... .......... .......... .......... .......... 77% 50.9M 0s 135500K .......... .......... .......... .......... .......... 77% 268M 0s 135550K .......... .......... .......... .......... .......... 77% 346M 0s 135600K .......... .......... .......... .......... .......... 77% 378M 0s 135650K .......... .......... .......... .......... .......... 77% 346M 0s 135700K .......... .......... .......... .......... .......... 77% 29.6M 0s 135750K .......... .......... .......... .......... .......... 77% 226M 0s 135800K .......... .......... .......... .......... .......... 77% 347M 0s 135850K .......... .......... .......... .......... .......... 77% 342M 0s 135900K .......... .......... .......... .......... .......... 77% 318M 0s 135950K .......... .......... .......... .......... .......... 77% 45.3M 0s 136000K .......... .......... .......... .......... .......... 77% 292M 0s 136050K .......... .......... .......... .......... .......... 77% 346M 0s 136100K .......... .......... .......... .......... .......... 77% 340M 0s 136150K .......... .......... .......... .......... .......... 77% 367M 0s 136200K .......... .......... .......... .......... .......... 77% 48.4M 0s 136250K .......... .......... .......... .......... .......... 77% 405M 0s 136300K .......... .......... .......... .......... .......... 77% 358M 0s 136350K .......... .......... .......... .......... .......... 77% 295M 0s 136400K .......... .......... .......... .......... .......... 77% 407M 0s 136450K .......... .......... .......... .......... .......... 77% 363M 0s 136500K .......... .......... .......... .......... .......... 77% 65.1M 0s 136550K .......... .......... .......... .......... .......... 77% 332M 0s 136600K .......... .......... .......... .......... .......... 77% 288M 0s 136650K .......... .......... .......... .......... .......... 78% 277M 0s 136700K .......... .......... .......... .......... .......... 78% 277M 0s 136750K .......... .......... .......... .......... .......... 78% 86.5M 0s 136800K .......... .......... .......... .......... .......... 78% 340M 0s 136850K .......... .......... .......... .......... .......... 78% 358M 0s 136900K .......... .......... .......... .......... .......... 78% 317M 0s 136950K .......... .......... .......... .......... .......... 78% 438M 0s 137000K .......... .......... .......... .......... .......... 78% 46.4M 0s 137050K .......... .......... .......... .......... .......... 78% 352M 0s 137100K .......... .......... .......... .......... .......... 78% 369M 0s 137150K .......... .......... .......... .......... .......... 78% 409M 0s 137200K .......... .......... .......... .......... .......... 78% 58.6M 0s 137250K .......... .......... .......... .......... .......... 78% 72.0M 0s 137300K .......... .......... .......... .......... .......... 78% 206M 0s 137350K .......... .......... .......... .......... .......... 78% 353M 0s 137400K .......... .......... .......... .......... .......... 78% 364M 0s 137450K .......... .......... .......... .......... .......... 78% 390M 0s 137500K .......... .......... .......... .......... .......... 78% 55.0M 0s 137550K .......... .......... .......... .......... .......... 78% 334M 0s 137600K .......... .......... .......... .......... .......... 78% 433M 0s 137650K .......... .......... .......... .......... .......... 78% 290M 0s 137700K .......... .......... .......... .......... .......... 78% 348M 0s 137750K .......... .......... .......... .......... .......... 78% 59.7M 0s 137800K .......... .......... .......... .......... .......... 78% 346M 0s 137850K .......... .......... .......... .......... .......... 78% 303M 0s 137900K .......... .......... .......... .......... .......... 78% 365M 0s 137950K .......... .......... .......... .......... .......... 78% 379M 0s 138000K .......... .......... .......... .......... .......... 78% 69.5M 0s 138050K .......... .......... .......... .......... .......... 78% 240M 0s 138100K .......... .......... .......... .......... .......... 78% 352M 0s 138150K .......... .......... .......... .......... .......... 78% 341M 0s 138200K .......... .......... .......... .......... .......... 78% 327M 0s 138250K .......... .......... .......... .......... .......... 78% 28.9M 0s 138300K .......... .......... .......... .......... .......... 78% 303M 0s 138350K .......... .......... .......... .......... .......... 78% 348M 0s 138400K .......... .......... .......... .......... .......... 79% 308M 0s 138450K .......... .......... .......... .......... .......... 79% 390M 0s 138500K .......... .......... .......... .......... .......... 79% 419M 0s 138550K .......... .......... .......... .......... .......... 79% 7.92M 0s 138600K .......... .......... .......... .......... .......... 79% 367M 0s 138650K .......... .......... .......... .......... .......... 79% 329M 0s 138700K .......... .......... .......... .......... .......... 79% 410M 0s 138750K .......... .......... .......... .......... .......... 79% 373M 0s 138800K .......... .......... .......... .......... .......... 79% 33.9M 0s 138850K .......... .......... .......... .......... .......... 79% 388M 0s 138900K .......... .......... .......... .......... .......... 79% 274M 0s 138950K .......... .......... .......... .......... .......... 79% 396M 0s 139000K .......... .......... .......... .......... .......... 79% 431M 0s 139050K .......... .......... .......... .......... .......... 79% 86.1M 0s 139100K .......... .......... .......... .......... .......... 79% 391M 0s 139150K .......... .......... .......... .......... .......... 79% 297M 0s 139200K .......... .......... .......... .......... .......... 79% 405M 0s 139250K .......... .......... .......... .......... .......... 79% 101M 0s 139300K .......... .......... .......... .......... .......... 79% 58.9M 0s 139350K .......... .......... .......... .......... .......... 79% 285M 0s 139400K .......... .......... .......... .......... .......... 79% 349M 0s 139450K .......... .......... .......... .......... .......... 79% 368M 0s 139500K .......... .......... .......... .......... .......... 79% 319M 0s 139550K .......... .......... .......... .......... .......... 79% 43.6M 0s 139600K .......... .......... .......... .......... .......... 79% 365M 0s 139650K .......... .......... .......... .......... .......... 79% 400M 0s 139700K .......... .......... .......... .......... .......... 79% 330M 0s 139750K .......... .......... .......... .......... .......... 79% 429M 0s 139800K .......... .......... .......... .......... .......... 79% 53.1M 0s 139850K .......... .......... .......... .......... .......... 79% 318M 0s 139900K .......... .......... .......... .......... .......... 79% 370M 0s 139950K .......... .......... .......... .......... .......... 79% 361M 0s 140000K .......... .......... .......... .......... .......... 79% 367M 0s 140050K .......... .......... .......... .......... .......... 79% 56.1M 0s 140100K .......... .......... .......... .......... .......... 79% 362M 0s 140150K .......... .......... .......... .......... .......... 80% 348M 0s 140200K .......... .......... .......... .......... .......... 80% 324M 0s 140250K .......... .......... .......... .......... .......... 80% 399M 0s 140300K .......... .......... .......... .......... .......... 80% 39.9M 0s 140350K .......... .......... .......... .......... .......... 80% 369M 0s 140400K .......... .......... .......... .......... .......... 80% 285M 0s 140450K .......... .......... .......... .......... .......... 80% 419M 0s 140500K .......... .......... .......... .......... .......... 80% 414M 0s 140550K .......... .......... .......... .......... .......... 80% 56.9M 0s 140600K .......... .......... .......... .......... .......... 80% 405M 0s 140650K .......... .......... .......... .......... .......... 80% 344M 0s 140700K .......... .......... .......... .......... .......... 80% 296M 0s 140750K .......... .......... .......... .......... .......... 80% 309M 0s 140800K .......... .......... .......... .......... .......... 80% 309M 0s 140850K .......... .......... .......... .......... .......... 80% 45.9M 0s 140900K .......... .......... .......... .......... .......... 80% 351M 0s 140950K .......... .......... .......... .......... .......... 80% 361M 0s 141000K .......... .......... .......... .......... .......... 80% 401M 0s 141050K .......... .......... .......... .......... .......... 80% 452M 0s 141100K .......... .......... .......... .......... .......... 80% 60.4M 0s 141150K .......... .......... .......... .......... .......... 80% 393M 0s 141200K .......... .......... .......... .......... .......... 80% 370M 0s 141250K .......... .......... .......... .......... .......... 80% 350M 0s 141300K .......... .......... .......... .......... .......... 80% 92.0M 0s 141350K .......... .......... .......... .......... .......... 80% 63.0M 0s 141400K .......... .......... .......... .......... .......... 80% 325M 0s 141450K .......... .......... .......... .......... .......... 80% 389M 0s 141500K .......... .......... .......... .......... .......... 80% 372M 0s 141550K .......... .......... .......... .......... .......... 80% 393M 0s 141600K .......... .......... .......... .......... .......... 80% 56.4M 0s 141650K .......... .......... .......... .......... .......... 80% 272M 0s 141700K .......... .......... .......... .......... .......... 80% 354M 0s 141750K .......... .......... .......... .......... .......... 80% 341M 0s 141800K .......... .......... .......... .......... .......... 80% 426M 0s 141850K .......... .......... .......... .......... .......... 80% 57.5M 0s 141900K .......... .......... .......... .......... .......... 81% 212M 0s 141950K .......... .......... .......... .......... .......... 81% 409M 0s 142000K .......... .......... .......... .......... .......... 81% 400M 0s 142050K .......... .......... .......... .......... .......... 81% 368M 0s 142100K .......... .......... .......... .......... .......... 81% 58.6M 0s 142150K .......... .......... .......... .......... .......... 81% 207M 0s 142200K .......... .......... .......... .......... .......... 81% 264M 0s 142250K .......... .......... .......... .......... .......... 81% 417M 0s 142300K .......... .......... .......... .......... .......... 81% 372M 0s 142350K .......... .......... .......... .......... .......... 81% 58.5M 0s 142400K .......... .......... .......... .......... .......... 81% 207M 0s 142450K .......... .......... .......... .......... .......... 81% 383M 0s 142500K .......... .......... .......... .......... .......... 81% 435M 0s 142550K .......... .......... .......... .......... .......... 81% 358M 0s 142600K .......... .......... .......... .......... .......... 81% 62.9M 0s 142650K .......... .......... .......... .......... .......... 81% 373M 0s 142700K .......... .......... .......... .......... .......... 81% 371M 0s 142750K .......... .......... .......... .......... .......... 81% 368M 0s 142800K .......... .......... .......... .......... .......... 81% 392M 0s 142850K .......... .......... .......... .......... .......... 81% 390M 0s 142900K .......... .......... .......... .......... .......... 81% 50.6M 0s 142950K .......... .......... .......... .......... .......... 81% 346M 0s 143000K .......... .......... .......... .......... .......... 81% 352M 0s 143050K .......... .......... .......... .......... .......... 81% 418M 0s 143100K .......... .......... .......... .......... .......... 81% 370M 0s 143150K .......... .......... .......... .......... .......... 81% 70.0M 0s 143200K .......... .......... .......... .......... .......... 81% 393M 0s 143250K .......... .......... .......... .......... .......... 81% 334M 0s 143300K .......... .......... .......... .......... .......... 81% 410M 0s 143350K .......... .......... .......... .......... .......... 81% 77.2M 0s 143400K .......... .......... .......... .......... .......... 81% 58.0M 0s 143450K .......... .......... .......... .......... .......... 81% 354M 0s 143500K .......... .......... .......... .......... .......... 81% 300M 0s 143550K .......... .......... .......... .......... .......... 81% 420M 0s 143600K .......... .......... .......... .......... .......... 81% 370M 0s 143650K .......... .......... .......... .......... .......... 82% 48.1M 0s 143700K .......... .......... .......... .......... .......... 82% 340M 0s 143750K .......... .......... .......... .......... .......... 82% 401M 0s 143800K .......... .......... .......... .......... .......... 82% 409M 0s 143850K .......... .......... .......... .......... .......... 82% 416M 0s 143900K .......... .......... .......... .......... .......... 82% 63.7M 0s 143950K .......... .......... .......... .......... .......... 82% 360M 0s 144000K .......... .......... .......... .......... .......... 82% 387M 0s 144050K .......... .......... .......... .......... .......... 82% 301M 0s 144100K .......... .......... .......... .......... .......... 82% 436M 0s 144150K .......... .......... .......... .......... .......... 82% 57.0M 0s 144200K .......... .......... .......... .......... .......... 82% 218M 0s 144250K .......... .......... .......... .......... .......... 82% 341M 0s 144300K .......... .......... .......... .......... .......... 82% 340M 0s 144350K .......... .......... .......... .......... .......... 82% 396M 0s 144400K .......... .......... .......... .......... .......... 82% 69.9M 0s 144450K .......... .......... .......... .......... .......... 82% 172M 0s 144500K .......... .......... .......... .......... .......... 82% 342M 0s 144550K .......... .......... .......... .......... .......... 82% 346M 0s 144600K .......... .......... .......... .......... .......... 82% 397M 0s 144650K .......... .......... .......... .......... .......... 82% 87.0M 0s 144700K .......... .......... .......... .......... .......... 82% 208M 0s 144750K .......... .......... .......... .......... .......... 82% 309M 0s 144800K .......... .......... .......... .......... .......... 82% 426M 0s 144850K .......... .......... .......... .......... .......... 82% 393M 0s 144900K .......... .......... .......... .......... .......... 82% 56.7M 0s 144950K .......... .......... .......... .......... .......... 82% 311M 0s 145000K .......... .......... .......... .......... .......... 82% 370M 0s 145050K .......... .......... .......... .......... .......... 82% 376M 0s 145100K .......... .......... .......... .......... .......... 82% 379M 0s 145150K .......... .......... .......... .......... .......... 82% 387M 0s 145200K .......... .......... .......... .......... .......... 82% 79.8M 0s 145250K .......... .......... .......... .......... .......... 82% 360M 0s 145300K .......... .......... .......... .......... .......... 82% 402M 0s 145350K .......... .......... .......... .......... .......... 82% 311M 0s 145400K .......... .......... .......... .......... .......... 82% 80.4M 0s 145450K .......... .......... .......... .......... .......... 83% 57.0M 0s 145500K .......... .......... .......... .......... .......... 83% 370M 0s 145550K .......... .......... .......... .......... .......... 83% 318M 0s 145600K .......... .......... .......... .......... .......... 83% 421M 0s 145650K .......... .......... .......... .......... .......... 83% 417M 0s 145700K .......... .......... .......... .......... .......... 83% 43.3M 0s 145750K .......... .......... .......... .......... .......... 83% 305M 0s 145800K .......... .......... .......... .......... .......... 83% 372M 0s 145850K .......... .......... .......... .......... .......... 83% 363M 0s 145900K .......... .......... .......... .......... .......... 83% 331M 0s 145950K .......... .......... .......... .......... .......... 83% 62.1M 0s 146000K .......... .......... .......... .......... .......... 83% 235M 0s 146050K .......... .......... .......... .......... .......... 83% 360M 0s 146100K .......... .......... .......... .......... .......... 83% 361M 0s 146150K .......... .......... .......... .......... .......... 83% 412M 0s 146200K .......... .......... .......... .......... .......... 83% 63.5M 0s 146250K .......... .......... .......... .......... .......... 83% 330M 0s 146300K .......... .......... .......... .......... .......... 83% 303M 0s 146350K .......... .......... .......... .......... .......... 83% 374M 0s 146400K .......... .......... .......... .......... .......... 83% 340M 0s 146450K .......... .......... .......... .......... .......... 83% 64.9M 0s 146500K .......... .......... .......... .......... .......... 83% 380M 0s 146550K .......... .......... .......... .......... .......... 83% 313M 0s 146600K .......... .......... .......... .......... .......... 83% 304M 0s 146650K .......... .......... .......... .......... .......... 83% 365M 0s 146700K .......... .......... .......... .......... .......... 83% 51.2M 0s 146750K .......... .......... .......... .......... .......... 83% 309M 0s 146800K .......... .......... .......... .......... .......... 83% 296M 0s 146850K .......... .......... .......... .......... .......... 83% 389M 0s 146900K .......... .......... .......... .......... .......... 83% 406M 0s 146950K .......... .......... .......... .......... .......... 83% 66.8M 0s 147000K .......... .......... .......... .......... .......... 83% 433M 0s 147050K .......... .......... .......... .......... .......... 83% 297M 0s 147100K .......... .......... .......... .......... .......... 83% 329M 0s 147150K .......... .......... .......... .......... .......... 83% 424M 0s 147200K .......... .......... .......... .......... .......... 84% 402M 0s 147250K .......... .......... .......... .......... .......... 84% 82.7M 0s 147300K .......... .......... .......... .......... .......... 84% 303M 0s 147350K .......... .......... .......... .......... .......... 84% 371M 0s 147400K .......... .......... .......... .......... .......... 84% 372M 0s 147450K .......... .......... .......... .......... .......... 84% 66.9M 0s 147500K .......... .......... .......... .......... .......... 84% 73.0M 0s 147550K .......... .......... .......... .......... .......... 84% 301M 0s 147600K .......... .......... .......... .......... .......... 84% 368M 0s 147650K .......... .......... .......... .......... .......... 84% 388M 0s 147700K .......... .......... .......... .......... .......... 84% 337M 0s 147750K .......... .......... .......... .......... .......... 84% 23.5M 0s 147800K .......... .......... .......... .......... .......... 84% 302M 0s 147850K .......... .......... .......... .......... .......... 84% 403M 0s 147900K .......... .......... .......... .......... .......... 84% 311M 0s 147950K .......... .......... .......... .......... .......... 84% 395M 0s 148000K .......... .......... .......... .......... .......... 84% 44.0M 0s 148050K .......... .......... .......... .......... .......... 84% 327M 0s 148100K .......... .......... .......... .......... .......... 84% 361M 0s 148150K .......... .......... .......... .......... .......... 84% 370M 0s 148200K .......... .......... .......... .......... .......... 84% 413M 0s 148250K .......... .......... .......... .......... .......... 84% 48.3M 0s 148300K .......... .......... .......... .......... .......... 84% 337M 0s 148350K .......... .......... .......... .......... .......... 84% 322M 0s 148400K .......... .......... .......... .......... .......... 84% 336M 0s 148450K .......... .......... .......... .......... .......... 84% 417M 0s 148500K .......... .......... .......... .......... .......... 84% 34.4M 0s 148550K .......... .......... .......... .......... .......... 84% 282M 0s 148600K .......... .......... .......... .......... .......... 84% 310M 0s 148650K .......... .......... .......... .......... .......... 84% 398M 0s 148700K .......... .......... .......... .......... .......... 84% 363M 0s 148750K .......... .......... .......... .......... .......... 84% 48.3M 0s 148800K .......... .......... .......... .......... .......... 84% 300M 0s 148850K .......... .......... .......... .......... .......... 84% 382M 0s 148900K .......... .......... .......... .......... .......... 84% 425M 0s 148950K .......... .......... .......... .......... .......... 85% 313M 0s 149000K .......... .......... .......... .......... .......... 85% 66.0M 0s 149050K .......... .......... .......... .......... .......... 85% 328M 0s 149100K .......... .......... .......... .......... .......... 85% 300M 0s 149150K .......... .......... .......... .......... .......... 85% 363M 0s 149200K .......... .......... .......... .......... .......... 85% 372M 0s 149250K .......... .......... .......... .......... .......... 85% 412M 0s 149300K .......... .......... .......... .......... .......... 85% 72.9M 0s 149350K .......... .......... .......... .......... .......... 85% 366M 0s 149400K .......... .......... .......... .......... .......... 85% 276M 0s 149450K .......... .......... .......... .......... .......... 85% 251M 0s 149500K .......... .......... .......... .......... .......... 85% 119M 0s 149550K .......... .......... .......... .......... .......... 85% 51.8M 0s 149600K .......... .......... .......... .......... .......... 85% 339M 0s 149650K .......... .......... .......... .......... .......... 85% 373M 0s 149700K .......... .......... .......... .......... .......... 85% 312M 0s 149750K .......... .......... .......... .......... .......... 85% 384M 0s 149800K .......... .......... .......... .......... .......... 85% 53.7M 0s 149850K .......... .......... .......... .......... .......... 85% 385M 0s 149900K .......... .......... .......... .......... .......... 85% 344M 0s 149950K .......... .......... .......... .......... .......... 85% 411M 0s 150000K .......... .......... .......... .......... .......... 85% 347M 0s 150050K .......... .......... .......... .......... .......... 85% 36.5M 0s 150100K .......... .......... .......... .......... .......... 85% 340M 0s 150150K .......... .......... .......... .......... .......... 85% 378M 0s 150200K .......... .......... .......... .......... .......... 85% 380M 0s 150250K .......... .......... .......... .......... .......... 85% 349M 0s 150300K .......... .......... .......... .......... .......... 85% 44.8M 0s 150350K .......... .......... .......... .......... .......... 85% 387M 0s 150400K .......... .......... .......... .......... .......... 85% 292M 0s 150450K .......... .......... .......... .......... .......... 85% 381M 0s 150500K .......... .......... .......... .......... .......... 85% 428M 0s 150550K .......... .......... .......... .......... .......... 85% 39.3M 0s 150600K .......... .......... .......... .......... .......... 85% 323M 0s 150650K .......... .......... .......... .......... .......... 85% 400M 0s 150700K .......... .......... .......... .......... .......... 86% 441M 0s 150750K .......... .......... .......... .......... .......... 86% 363M 0s 150800K .......... .......... .......... .......... .......... 86% 65.4M 0s 150850K .......... .......... .......... .......... .......... 86% 363M 0s 150900K .......... .......... .......... .......... .......... 86% 412M 0s 150950K .......... .......... .......... .......... .......... 86% 373M 0s 151000K .......... .......... .......... .......... .......... 86% 400M 0s 151050K .......... .......... .......... .......... .......... 86% 59.1M 0s 151100K .......... .......... .......... .......... .......... 86% 379M 0s 151150K .......... .......... .......... .......... .......... 86% 416M 0s 151200K .......... .......... .......... .......... .......... 86% 456M 0s 151250K .......... .......... .......... .......... .......... 86% 436M 0s 151300K .......... .......... .......... .......... .......... 86% 95.6M 0s 151350K .......... .......... .......... .......... .......... 86% 224M 0s 151400K .......... .......... .......... .......... .......... 86% 394M 0s 151450K .......... .......... .......... .......... .......... 86% 381M 0s 151500K .......... .......... .......... .......... .......... 86% 399M 0s 151550K .......... .......... .......... .......... .......... 86% 82.5M 0s 151600K .......... .......... .......... .......... .......... 86% 56.8M 0s 151650K .......... .......... .......... .......... .......... 86% 236M 0s 151700K .......... .......... .......... .......... .......... 86% 360M 0s 151750K .......... .......... .......... .......... .......... 86% 408M 0s 151800K .......... .......... .......... .......... .......... 86% 418M 0s 151850K .......... .......... .......... .......... .......... 86% 73.5M 0s 151900K .......... .......... .......... .......... .......... 86% 174M 0s 151950K .......... .......... .......... .......... .......... 86% 361M 0s 152000K .......... .......... .......... .......... .......... 86% 405M 0s 152050K .......... .......... .......... .......... .......... 86% 359M 0s 152100K .......... .......... .......... .......... .......... 86% 50.5M 0s 152150K .......... .......... .......... .......... .......... 86% 330M 0s 152200K .......... .......... .......... .......... .......... 86% 398M 0s 152250K .......... .......... .......... .......... .......... 86% 361M 0s 152300K .......... .......... .......... .......... .......... 86% 432M 0s 152350K .......... .......... .......... .......... .......... 86% 55.9M 0s 152400K .......... .......... .......... .......... .......... 86% 373M 0s 152450K .......... .......... .......... .......... .......... 87% 358M 0s 152500K .......... .......... .......... .......... .......... 87% 319M 0s 152550K .......... .......... .......... .......... .......... 87% 444M 0s 152600K .......... .......... .......... .......... .......... 87% 45.2M 0s 152650K .......... .......... .......... .......... .......... 87% 392M 0s 152700K .......... .......... .......... .......... .......... 87% 398M 0s 152750K .......... .......... .......... .......... .......... 87% 352M 0s 152800K .......... .......... .......... .......... .......... 87% 458M 0s 152850K .......... .......... .......... .......... .......... 87% 52.7M 0s 152900K .......... .......... .......... .......... .......... 87% 367M 0s 152950K .......... .......... .......... .......... .......... 87% 378M 0s 153000K .......... .......... .......... .......... .......... 87% 373M 0s 153050K .......... .......... .......... .......... .......... 87% 417M 0s 153100K .......... .......... .......... .......... .......... 87% 52.6M 0s 153150K .......... .......... .......... .......... .......... 87% 366M 0s 153200K .......... .......... .......... .......... .......... 87% 394M 0s 153250K .......... .......... .......... .......... .......... 87% 343M 0s 153300K .......... .......... .......... .......... .......... 87% 358M 0s 153350K .......... .......... .......... .......... .......... 87% 30.1M 0s 153400K .......... .......... .......... .......... .......... 87% 192M 0s 153450K .......... .......... .......... .......... .......... 87% 352M 0s 153500K .......... .......... .......... .......... .......... 87% 436M 0s 153550K .......... .......... .......... .......... .......... 87% 425M 0s 153600K .......... .......... .......... .......... .......... 87% 72.2M 0s 153650K .......... .......... .......... .......... .......... 87% 99.5M 0s 153700K .......... .......... .......... .......... .......... 87% 352M 0s 153750K .......... .......... .......... .......... .......... 87% 303M 0s 153800K .......... .......... .......... .......... .......... 87% 385M 0s 153850K .......... .......... .......... .......... .......... 87% 411M 0s 153900K .......... .......... .......... .......... .......... 87% 37.1M 0s 153950K .......... .......... .......... .......... .......... 87% 234M 0s 154000K .......... .......... .......... .......... .......... 87% 405M 0s 154050K .......... .......... .......... .......... .......... 87% 449M 0s 154100K .......... .......... .......... .......... .......... 87% 358M 0s 154150K .......... .......... .......... .......... .......... 87% 87.1M 0s 154200K .......... .......... .......... .......... .......... 88% 347M 0s 154250K .......... .......... .......... .......... .......... 88% 294M 0s 154300K .......... .......... .......... .......... .......... 88% 329M 0s 154350K .......... .......... .......... .......... .......... 88% 302M 0s 154400K .......... .......... .......... .......... .......... 88% 50.8M 0s 154450K .......... .......... .......... .......... .......... 88% 247M 0s 154500K .......... .......... .......... .......... .......... 88% 374M 0s 154550K .......... .......... .......... .......... .......... 88% 403M 0s 154600K .......... .......... .......... .......... .......... 88% 385M 0s 154650K .......... .......... .......... .......... .......... 88% 57.6M 0s 154700K .......... .......... .......... .......... .......... 88% 393M 0s 154750K .......... .......... .......... .......... .......... 88% 403M 0s 154800K .......... .......... .......... .......... .......... 88% 351M 0s 154850K .......... .......... .......... .......... .......... 88% 456M 0s 154900K .......... .......... .......... .......... .......... 88% 67.2M 0s 154950K .......... .......... .......... .......... .......... 88% 206M 0s 155000K .......... .......... .......... .......... .......... 88% 428M 0s 155050K .......... .......... .......... .......... .......... 88% 429M 0s 155100K .......... .......... .......... .......... .......... 88% 448M 0s 155150K .......... .......... .......... .......... .......... 88% 56.4M 0s 155200K .......... .......... .......... .......... .......... 88% 335M 0s 155250K .......... .......... .......... .......... .......... 88% 306M 0s 155300K .......... .......... .......... .......... .......... 88% 355M 0s 155350K .......... .......... .......... .......... .......... 88% 372M 0s 155400K .......... .......... .......... .......... .......... 88% 79.7M 0s 155450K .......... .......... .......... .......... .......... 88% 223M 0s 155500K .......... .......... .......... .......... .......... 88% 358M 0s 155550K .......... .......... .......... .......... .......... 88% 425M 0s 155600K .......... .......... .......... .......... .......... 88% 65.3M 0s 155650K .......... .......... .......... .......... .......... 88% 155M 0s 155700K .......... .......... .......... .......... .......... 88% 86.0M 0s 155750K .......... .......... .......... .......... .......... 88% 277M 0s 155800K .......... .......... .......... .......... .......... 88% 391M 0s 155850K .......... .......... .......... .......... .......... 88% 404M 0s 155900K .......... .......... .......... .......... .......... 88% 386M 0s 155950K .......... .......... .......... .......... .......... 89% 27.9M 0s 156000K .......... .......... .......... .......... .......... 89% 303M 0s 156050K .......... .......... .......... .......... .......... 89% 293M 0s 156100K .......... .......... .......... .......... .......... 89% 379M 0s 156150K .......... .......... .......... .......... .......... 89% 447M 0s 156200K .......... .......... .......... .......... .......... 89% 50.0M 0s 156250K .......... .......... .......... .......... .......... 89% 267M 0s 156300K .......... .......... .......... .......... .......... 89% 390M 0s 156350K .......... .......... .......... .......... .......... 89% 437M 0s 156400K .......... .......... .......... .......... .......... 89% 389M 0s 156450K .......... .......... .......... .......... .......... 89% 41.0M 0s 156500K .......... .......... .......... .......... .......... 89% 301M 0s 156550K .......... .......... .......... .......... .......... 89% 376M 0s 156600K .......... .......... .......... .......... .......... 89% 275M 0s 156650K .......... .......... .......... .......... .......... 89% 409M 0s 156700K .......... .......... .......... .......... .......... 89% 36.7M 0s 156750K .......... .......... .......... .......... .......... 89% 363M 0s 156800K .......... .......... .......... .......... .......... 89% 368M 0s 156850K .......... .......... .......... .......... .......... 89% 384M 0s 156900K .......... .......... .......... .......... .......... 89% 368M 0s 156950K .......... .......... .......... .......... .......... 89% 48.2M 0s 157000K .......... .......... .......... .......... .......... 89% 369M 0s 157050K .......... .......... .......... .......... .......... 89% 458M 0s 157100K .......... .......... .......... .......... .......... 89% 388M 0s 157150K .......... .......... .......... .......... .......... 89% 373M 0s 157200K .......... .......... .......... .......... .......... 89% 49.4M 0s 157250K .......... .......... .......... .......... .......... 89% 377M 0s 157300K .......... .......... .......... .......... .......... 89% 373M 0s 157350K .......... .......... .......... .......... .......... 89% 426M 0s 157400K .......... .......... .......... .......... .......... 89% 345M 0s 157450K .......... .......... .......... .......... .......... 89% 74.1M 0s 157500K .......... .......... .......... .......... .......... 89% 367M 0s 157550K .......... .......... .......... .......... .......... 89% 402M 0s 157600K .......... .......... .......... .......... .......... 89% 395M 0s 157650K .......... .......... .......... .......... .......... 89% 27.8M 0s 157700K .......... .......... .......... .......... .......... 90% 164M 0s 157750K .......... .......... .......... .......... .......... 90% 300M 0s 157800K .......... .......... .......... .......... .......... 90% 443M 0s 157850K .......... .......... .......... .......... .......... 90% 417M 0s 157900K .......... .......... .......... .......... .......... 90% 343M 0s 157950K .......... .......... .......... .......... .......... 90% 439M 0s 158000K .......... .......... .......... .......... .......... 90% 86.4M 0s 158050K .......... .......... .......... .......... .......... 90% 358M 0s 158100K .......... .......... .......... .......... .......... 90% 349M 0s 158150K .......... .......... .......... .......... .......... 90% 395M 0s 158200K .......... .......... .......... .......... .......... 90% 408M 0s 158250K .......... .......... .......... .......... .......... 90% 45.6M 0s 158300K .......... .......... .......... .......... .......... 90% 344M 0s 158350K .......... .......... .......... .......... .......... 90% 403M 0s 158400K .......... .......... .......... .......... .......... 90% 437M 0s 158450K .......... .......... .......... .......... .......... 90% 353M 0s 158500K .......... .......... .......... .......... .......... 90% 33.3M 0s 158550K .......... .......... .......... .......... .......... 90% 329M 0s 158600K .......... .......... .......... .......... .......... 90% 325M 0s 158650K .......... .......... .......... .......... .......... 90% 431M 0s 158700K .......... .......... .......... .......... .......... 90% 429M 0s 158750K .......... .......... .......... .......... .......... 90% 40.5M 0s 158800K .......... .......... .......... .......... .......... 90% 323M 0s 158850K .......... .......... .......... .......... .......... 90% 457M 0s 158900K .......... .......... .......... .......... .......... 90% 365M 0s 158950K .......... .......... .......... .......... .......... 90% 391M 0s 159000K .......... .......... .......... .......... .......... 90% 78.5M 0s 159050K .......... .......... .......... .......... .......... 90% 349M 0s 159100K .......... .......... .......... .......... .......... 90% 373M 0s 159150K .......... .......... .......... .......... .......... 90% 321M 0s 159200K .......... .......... .......... .......... .......... 90% 399M 0s 159250K .......... .......... .......... .......... .......... 90% 31.7M 0s 159300K .......... .......... .......... .......... .......... 90% 213M 0s 159350K .......... .......... .......... .......... .......... 90% 406M 0s 159400K .......... .......... .......... .......... .......... 90% 417M 0s 159450K .......... .......... .......... .......... .......... 91% 391M 0s 159500K .......... .......... .......... .......... .......... 91% 77.9M 0s 159550K .......... .......... .......... .......... .......... 91% 354M 0s 159600K .......... .......... .......... .......... .......... 91% 353M 0s 159650K .......... .......... .......... .......... .......... 91% 390M 0s 159700K .......... .......... .......... .......... .......... 91% 8.15M 0s 159750K .......... .......... .......... .......... .......... 91% 321M 0s 159800K .......... .......... .......... .......... .......... 91% 308M 0s 159850K .......... .......... .......... .......... .......... 91% 424M 0s 159900K .......... .......... .......... .......... .......... 91% 261M 0s 159950K .......... .......... .......... .......... .......... 91% 422M 0s 160000K .......... .......... .......... .......... .......... 91% 446M 0s 160050K .......... .......... .......... .......... .......... 91% 1.24M 0s 160100K .......... .......... .......... .......... .......... 91% 322M 0s 160150K .......... .......... .......... .......... .......... 91% 305M 0s 160200K .......... .......... .......... .......... .......... 91% 415M 0s 160250K .......... .......... .......... .......... .......... 91% 376M 0s 160300K .......... .......... .......... .......... .......... 91% 11.3M 0s 160350K .......... .......... .......... .......... .......... 91% 349M 0s 160400K .......... .......... .......... .......... .......... 91% 415M 0s 160450K .......... .......... .......... .......... .......... 91% 308M 0s 160500K .......... .......... .......... .......... .......... 91% 392M 0s 160550K .......... .......... .......... .......... .......... 91% 54.0M 0s 160600K .......... .......... .......... .......... .......... 91% 236M 0s 160650K .......... .......... .......... .......... .......... 91% 336M 0s 160700K .......... .......... .......... .......... .......... 91% 378M 0s 160750K .......... .......... .......... .......... .......... 91% 407M 0s 160800K .......... .......... .......... .......... .......... 91% 54.8M 0s 160850K .......... .......... .......... .......... .......... 91% 367M 0s 160900K .......... .......... .......... .......... .......... 91% 355M 0s 160950K .......... .......... .......... .......... .......... 91% 284M 0s 161000K .......... .......... .......... .......... .......... 91% 386M 0s 161050K .......... .......... .......... .......... .......... 91% 57.9M 0s 161100K .......... .......... .......... .......... .......... 91% 380M 0s 161150K .......... .......... .......... .......... .......... 91% 316M 0s 161200K .......... .......... .......... .......... .......... 92% 369M 0s 161250K .......... .......... .......... .......... .......... 92% 410M 0s 161300K .......... .......... .......... .......... .......... 92% 64.0M 0s 161350K .......... .......... .......... .......... .......... 92% 267M 0s 161400K .......... .......... .......... .......... .......... 92% 297M 0s 161450K .......... .......... .......... .......... .......... 92% 372M 0s 161500K .......... .......... .......... .......... .......... 92% 327M 0s 161550K .......... .......... .......... .......... .......... 92% 72.5M 0s 161600K .......... .......... .......... .......... .......... 92% 382M 0s 161650K .......... .......... .......... .......... .......... 92% 332M 0s 161700K .......... .......... .......... .......... .......... 92% 390M 0s 161750K .......... .......... .......... .......... .......... 92% 83.8M 0s 161800K .......... .......... .......... .......... .......... 92% 151M 0s 161850K .......... .......... .......... .......... .......... 92% 51.6M 0s 161900K .......... .......... .......... .......... .......... 92% 281M 0s 161950K .......... .......... .......... .......... .......... 92% 343M 0s 162000K .......... .......... .......... .......... .......... 92% 421M 0s 162050K .......... .......... .......... .......... .......... 92% 432M 0s 162100K .......... .......... .......... .......... .......... 92% 51.2M 0s 162150K .......... .......... .......... .......... .......... 92% 432M 0s 162200K .......... .......... .......... .......... .......... 92% 436M 0s 162250K .......... .......... .......... .......... .......... 92% 434M 0s 162300K .......... .......... .......... .......... .......... 92% 371M 0s 162350K .......... .......... .......... .......... .......... 92% 28.3M 0s 162400K .......... .......... .......... .......... .......... 92% 339M 0s 162450K .......... .......... .......... .......... .......... 92% 346M 0s 162500K .......... .......... .......... .......... .......... 92% 337M 0s 162550K .......... .......... .......... .......... .......... 92% 367M 0s 162600K .......... .......... .......... .......... .......... 92% 20.7M 0s 162650K .......... .......... .......... .......... .......... 92% 324M 0s 162700K .......... .......... .......... .......... .......... 92% 425M 0s 162750K .......... .......... .......... .......... .......... 92% 456M 0s 162800K .......... .......... .......... .......... .......... 92% 279M 0s 162850K .......... .......... .......... .......... .......... 92% 65.2M 0s 162900K .......... .......... .......... .......... .......... 92% 255M 0s 162950K .......... .......... .......... .......... .......... 93% 267M 0s 163000K .......... .......... .......... .......... .......... 93% 425M 0s 163050K .......... .......... .......... .......... .......... 93% 403M 0s 163100K .......... .......... .......... .......... .......... 93% 39.1M 0s 163150K .......... .......... .......... .......... .......... 93% 198M 0s 163200K .......... .......... .......... .......... .......... 93% 370M 0s 163250K .......... .......... .......... .......... .......... 93% 425M 0s 163300K .......... .......... .......... .......... .......... 93% 437M 0s 163350K .......... .......... .......... .......... .......... 93% 46.4M 0s 163400K .......... .......... .......... .......... .......... 93% 270M 0s 163450K .......... .......... .......... .......... .......... 93% 397M 0s 163500K .......... .......... .......... .......... .......... 93% 361M 0s 163550K .......... .......... .......... .......... .......... 93% 417M 0s 163600K .......... .......... .......... .......... .......... 93% 105M 0s 163650K .......... .......... .......... .......... .......... 93% 210M 0s 163700K .......... .......... .......... .......... .......... 93% 432M 0s 163750K .......... .......... .......... .......... .......... 93% 428M 0s 163800K .......... .......... .......... .......... .......... 93% 84.1M 0s 163850K .......... .......... .......... .......... .......... 93% 284M 0s 163900K .......... .......... .......... .......... .......... 93% 46.3M 0s 163950K .......... .......... .......... .......... .......... 93% 332M 0s 164000K .......... .......... .......... .......... .......... 93% 391M 0s 164050K .......... .......... .......... .......... .......... 93% 388M 0s 164100K .......... .......... .......... .......... .......... 93% 384M 0s 164150K .......... .......... .......... .......... .......... 93% 45.8M 0s 164200K .......... .......... .......... .......... .......... 93% 409M 0s 164250K .......... .......... .......... .......... .......... 93% 359M 0s 164300K .......... .......... .......... .......... .......... 93% 303M 0s 164350K .......... .......... .......... .......... .......... 93% 460M 0s 164400K .......... .......... .......... .......... .......... 93% 41.5M 0s 164450K .......... .......... .......... .......... .......... 93% 272M 0s 164500K .......... .......... .......... .......... .......... 93% 439M 0s 164550K .......... .......... .......... .......... .......... 93% 406M 0s 164600K .......... .......... .......... .......... .......... 93% 415M 0s 164650K .......... .......... .......... .......... .......... 93% 63.1M 0s 164700K .......... .......... .......... .......... .......... 94% 368M 0s 164750K .......... .......... .......... .......... .......... 94% 392M 0s 164800K .......... .......... .......... .......... .......... 94% 364M 0s 164850K .......... .......... .......... .......... .......... 94% 414M 0s 164900K .......... .......... .......... .......... .......... 94% 44.0M 0s 164950K .......... .......... .......... .......... .......... 94% 399M 0s 165000K .......... .......... .......... .......... .......... 94% 296M 0s 165050K .......... .......... .......... .......... .......... 94% 444M 0s 165100K .......... .......... .......... .......... .......... 94% 432M 0s 165150K .......... .......... .......... .......... .......... 94% 75.1M 0s 165200K .......... .......... .......... .......... .......... 94% 331M 0s 165250K .......... .......... .......... .......... .......... 94% 352M 0s 165300K .......... .......... .......... .......... .......... 94% 316M 0s 165350K .......... .......... .......... .......... .......... 94% 354M 0s 165400K .......... .......... .......... .......... .......... 94% 50.5M 0s 165450K .......... .......... .......... .......... .......... 94% 365M 0s 165500K .......... .......... .......... .......... .......... 94% 364M 0s 165550K .......... .......... .......... .......... .......... 94% 367M 0s 165600K .......... .......... .......... .......... .......... 94% 423M 0s 165650K .......... .......... .......... .......... .......... 94% 71.4M 0s 165700K .......... .......... .......... .......... .......... 94% 324M 0s 165750K .......... .......... .......... .......... .......... 94% 361M 0s 165800K .......... .......... .......... .......... .......... 94% 397M 0s 165850K .......... .......... .......... .......... .......... 94% 88.8M 0s 165900K .......... .......... .......... .......... .......... 94% 423M 0s 165950K .......... .......... .......... .......... .......... 94% 46.4M 0s 166000K .......... .......... .......... .......... .......... 94% 416M 0s 166050K .......... .......... .......... .......... .......... 94% 312M 0s 166100K .......... .......... .......... .......... .......... 94% 379M 0s 166150K .......... .......... .......... .......... .......... 94% 439M 0s 166200K .......... .......... .......... .......... .......... 94% 28.8M 0s 166250K .......... .......... .......... .......... .......... 94% 432M 0s 166300K .......... .......... .......... .......... .......... 94% 297M 0s 166350K .......... .......... .......... .......... .......... 94% 418M 0s 166400K .......... .......... .......... .......... .......... 94% 456M 0s 166450K .......... .......... .......... .......... .......... 95% 58.9M 0s 166500K .......... .......... .......... .......... .......... 95% 424M 0s 166550K .......... .......... .......... .......... .......... 95% 459M 0s 166600K .......... .......... .......... .......... .......... 95% 405M 0s 166650K .......... .......... .......... .......... .......... 95% 397M 0s 166700K .......... .......... .......... .......... .......... 95% 51.5M 0s 166750K .......... .......... .......... .......... .......... 95% 349M 0s 166800K .......... .......... .......... .......... .......... 95% 300M 0s 166850K .......... .......... .......... .......... .......... 95% 370M 0s 166900K .......... .......... .......... .......... .......... 95% 417M 0s 166950K .......... .......... .......... .......... .......... 95% 61.1M 0s 167000K .......... .......... .......... .......... .......... 95% 289M 0s 167050K .......... .......... .......... .......... .......... 95% 332M 0s 167100K .......... .......... .......... .......... .......... 95% 393M 0s 167150K .......... .......... .......... .......... .......... 95% 334M 0s 167200K .......... .......... .......... .......... .......... 95% 46.4M 0s 167250K .......... .......... .......... .......... .......... 95% 391M 0s 167300K .......... .......... .......... .......... .......... 95% 324M 0s 167350K .......... .......... .......... .......... .......... 95% 332M 0s 167400K .......... .......... .......... .......... .......... 95% 429M 0s 167450K .......... .......... .......... .......... .......... 95% 36.0M 0s 167500K .......... .......... .......... .......... .......... 95% 278M 0s 167550K .......... .......... .......... .......... .......... 95% 461M 0s 167600K .......... .......... .......... .......... .......... 95% 340M 0s 167650K .......... .......... .......... .......... .......... 95% 459M 0s 167700K .......... .......... .......... .......... .......... 95% 60.3M 0s 167750K .......... .......... .......... .......... .......... 95% 271M 0s 167800K .......... .......... .......... .......... .......... 95% 452M 0s 167850K .......... .......... .......... .......... .......... 95% 340M 0s 167900K .......... .......... .......... .......... .......... 95% 82.2M 0s 167950K .......... .......... .......... .......... .......... 95% 41.2M 0s 168000K .......... .......... .......... .......... .......... 95% 384M 0s 168050K .......... .......... .......... .......... .......... 95% 358M 0s 168100K .......... .......... .......... .......... .......... 95% 226M 0s 168150K .......... .......... .......... .......... .......... 95% 391M 0s 168200K .......... .......... .......... .......... .......... 96% 426M 0s 168250K .......... .......... .......... .......... .......... 96% 43.9M 0s 168300K .......... .......... .......... .......... .......... 96% 373M 0s 168350K .......... .......... .......... .......... .......... 96% 390M 0s 168400K .......... .......... .......... .......... .......... 96% 417M 0s 168450K .......... .......... .......... .......... .......... 96% 382M 0s 168500K .......... .......... .......... .......... .......... 96% 75.3M 0s 168550K .......... .......... .......... .......... .......... 96% 407M 0s 168600K .......... .......... .......... .......... .......... 96% 351M 0s 168650K .......... .......... .......... .......... .......... 96% 273M 0s 168700K .......... .......... .......... .......... .......... 96% 444M 0s 168750K .......... .......... .......... .......... .......... 96% 51.0M 0s 168800K .......... .......... .......... .......... .......... 96% 341M 0s 168850K .......... .......... .......... .......... .......... 96% 320M 0s 168900K .......... .......... .......... .......... .......... 96% 394M 0s 168950K .......... .......... .......... .......... .......... 96% 384M 0s 169000K .......... .......... .......... .......... .......... 96% 56.9M 0s 169050K .......... .......... .......... .......... .......... 96% 324M 0s 169100K .......... .......... .......... .......... .......... 96% 253M 0s 169150K .......... .......... .......... .......... .......... 96% 346M 0s 169200K .......... .......... .......... .......... .......... 96% 393M 0s 169250K .......... .......... .......... .......... .......... 96% 57.0M 0s 169300K .......... .......... .......... .......... .......... 96% 283M 0s 169350K .......... .......... .......... .......... .......... 96% 313M 0s 169400K .......... .......... .......... .......... .......... 96% 367M 0s 169450K .......... .......... .......... .......... .......... 96% 406M 0s 169500K .......... .......... .......... .......... .......... 96% 59.7M 0s 169550K .......... .......... .......... .......... .......... 96% 368M 0s 169600K .......... .......... .......... .......... .......... 96% 407M 0s 169650K .......... .......... .......... .......... .......... 96% 379M 0s 169700K .......... .......... .......... .......... .......... 96% 349M 0s 169750K .......... .......... .......... .......... .......... 96% 66.4M 0s 169800K .......... .......... .......... .......... .......... 96% 317M 0s 169850K .......... .......... .......... .......... .......... 96% 299M 0s 169900K .......... .......... .......... .......... .......... 96% 379M 0s 169950K .......... .......... .......... .......... .......... 97% 41.4M 0s 170000K .......... .......... .......... .......... .......... 97% 164M 0s 170050K .......... .......... .......... .......... .......... 97% 383M 0s 170100K .......... .......... .......... .......... .......... 97% 379M 0s 170150K .......... .......... .......... .......... .......... 97% 317M 0s 170200K .......... .......... .......... .......... .......... 97% 389M 0s 170250K .......... .......... .......... .......... .......... 97% 398M 0s 170300K .......... .......... .......... .......... .......... 97% 50.1M 0s 170350K .......... .......... .......... .......... .......... 97% 381M 0s 170400K .......... .......... .......... .......... .......... 97% 348M 0s 170450K .......... .......... .......... .......... .......... 97% 387M 0s 170500K .......... .......... .......... .......... .......... 97% 366M 0s 170550K .......... .......... .......... .......... .......... 97% 46.5M 0s 170600K .......... .......... .......... .......... .......... 97% 398M 0s 170650K .......... .......... .......... .......... .......... 97% 316M 0s 170700K .......... .......... .......... .......... .......... 97% 413M 0s 170750K .......... .......... .......... .......... .......... 97% 438M 0s 170800K .......... .......... .......... .......... .......... 97% 52.1M 0s 170850K .......... .......... .......... .......... .......... 97% 379M 0s 170900K .......... .......... .......... .......... .......... 97% 345M 0s 170950K .......... .......... .......... .......... .......... 97% 422M 0s 171000K .......... .......... .......... .......... .......... 97% 370M 0s 171050K .......... .......... .......... .......... .......... 97% 58.4M 0s 171100K .......... .......... .......... .......... .......... 97% 333M 0s 171150K .......... .......... .......... .......... .......... 97% 364M 0s 171200K .......... .......... .......... .......... .......... 97% 225M 0s 171250K .......... .......... .......... .......... .......... 97% 401M 0s 171300K .......... .......... .......... .......... .......... 97% 54.6M 0s 171350K .......... .......... .......... .......... .......... 97% 306M 0s 171400K .......... .......... .......... .......... .......... 97% 333M 0s 171450K .......... .......... .......... .......... .......... 97% 405M 0s 171500K .......... .......... .......... .......... .......... 97% 332M 0s 171550K .......... .......... .......... .......... .......... 97% 75.5M 0s 171600K .......... .......... .......... .......... .......... 97% 233M 0s 171650K .......... .......... .......... .......... .......... 97% 392M 0s 171700K .......... .......... .......... .......... .......... 98% 333M 0s 171750K .......... .......... .......... .......... .......... 98% 425M 0s 171800K .......... .......... .......... .......... .......... 98% 64.8M 0s 171850K .......... .......... .......... .......... .......... 98% 210M 0s 171900K .......... .......... .......... .......... .......... 98% 404M 0s 171950K .......... .......... .......... .......... .......... 98% 400M 0s 172000K .......... .......... .......... .......... .......... 98% 117M 0s 172050K .......... .......... .......... .......... .......... 98% 57.2M 0s 172100K .......... .......... .......... .......... .......... 98% 359M 0s 172150K .......... .......... .......... .......... .......... 98% 291M 0s 172200K .......... .......... .......... .......... .......... 98% 386M 0s 172250K .......... .......... .......... .......... .......... 98% 409M 0s 172300K .......... .......... .......... .......... .......... 98% 47.8M 0s 172350K .......... .......... .......... .......... .......... 98% 121M 0s 172400K .......... .......... .......... .......... .......... 98% 294M 0s 172450K .......... .......... .......... .......... .......... 98% 396M 0s 172500K .......... .......... .......... .......... .......... 98% 360M 0s 172550K .......... .......... .......... .......... .......... 98% 419M 0s 172600K .......... .......... .......... .......... .......... 98% 51.7M 0s 172650K .......... .......... .......... .......... .......... 98% 349M 0s 172700K .......... .......... .......... .......... .......... 98% 378M 0s 172750K .......... .......... .......... .......... .......... 98% 385M 0s 172800K .......... .......... .......... .......... .......... 98% 394M 0s 172850K .......... .......... .......... .......... .......... 98% 43.5M 0s 172900K .......... .......... .......... .......... .......... 98% 398M 0s 172950K .......... .......... .......... .......... .......... 98% 283M 0s 173000K .......... .......... .......... .......... .......... 98% 299M 0s 173050K .......... .......... .......... .......... .......... 98% 421M 0s 173100K .......... .......... .......... .......... .......... 98% 39.6M 0s 173150K .......... .......... .......... .......... .......... 98% 281M 0s 173200K .......... .......... .......... .......... .......... 98% 317M 0s 173250K .......... .......... .......... .......... .......... 98% 407M 0s 173300K .......... .......... .......... .......... .......... 98% 381M 0s 173350K .......... .......... .......... .......... .......... 98% 43.9M 0s 173400K .......... .......... .......... .......... .......... 98% 272M 0s 173450K .......... .......... .......... .......... .......... 99% 264M 0s 173500K .......... .......... .......... .......... .......... 99% 358M 0s 173550K .......... .......... .......... .......... .......... 99% 330M 0s 173600K .......... .......... .......... .......... .......... 99% 49.5M 0s 173650K .......... .......... .......... .......... .......... 99% 342M 0s 173700K .......... .......... .......... .......... .......... 99% 322M 0s 173750K .......... .......... .......... .......... .......... 99% 419M 0s 173800K .......... .......... .......... .......... .......... 99% 420M 0s 173850K .......... .......... .......... .......... .......... 99% 72.7M 0s 173900K .......... .......... .......... .......... .......... 99% 325M 0s 173950K .......... .......... .......... .......... .......... 99% 354M 0s 174000K .......... .......... .......... .......... .......... 99% 376M 0s 174050K .......... .......... .......... .......... .......... 99% 80.5M 0s 174100K .......... .......... .......... .......... .......... 99% 58.7M 0s 174150K .......... .......... .......... .......... .......... 99% 170M 0s 174200K .......... .......... .......... .......... .......... 99% 377M 0s 174250K .......... .......... .......... .......... .......... 99% 424M 0s 174300K .......... .......... .......... .......... .......... 99% 310M 0s 174350K .......... .......... .......... .......... .......... 99% 62.9M 0s 174400K .......... .......... .......... .......... .......... 99% 398M 0s 174450K .......... .......... .......... .......... .......... 99% 334M 0s 174500K .......... .......... .......... .......... .......... 99% 360M 0s 174550K .......... .......... .......... .......... .......... 99% 380M 0s 174600K .......... .......... .......... .......... .......... 99% 398M 0s 174650K .......... .......... .......... .......... .......... 99% 42.2M 0s 174700K .......... .......... .......... .......... .......... 99% 323M 0s 174750K .......... .......... .......... .......... .......... 99% 420M 0s 174800K .......... .......... .......... .......... .......... 99% 428M 0s 174850K .......... .......... .......... .......... .......... 99% 316M 0s 174900K .......... .......... .......... .......... .......... 99% 49.1M 0s 174950K .......... .......... .......... .......... .......... 99% 412M 0s 175000K .......... .......... .......... .......... .......... 99% 357M 0s 175050K .......... .......... .......... .......... .......... 99% 428M 0s 175100K .......... .......... .......... .......... .......... 99% 416M 0s 175150K .......... .......... .......... .......... .......... 99% 362M 0s 175200K .......... .......... .......... .......... ... 100% 369M=1.5s 2024-01-03 12:26:43 (111 MB/s) - '/home/jenkins/extension.lib.external/wildfly-15.0.1.Final.tar.gz' saved [179449615/179449615] --2024-01-03 12:26:43-- https://download.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/eclipse-SDK-4.10-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.10-201812060815/eclipse-SDK-4.10-linux-gtk-x86_64.tar.gz [following] --2024-01-03 12:26:43-- https://archive.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/eclipse-SDK-4.10-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: 244607364 (233M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/eclipse-SDK-4.10-linux-gtk-x86_64.tar.gz' 0K .......... .......... .......... .......... .......... 0% 8.04M 29s 50K .......... .......... .......... .......... .......... 0% 250M 15s 100K .......... .......... .......... .......... .......... 0% 214M 10s 150K .......... .......... .......... .......... .......... 0% 121M 8s 200K .......... .......... .......... .......... .......... 0% 118M 7s 250K .......... .......... .......... .......... .......... 0% 112M 6s 300K .......... .......... .......... .......... .......... 0% 106M 6s 350K .......... .......... .......... .......... .......... 0% 110M 5s 400K .......... .......... .......... .......... .......... 0% 99.8M 5s 450K .......... .......... .......... .......... .......... 0% 121M 5s 500K .......... .......... .......... .......... .......... 0% 7.74M 7s 550K .......... .......... .......... .......... .......... 0% 278M 6s 600K .......... .......... .......... .......... .......... 0% 268M 6s 650K .......... .......... .......... .......... .......... 0% 7.62M 8s 700K .......... .......... .......... .......... .......... 0% 210M 7s 750K .......... .......... .......... .......... .......... 0% 275M 7s 800K .......... .......... .......... .......... .......... 0% 234M 7s 850K .......... .......... .......... .......... .......... 0% 168M 6s 900K .......... .......... .......... .......... .......... 0% 106M 6s 950K .......... .......... .......... .......... .......... 0% 110M 6s 1000K .......... .......... .......... .......... .......... 0% 128M 6s 1050K .......... .......... .......... .......... .......... 0% 102M 5s 1100K .......... .......... .......... .......... .......... 0% 98.7M 5s 1150K .......... .......... .......... .......... .......... 0% 116M 5s 1200K .......... .......... .......... .......... .......... 0% 94.1M 5s 1250K .......... .......... .......... .......... .......... 0% 91.1M 5s 1300K .......... .......... .......... .......... .......... 0% 122M 5s 1350K .......... .......... .......... .......... .......... 0% 99.0M 5s 1400K .......... .......... .......... .......... .......... 0% 121M 5s 1450K .......... .......... .......... .......... .......... 0% 140M 5s 1500K .......... .......... .......... .......... .......... 0% 94.7M 5s 1550K .......... .......... .......... .......... .......... 0% 102M 4s 1600K .......... .......... .......... .......... .......... 0% 131M 4s 1650K .......... .......... .......... .......... .......... 0% 98.3M 4s 1700K .......... .......... .......... .......... .......... 0% 123M 4s 1750K .......... .......... .......... .......... .......... 0% 96.3M 4s 1800K .......... .......... .......... .......... .......... 0% 127M 4s 1850K .......... .......... .......... .......... .......... 0% 127M 4s 1900K .......... .......... .......... .......... .......... 0% 114M 4s 1950K .......... .......... .......... .......... .......... 0% 98.1M 4s 2000K .......... .......... .......... .......... .......... 0% 122M 4s 2050K .......... .......... .......... .......... .......... 0% 110M 4s 2100K .......... .......... .......... .......... .......... 0% 74.2M 4s 2150K .......... .......... .......... .......... .......... 0% 77.6M 4s 2200K .......... .......... .......... .......... .......... 0% 50.3M 4s 2250K .......... .......... .......... .......... .......... 0% 7.52M 4s 2300K .......... .......... .......... .......... .......... 0% 248M 4s 2350K .......... .......... .......... .......... .......... 1% 283M 4s 2400K .......... .......... .......... .......... .......... 1% 244M 4s 2450K .......... .......... .......... .......... .......... 1% 264M 4s 2500K .......... .......... .......... .......... .......... 1% 184M 4s 2550K .......... .......... .......... .......... .......... 1% 133M 4s 2600K .......... .......... .......... .......... .......... 1% 106M 4s 2650K .......... .......... .......... .......... .......... 1% 109M 4s 2700K .......... .......... .......... .......... .......... 1% 99.0M 4s 2750K .......... .......... .......... .......... .......... 1% 127M 4s 2800K .......... .......... .......... .......... .......... 1% 117M 4s 2850K .......... .......... .......... .......... .......... 1% 100M 4s 2900K .......... .......... .......... .......... .......... 1% 127M 4s 2950K .......... .......... .......... .......... .......... 1% 102M 4s 3000K .......... .......... .......... .......... .......... 1% 116M 4s 3050K .......... .......... .......... .......... .......... 1% 111M 4s 3100K .......... .......... .......... .......... .......... 1% 107M 4s 3150K .......... .......... .......... .......... .......... 1% 116M 4s 3200K .......... .......... .......... .......... .......... 1% 122M 4s 3250K .......... .......... .......... .......... .......... 1% 99.5M 4s 3300K .......... .......... .......... .......... .......... 1% 126M 4s 3350K .......... .......... .......... .......... .......... 1% 110M 4s 3400K .......... .......... .......... .......... .......... 1% 109M 4s 3450K .......... .......... .......... .......... .......... 1% 126M 4s 3500K .......... .......... .......... .......... .......... 1% 121M 3s 3550K .......... .......... .......... .......... .......... 1% 101M 3s 3600K .......... .......... .......... .......... .......... 1% 105M 3s 3650K .......... .......... .......... .......... .......... 1% 115M 3s 3700K .......... .......... .......... .......... .......... 1% 108M 3s 3750K .......... .......... .......... .......... .......... 1% 71.4M 3s 3800K .......... .......... .......... .......... .......... 1% 39.9M 3s 3850K .......... .......... .......... .......... .......... 1% 89.8M 3s 3900K .......... .......... .......... .......... .......... 1% 7.04M 4s 3950K .......... .......... .......... .......... .......... 1% 220M 4s 4000K .......... .......... .......... .......... .......... 1% 228M 4s 4050K .......... .......... .......... .......... .......... 1% 305M 4s 4100K .......... .......... .......... .......... .......... 1% 293M 4s 4150K .......... .......... .......... .......... .......... 1% 39.5M 4s 4200K .......... .......... .......... .......... .......... 1% 233M 4s 4250K .......... .......... .......... .......... .......... 1% 308M 4s 4300K .......... .......... .......... .......... .......... 1% 263M 4s 4350K .......... .......... .......... .......... .......... 1% 288M 4s 4400K .......... .......... .......... .......... .......... 1% 252M 4s 4450K .......... .......... .......... .......... .......... 1% 246M 3s 4500K .......... .......... .......... .......... .......... 1% 160M 3s 4550K .......... .......... .......... .......... .......... 1% 107M 3s 4600K .......... .......... .......... .......... .......... 1% 110M 3s 4650K .......... .......... .......... .......... .......... 1% 127M 3s 4700K .......... .......... .......... .......... .......... 1% 7.25M 4s 4750K .......... .......... .......... .......... .......... 2% 265M 4s 4800K .......... .......... .......... .......... .......... 2% 233M 4s 4850K .......... .......... .......... .......... .......... 2% 269M 4s 4900K .......... .......... .......... .......... .......... 2% 246M 4s 4950K .......... .......... .......... .......... .......... 2% 311M 4s 5000K .......... .......... .......... .......... .......... 2% 263M 4s 5050K .......... .......... .......... .......... .......... 2% 256M 4s 5100K .......... .......... .......... .......... .......... 2% 203M 3s 5150K .......... .......... .......... .......... .......... 2% 231M 3s 5200K .......... .......... .......... .......... .......... 2% 126M 3s 5250K .......... .......... .......... .......... .......... 2% 101M 3s 5300K .......... .......... .......... .......... .......... 2% 113M 3s 5350K .......... .......... .......... .......... .......... 2% 117M 3s 5400K .......... .......... .......... .......... .......... 2% 117M 3s 5450K .......... .......... .......... .......... .......... 2% 105M 3s 5500K .......... .......... .......... .......... .......... 2% 96.6M 3s 5550K .......... .......... .......... .......... .......... 2% 128M 3s 5600K .......... .......... .......... .......... .......... 2% 98.2M 3s 5650K .......... .......... .......... .......... .......... 2% 119M 3s 5700K .......... .......... .......... .......... .......... 2% 108M 3s 5750K .......... .......... .......... .......... .......... 2% 109M 3s 5800K .......... .......... .......... .......... .......... 2% 78.2M 3s 5850K .......... .......... .......... .......... .......... 2% 62.4M 3s 5900K .......... .......... .......... .......... .......... 2% 58.2M 3s 5950K .......... .......... .......... .......... .......... 2% 57.8M 3s 6000K .......... .......... .......... .......... .......... 2% 54.2M 3s 6050K .......... .......... .......... .......... .......... 2% 126M 3s 6100K .......... .......... .......... .......... .......... 2% 97.9M 3s 6150K .......... .......... .......... .......... .......... 2% 113M 3s 6200K .......... .......... .......... .......... .......... 2% 134M 3s 6250K .......... .......... .......... .......... .......... 2% 112M 3s 6300K .......... .......... .......... .......... .......... 2% 103M 3s 6350K .......... .......... .......... .......... .......... 2% 120M 3s 6400K .......... .......... .......... .......... .......... 2% 102M 3s 6450K .......... .......... .......... .......... .......... 2% 118M 3s 6500K .......... .......... .......... .......... .......... 2% 121M 3s 6550K .......... .......... .......... .......... .......... 2% 102M 3s 6600K .......... .......... .......... .......... .......... 2% 121M 3s 6650K .......... .......... .......... .......... .......... 2% 99.4M 3s 6700K .......... .......... .......... .......... .......... 2% 136M 3s 6750K .......... .......... .......... .......... .......... 2% 110M 3s 6800K .......... .......... .......... .......... .......... 2% 105M 3s 6850K .......... .......... .......... .......... .......... 2% 130M 3s 6900K .......... .......... .......... .......... .......... 2% 109M 3s 6950K .......... .......... .......... .......... .......... 2% 104M 3s 7000K .......... .......... .......... .......... .......... 2% 118M 3s 7050K .......... .......... .......... .......... .......... 2% 117M 3s 7100K .......... .......... .......... .......... .......... 2% 93.2M 3s 7150K .......... .......... .......... .......... .......... 3% 129M 3s 7200K .......... .......... .......... .......... .......... 3% 114M 3s 7250K .......... .......... .......... .......... .......... 3% 125M 3s 7300K .......... .......... .......... .......... .......... 3% 101M 3s 7350K .......... .......... .......... .......... .......... 3% 112M 3s 7400K .......... .......... .......... .......... .......... 3% 113M 3s 7450K .......... .......... .......... .......... .......... 3% 118M 3s 7500K .......... .......... .......... .......... .......... 3% 7.25M 3s 7550K .......... .......... .......... .......... .......... 3% 261M 3s 7600K .......... .......... .......... .......... .......... 3% 238M 3s 7650K .......... .......... .......... .......... .......... 3% 247M 3s 7700K .......... .......... .......... .......... .......... 3% 295M 3s 7750K .......... .......... .......... .......... .......... 3% 317M 3s 7800K .......... .......... .......... .......... .......... 3% 298M 3s 7850K .......... .......... .......... .......... .......... 3% 302M 3s 7900K .......... .......... .......... .......... .......... 3% 8.33M 3s 7950K .......... .......... .......... .......... .......... 3% 241M 3s 8000K .......... .......... .......... .......... .......... 3% 253M 3s 8050K .......... .......... .......... .......... .......... 3% 289M 3s 8100K .......... .......... .......... .......... .......... 3% 259M 3s 8150K .......... .......... .......... .......... .......... 3% 276M 3s 8200K .......... .......... .......... .......... .......... 3% 285M 3s 8250K .......... .......... .......... .......... .......... 3% 285M 3s 8300K .......... .......... .......... .......... .......... 3% 232M 3s 8350K .......... .......... .......... .......... .......... 3% 297M 3s 8400K .......... .......... .......... .......... .......... 3% 271M 3s 8450K .......... .......... .......... .......... .......... 3% 305M 3s 8500K .......... .......... .......... .......... .......... 3% 248M 3s 8550K .......... .......... .......... .......... .......... 3% 295M 3s 8600K .......... .......... .......... .......... .......... 3% 267M 3s 8650K .......... .......... .......... .......... .......... 3% 251M 3s 8700K .......... .......... .......... .......... .......... 3% 264M 3s 8750K .......... .......... .......... .......... .......... 3% 243M 3s 8800K .......... .......... .......... .......... .......... 3% 147M 3s 8850K .......... .......... .......... .......... .......... 3% 7.41M 3s 8900K .......... .......... .......... .......... .......... 3% 190M 3s 8950K .......... .......... .......... .......... .......... 3% 267M 3s 9000K .......... .......... .......... .......... .......... 3% 241M 3s 9050K .......... .......... .......... .......... .......... 3% 298M 3s 9100K .......... .......... .......... .......... .......... 3% 294M 3s 9150K .......... .......... .......... .......... .......... 3% 297M 3s 9200K .......... .......... .......... .......... .......... 3% 258M 3s 9250K .......... .......... .......... .......... .......... 3% 260M 3s 9300K .......... .......... .......... .......... .......... 3% 248M 3s 9350K .......... .......... .......... .......... .......... 3% 303M 3s 9400K .......... .......... .......... .......... .......... 3% 236M 3s 9450K .......... .......... .......... .......... .......... 3% 282M 3s 9500K .......... .......... .......... .......... .......... 3% 241M 3s 9550K .......... .......... .......... .......... .......... 4% 274M 3s 9600K .......... .......... .......... .......... .......... 4% 206M 3s 9650K .......... .......... .......... .......... .......... 4% 90.9M 3s 9700K .......... .......... .......... .......... .......... 4% 126M 3s 9750K .......... .......... .......... .......... .......... 4% 79.2M 3s 9800K .......... .......... .......... .......... .......... 4% 182M 3s 9850K .......... .......... .......... .......... .......... 4% 113M 3s 9900K .......... .......... .......... .......... .......... 4% 124M 3s 9950K .......... .......... .......... .......... .......... 4% 102M 3s 10000K .......... .......... .......... .......... .......... 4% 119M 3s 10050K .......... .......... .......... .......... .......... 4% 99.5M 3s 10100K .......... .......... .......... .......... .......... 4% 120M 3s 10150K .......... .......... .......... .......... .......... 4% 107M 3s 10200K .......... .......... .......... .......... .......... 4% 89.7M 3s 10250K .......... .......... .......... .......... .......... 4% 176M 3s 10300K .......... .......... .......... .......... .......... 4% 97.8M 3s 10350K .......... .......... .......... .......... .......... 4% 118M 3s 10400K .......... .......... .......... .......... .......... 4% 102M 3s 10450K .......... .......... .......... .......... .......... 4% 118M 3s 10500K .......... .......... .......... .......... .......... 4% 106M 3s 10550K .......... .......... .......... .......... .......... 4% 110M 3s 10600K .......... .......... .......... .......... .......... 4% 101M 3s 10650K .......... .......... .......... .......... .......... 4% 124M 3s 10700K .......... .......... .......... .......... .......... 4% 90.7M 3s 10750K .......... .......... .......... .......... .......... 4% 158M 3s 10800K .......... .......... .......... .......... .......... 4% 86.3M 3s 10850K .......... .......... .......... .......... .......... 4% 117M 3s 10900K .......... .......... .......... .......... .......... 4% 113M 3s 10950K .......... .......... .......... .......... .......... 4% 119M 3s 11000K .......... .......... .......... .......... .......... 4% 109M 3s 11050K .......... .......... .......... .......... .......... 4% 114M 3s 11100K .......... .......... .......... .......... .......... 4% 104M 3s 11150K .......... .......... .......... .......... .......... 4% 149M 3s 11200K .......... .......... .......... .......... .......... 4% 98.3M 3s 11250K .......... .......... .......... .......... .......... 4% 117M 3s 11300K .......... .......... .......... .......... .......... 4% 115M 3s 11350K .......... .......... .......... .......... .......... 4% 118M 3s 11400K .......... .......... .......... .......... .......... 4% 102M 3s 11450K .......... .......... .......... .......... .......... 4% 109M 3s 11500K .......... .......... .......... .......... .......... 4% 107M 3s 11550K .......... .......... .......... .......... .......... 4% 122M 3s 11600K .......... .......... .......... .......... .......... 4% 112M 3s 11650K .......... .......... .......... .......... .......... 4% 91.7M 3s 11700K .......... .......... .......... .......... .......... 4% 101M 3s 11750K .......... .......... .......... .......... .......... 4% 127M 3s 11800K .......... .......... .......... .......... .......... 4% 124M 3s 11850K .......... .......... .......... .......... .......... 4% 102M 3s 11900K .......... .......... .......... .......... .......... 5% 7.47M 3s 11950K .......... .......... .......... .......... .......... 5% 237M 3s 12000K .......... .......... .......... .......... .......... 5% 276M 3s 12050K .......... .......... .......... .......... .......... 5% 274M 3s 12100K .......... .......... .......... .......... .......... 5% 308M 3s 12150K .......... .......... .......... .......... .......... 5% 285M 3s 12200K .......... .......... .......... .......... .......... 5% 304M 3s 12250K .......... .......... .......... .......... .......... 5% 252M 3s 12300K .......... .......... .......... .......... .......... 5% 297M 3s 12350K .......... .......... .......... .......... .......... 5% 289M 3s 12400K .......... .......... .......... .......... .......... 5% 320M 3s 12450K .......... .......... .......... .......... .......... 5% 286M 3s 12500K .......... .......... .......... .......... .......... 5% 321M 3s 12550K .......... .......... .......... .......... .......... 5% 286M 3s 12600K .......... .......... .......... .......... .......... 5% 303M 3s 12650K .......... .......... .......... .......... .......... 5% 287M 3s 12700K .......... .......... .......... .......... .......... 5% 225M 3s 12750K .......... .......... .......... .......... .......... 5% 280M 3s 12800K .......... .......... .......... .......... .......... 5% 74.0M 3s 12850K .......... .......... .......... .......... .......... 5% 197M 3s 12900K .......... .......... .......... .......... .......... 5% 274M 3s 12950K .......... .......... .......... .......... .......... 5% 96.5M 3s 13000K .......... .......... .......... .......... .......... 5% 92.5M 3s 13050K .......... .......... .......... .......... .......... 5% 54.5M 3s 13100K .......... .......... .......... .......... .......... 5% 92.9M 3s 13150K .......... .......... .......... .......... .......... 5% 5.79M 3s 13200K .......... .......... .......... .......... .......... 5% 256M 3s 13250K .......... .......... .......... .......... .......... 5% 252M 3s 13300K .......... .......... .......... .......... .......... 5% 268M 3s 13350K .......... .......... .......... .......... .......... 5% 264M 3s 13400K .......... .......... .......... .......... .......... 5% 278M 3s 13450K .......... .......... .......... .......... .......... 5% 260M 3s 13500K .......... .......... .......... .......... .......... 5% 308M 3s 13550K .......... .......... .......... .......... .......... 5% 300M 3s 13600K .......... .......... .......... .......... .......... 5% 325M 3s 13650K .......... .......... .......... .......... .......... 5% 268M 3s 13700K .......... .......... .......... .......... .......... 5% 239M 3s 13750K .......... .......... .......... .......... .......... 5% 282M 3s 13800K .......... .......... .......... .......... .......... 5% 286M 3s 13850K .......... .......... .......... .......... .......... 5% 298M 3s 13900K .......... .......... .......... .......... .......... 5% 215M 3s 13950K .......... .......... .......... .......... .......... 5% 61.2M 3s 14000K .......... .......... .......... .......... .......... 5% 53.2M 3s 14050K .......... .......... .......... .......... .......... 5% 56.1M 3s 14100K .......... .......... .......... .......... .......... 5% 56.0M 3s 14150K .......... .......... .......... .......... .......... 5% 58.2M 3s 14200K .......... .......... .......... .......... .......... 5% 75.7M 3s 14250K .......... .......... .......... .......... .......... 5% 121M 3s 14300K .......... .......... .......... .......... .......... 6% 100M 3s 14350K .......... .......... .......... .......... .......... 6% 102M 3s 14400K .......... .......... .......... .......... .......... 6% 108M 3s 14450K .......... .......... .......... .......... .......... 6% 74.1M 3s 14500K .......... .......... .......... .......... .......... 6% 95.7M 3s 14550K .......... .......... .......... .......... .......... 6% 73.4M 3s 14600K .......... .......... .......... .......... .......... 6% 119M 3s 14650K .......... .......... .......... .......... .......... 6% 99.1M 3s 14700K .......... .......... .......... .......... .......... 6% 122M 3s 14750K .......... .......... .......... .......... .......... 6% 109M 3s 14800K .......... .......... .......... .......... .......... 6% 112M 3s 14850K .......... .......... .......... .......... .......... 6% 110M 3s 14900K .......... .......... .......... .......... .......... 6% 121M 3s 14950K .......... .......... .......... .......... .......... 6% 110M 3s 15000K .......... .......... .......... .......... .......... 6% 119M 3s 15050K .......... .......... .......... .......... .......... 6% 101M 3s 15100K .......... .......... .......... .......... .......... 6% 126M 3s 15150K .......... .......... .......... .......... .......... 6% 95.9M 3s 15200K .......... .......... .......... .......... .......... 6% 123M 3s 15250K .......... .......... .......... .......... .......... 6% 99.8M 3s 15300K .......... .......... .......... .......... .......... 6% 120M 3s 15350K .......... .......... .......... .......... .......... 6% 122M 3s 15400K .......... .......... .......... .......... .......... 6% 117M 3s 15450K .......... .......... .......... .......... .......... 6% 100M 3s 15500K .......... .......... .......... .......... .......... 6% 122M 3s 15550K .......... .......... .......... .......... .......... 6% 99.5M 3s 15600K .......... .......... .......... .......... .......... 6% 121M 3s 15650K .......... .......... .......... .......... .......... 6% 113M 3s 15700K .......... .......... .......... .......... .......... 6% 112M 3s 15750K .......... .......... .......... .......... .......... 6% 114M 3s 15800K .......... .......... .......... .......... .......... 6% 120M 3s 15850K .......... .......... .......... .......... .......... 6% 104M 3s 15900K .......... .......... .......... .......... .......... 6% 96.4M 3s 15950K .......... .......... .......... .......... .......... 6% 115M 3s 16000K .......... .......... .......... .......... .......... 6% 133M 3s 16050K .......... .......... .......... .......... .......... 6% 90.6M 3s 16100K .......... .......... .......... .......... .......... 6% 133M 3s 16150K .......... .......... .......... .......... .......... 6% 124M 3s 16200K .......... .......... .......... .......... .......... 6% 101M 3s 16250K .......... .......... .......... .......... .......... 6% 123M 3s 16300K .......... .......... .......... .......... .......... 6% 130M 3s 16350K .......... .......... .......... .......... .......... 6% 83.8M 3s 16400K .......... .......... .......... .......... .......... 6% 150M 3s 16450K .......... .......... .......... .......... .......... 6% 112M 3s 16500K .......... .......... .......... .......... .......... 6% 113M 3s 16550K .......... .......... .......... .......... .......... 6% 5.38M 3s 16600K .......... .......... .......... .......... .......... 6% 176M 3s 16650K .......... .......... .......... .......... .......... 6% 244M 3s 16700K .......... .......... .......... .......... .......... 7% 195M 3s 16750K .......... .......... .......... .......... .......... 7% 270M 3s 16800K .......... .......... .......... .......... .......... 7% 268M 3s 16850K .......... .......... .......... .......... .......... 7% 264M 3s 16900K .......... .......... .......... .......... .......... 7% 249M 3s 16950K .......... .......... .......... .......... .......... 7% 285M 3s 17000K .......... .......... .......... .......... .......... 7% 298M 3s 17050K .......... .......... .......... .......... .......... 7% 325M 3s 17100K .......... .......... .......... .......... .......... 7% 262M 3s 17150K .......... .......... .......... .......... .......... 7% 270M 3s 17200K .......... .......... .......... .......... .......... 7% 275M 3s 17250K .......... .......... .......... .......... .......... 7% 282M 3s 17300K .......... .......... .......... .......... .......... 7% 277M 3s 17350K .......... .......... .......... .......... .......... 7% 312M 3s 17400K .......... .......... .......... .......... .......... 7% 296M 3s 17450K .......... .......... .......... .......... .......... 7% 333M 3s 17500K .......... .......... .......... .......... .......... 7% 255M 3s 17550K .......... .......... .......... .......... .......... 7% 288M 3s 17600K .......... .......... .......... .......... .......... 7% 277M 3s 17650K .......... .......... .......... .......... .......... 7% 289M 3s 17700K .......... .......... .......... .......... .......... 7% 261M 3s 17750K .......... .......... .......... .......... .......... 7% 281M 3s 17800K .......... .......... .......... .......... .......... 7% 265M 3s 17850K .......... .......... .......... .......... .......... 7% 287M 3s 17900K .......... .......... .......... .......... .......... 7% 175M 3s 17950K .......... .......... .......... .......... .......... 7% 112M 3s 18000K .......... .......... .......... .......... .......... 7% 127M 3s 18050K .......... .......... .......... .......... .......... 7% 113M 3s 18100K .......... .......... .......... .......... .......... 7% 97.3M 3s 18150K .......... .......... .......... .......... .......... 7% 87.5M 3s 18200K .......... .......... .......... .......... .......... 7% 114M 3s 18250K .......... .......... .......... .......... .......... 7% 99.9M 3s 18300K .......... .......... .......... .......... .......... 7% 136M 3s 18350K .......... .......... .......... .......... .......... 7% 98.0M 3s 18400K .......... .......... .......... .......... .......... 7% 132M 3s 18450K .......... .......... .......... .......... .......... 7% 93.0M 3s 18500K .......... .......... .......... .......... .......... 7% 107M 3s 18550K .......... .......... .......... .......... .......... 7% 123M 3s 18600K .......... .......... .......... .......... .......... 7% 129M 3s 18650K .......... .......... .......... .......... .......... 7% 116M 3s 18700K .......... .......... .......... .......... .......... 7% 101M 3s 18750K .......... .......... .......... .......... .......... 7% 120M 3s 18800K .......... .......... .......... .......... .......... 7% 123M 3s 18850K .......... .......... .......... .......... .......... 7% 96.1M 3s 18900K .......... .......... .......... .......... .......... 7% 130M 3s 18950K .......... .......... .......... .......... .......... 7% 104M 3s 19000K .......... .......... .......... .......... .......... 7% 70.2M 3s 19050K .......... .......... .......... .......... .......... 7% 120M 3s 19100K .......... .......... .......... .......... .......... 8% 100M 3s 19150K .......... .......... .......... .......... .......... 8% 96.3M 3s 19200K .......... .......... .......... .......... .......... 8% 134M 3s 19250K .......... .......... .......... .......... .......... 8% 120M 3s 19300K .......... .......... .......... .......... .......... 8% 115M 3s 19350K .......... .......... .......... .......... .......... 8% 103M 3s 19400K .......... .......... .......... .......... .......... 8% 113M 3s 19450K .......... .......... .......... .......... .......... 8% 105M 3s 19500K .......... .......... .......... .......... .......... 8% 95.5M 3s 19550K .......... .......... .......... .......... .......... 8% 134M 3s 19600K .......... .......... .......... .......... .......... 8% 94.0M 3s 19650K .......... .......... .......... .......... .......... 8% 144M 3s 19700K .......... .......... .......... .......... .......... 8% 99.6M 3s 19750K .......... .......... .......... .......... .......... 8% 98.2M 3s 19800K .......... .......... .......... .......... .......... 8% 118M 2s 19850K .......... .......... .......... .......... .......... 8% 104M 2s 19900K .......... .......... .......... .......... .......... 8% 131M 2s 19950K .......... .......... .......... .......... .......... 8% 114M 2s 20000K .......... .......... .......... .......... .......... 8% 109M 2s 20050K .......... .......... .......... .......... .......... 8% 117M 2s 20100K .......... .......... .......... .......... .......... 8% 7.19M 3s 20150K .......... .......... .......... .......... .......... 8% 263M 3s 20200K .......... .......... .......... .......... .......... 8% 251M 3s 20250K .......... .......... .......... .......... .......... 8% 237M 3s 20300K .......... .......... .......... .......... .......... 8% 278M 3s 20350K .......... .......... .......... .......... .......... 8% 317M 3s 20400K .......... .......... .......... .......... .......... 8% 265M 3s 20450K .......... .......... .......... .......... .......... 8% 286M 3s 20500K .......... .......... .......... .......... .......... 8% 272M 3s 20550K .......... .......... .......... .......... .......... 8% 262M 3s 20600K .......... .......... .......... .......... .......... 8% 278M 3s 20650K .......... .......... .......... .......... .......... 8% 334M 3s 20700K .......... .......... .......... .......... .......... 8% 299M 2s 20750K .......... .......... .......... .......... .......... 8% 318M 2s 20800K .......... .......... .......... .......... .......... 8% 281M 2s 20850K .......... .......... .......... .......... .......... 8% 296M 2s 20900K .......... .......... .......... .......... .......... 8% 283M 2s 20950K .......... .......... .......... .......... .......... 8% 295M 2s 21000K .......... .......... .......... .......... .......... 8% 267M 2s 21050K .......... .......... .......... .......... .......... 8% 322M 2s 21100K .......... .......... .......... .......... .......... 8% 310M 2s 21150K .......... .......... .......... .......... .......... 8% 294M 2s 21200K .......... .......... .......... .......... .......... 8% 318M 2s 21250K .......... .......... .......... .......... .......... 8% 8.19M 3s 21300K .......... .......... .......... .......... .......... 8% 204M 2s 21350K .......... .......... .......... .......... .......... 8% 262M 2s 21400K .......... .......... .......... .......... .......... 8% 262M 2s 21450K .......... .......... .......... .......... .......... 9% 255M 2s 21500K .......... .......... .......... .......... .......... 9% 262M 2s 21550K .......... .......... .......... .......... .......... 9% 277M 2s 21600K .......... .......... .......... .......... .......... 9% 233M 2s 21650K .......... .......... .......... .......... .......... 9% 297M 2s 21700K .......... .......... .......... .......... .......... 9% 282M 2s 21750K .......... .......... .......... .......... .......... 9% 285M 2s 21800K .......... .......... .......... .......... .......... 9% 310M 2s 21850K .......... .......... .......... .......... .......... 9% 282M 2s 21900K .......... .......... .......... .......... .......... 9% 261M 2s 21950K .......... .......... .......... .......... .......... 9% 333M 2s 22000K .......... .......... .......... .......... .......... 9% 292M 2s 22050K .......... .......... .......... .......... .......... 9% 275M 2s 22100K .......... .......... .......... .......... .......... 9% 285M 2s 22150K .......... .......... .......... .......... .......... 9% 327M 2s 22200K .......... .......... .......... .......... .......... 9% 266M 2s 22250K .......... .......... .......... .......... .......... 9% 306M 2s 22300K .......... .......... .......... .......... .......... 9% 253M 2s 22350K .......... .......... .......... .......... .......... 9% 281M 2s 22400K .......... .......... .......... .......... .......... 9% 282M 2s 22450K .......... .......... .......... .......... .......... 9% 149M 2s 22500K .......... .......... .......... .......... .......... 9% 112M 2s 22550K .......... .......... .......... .......... .......... 9% 96.7M 2s 22600K .......... .......... .......... .......... .......... 9% 119M 2s 22650K .......... .......... .......... .......... .......... 9% 127M 2s 22700K .......... .......... .......... .......... .......... 9% 99.7M 2s 22750K .......... .......... .......... .......... .......... 9% 119M 2s 22800K .......... .......... .......... .......... .......... 9% 126M 2s 22850K .......... .......... .......... .......... .......... 9% 112M 2s 22900K .......... .......... .......... .......... .......... 9% 106M 2s 22950K .......... .......... .......... .......... .......... 9% 117M 2s 23000K .......... .......... .......... .......... .......... 9% 94.3M 2s 23050K .......... .......... .......... .......... .......... 9% 124M 2s 23100K .......... .......... .......... .......... .......... 9% 100M 2s 23150K .......... .......... .......... .......... .......... 9% 130M 2s 23200K .......... .......... .......... .......... .......... 9% 104M 2s 23250K .......... .......... .......... .......... .......... 9% 113M 2s 23300K .......... .......... .......... .......... .......... 9% 118M 2s 23350K .......... .......... .......... .......... .......... 9% 101M 2s 23400K .......... .......... .......... .......... .......... 9% 128M 2s 23450K .......... .......... .......... .......... .......... 9% 123M 2s 23500K .......... .......... .......... .......... .......... 9% 106M 2s 23550K .......... .......... .......... .......... .......... 9% 112M 2s 23600K .......... .......... .......... .......... .......... 9% 102M 2s 23650K .......... .......... .......... .......... .......... 9% 119M 2s 23700K .......... .......... .......... .......... .......... 9% 109M 2s 23750K .......... .......... .......... .......... .......... 9% 105M 2s 23800K .......... .......... .......... .......... .......... 9% 125M 2s 23850K .......... .......... .......... .......... .......... 10% 115M 2s 23900K .......... .......... .......... .......... .......... 10% 112M 2s 23950K .......... .......... .......... .......... .......... 10% 112M 2s 24000K .......... .......... .......... .......... .......... 10% 77.0M 2s 24050K .......... .......... .......... .......... .......... 10% 72.8M 2s 24100K .......... .......... .......... .......... .......... 10% 98.5M 2s 24150K .......... .......... .......... .......... .......... 10% 196M 2s 24200K .......... .......... .......... .......... .......... 10% 112M 2s 24250K .......... .......... .......... .......... .......... 10% 104M 2s 24300K .......... .......... .......... .......... .......... 10% 118M 2s 24350K .......... .......... .......... .......... .......... 10% 114M 2s 24400K .......... .......... .......... .......... .......... 10% 114M 2s 24450K .......... .......... .......... .......... .......... 10% 113M 2s 24500K .......... .......... .......... .......... .......... 10% 7.40M 2s 24550K .......... .......... .......... .......... .......... 10% 247M 2s 24600K .......... .......... .......... .......... .......... 10% 271M 2s 24650K .......... .......... .......... .......... .......... 10% 283M 2s 24700K .......... .......... .......... .......... .......... 10% 287M 2s 24750K .......... .......... .......... .......... .......... 10% 278M 2s 24800K .......... .......... .......... .......... .......... 10% 275M 2s 24850K .......... .......... .......... .......... .......... 10% 289M 2s 24900K .......... .......... .......... .......... .......... 10% 342M 2s 24950K .......... .......... .......... .......... .......... 10% 307M 2s 25000K .......... .......... .......... .......... .......... 10% 344M 2s 25050K .......... .......... .......... .......... .......... 10% 283M 2s 25100K .......... .......... .......... .......... .......... 10% 319M 2s 25150K .......... .......... .......... .......... .......... 10% 290M 2s 25200K .......... .......... .......... .......... .......... 10% 9.13M 2s 25250K .......... .......... .......... .......... .......... 10% 262M 2s 25300K .......... .......... .......... .......... .......... 10% 296M 2s 25350K .......... .......... .......... .......... .......... 10% 255M 2s 25400K .......... .......... .......... .......... .......... 10% 279M 2s 25450K .......... .......... .......... .......... .......... 10% 291M 2s 25500K .......... .......... .......... .......... .......... 10% 278M 2s 25550K .......... .......... .......... .......... .......... 10% 256M 2s 25600K .......... .......... .......... .......... .......... 10% 305M 2s 25650K .......... .......... .......... .......... .......... 10% 248M 2s 25700K .......... .......... .......... .......... .......... 10% 283M 2s 25750K .......... .......... .......... .......... .......... 10% 303M 2s 25800K .......... .......... .......... .......... .......... 10% 322M 2s 25850K .......... .......... .......... .......... .......... 10% 255M 2s 25900K .......... .......... .......... .......... .......... 10% 208M 2s 25950K .......... .......... .......... .......... .......... 10% 250M 2s 26000K .......... .......... .......... .......... .......... 10% 272M 2s 26050K .......... .......... .......... .......... .......... 10% 275M 2s 26100K .......... .......... .......... .......... .......... 10% 263M 2s 26150K .......... .......... .......... .......... .......... 10% 260M 2s 26200K .......... .......... .......... .......... .......... 10% 236M 2s 26250K .......... .......... .......... .......... .......... 11% 274M 2s 26300K .......... .......... .......... .......... .......... 11% 292M 2s 26350K .......... .......... .......... .......... .......... 11% 281M 2s 26400K .......... .......... .......... .......... .......... 11% 310M 2s 26450K .......... .......... .......... .......... .......... 11% 191M 2s 26500K .......... .......... .......... .......... .......... 11% 249M 2s 26550K .......... .......... .......... .......... .......... 11% 268M 2s 26600K .......... .......... .......... .......... .......... 11% 271M 2s 26650K .......... .......... .......... .......... .......... 11% 295M 2s 26700K .......... .......... .......... .......... .......... 11% 147M 2s 26750K .......... .......... .......... .......... .......... 11% 83.4M 2s 26800K .......... .......... .......... .......... .......... 11% 132M 2s 26850K .......... .......... .......... .......... .......... 11% 133M 2s 26900K .......... .......... .......... .......... .......... 11% 117M 2s 26950K .......... .......... .......... .......... .......... 11% 100M 2s 27000K .......... .......... .......... .......... .......... 11% 136M 2s 27050K .......... .......... .......... .......... .......... 11% 130M 2s 27100K .......... .......... .......... .......... .......... 11% 108M 2s 27150K .......... .......... .......... .......... .......... 11% 90.6M 2s 27200K .......... .......... .......... .......... .......... 11% 96.7M 2s 27250K .......... .......... .......... .......... .......... 11% 123M 2s 27300K .......... .......... .......... .......... .......... 11% 121M 2s 27350K .......... .......... .......... .......... .......... 11% 120M 2s 27400K .......... .......... .......... .......... .......... 11% 101M 2s 27450K .......... .......... .......... .......... .......... 11% 139M 2s 27500K .......... .......... .......... .......... .......... 11% 102M 2s 27550K .......... .......... .......... .......... .......... 11% 114M 2s 27600K .......... .......... .......... .......... .......... 11% 106M 2s 27650K .......... .......... .......... .......... .......... 11% 123M 2s 27700K .......... .......... .......... .......... .......... 11% 121M 2s 27750K .......... .......... .......... .......... .......... 11% 81.4M 2s 27800K .......... .......... .......... .......... .......... 11% 105M 2s 27850K .......... .......... .......... .......... .......... 11% 109M 2s 27900K .......... .......... .......... .......... .......... 11% 99.5M 2s 27950K .......... .......... .......... .......... .......... 11% 85.8M 2s 28000K .......... .......... .......... .......... .......... 11% 114M 2s 28050K .......... .......... .......... .......... .......... 11% 104M 2s 28100K .......... .......... .......... .......... .......... 11% 117M 2s 28150K .......... .......... .......... .......... .......... 11% 103M 2s 28200K .......... .......... .......... .......... .......... 11% 115M 2s 28250K .......... .......... .......... .......... .......... 11% 116M 2s 28300K .......... .......... .......... .......... .......... 11% 102M 2s 28350K .......... .......... .......... .......... .......... 11% 117M 2s 28400K .......... .......... .......... .......... .......... 11% 120M 2s 28450K .......... .......... .......... .......... .......... 11% 112M 2s 28500K .......... .......... .......... .......... .......... 11% 108M 2s 28550K .......... .......... .......... .......... .......... 11% 98.8M 2s 28600K .......... .......... .......... .......... .......... 11% 117M 2s 28650K .......... .......... .......... .......... .......... 12% 127M 2s 28700K .......... .......... .......... .......... .......... 12% 114M 2s 28750K .......... .......... .......... .......... .......... 12% 97.7M 2s 28800K .......... .......... .......... .......... .......... 12% 127M 2s 28850K .......... .......... .......... .......... .......... 12% 120M 2s 28900K .......... .......... .......... .......... .......... 12% 111M 2s 28950K .......... .......... .......... .......... .......... 12% 94.5M 2s 29000K .......... .......... .......... .......... .......... 12% 143M 2s 29050K .......... .......... .......... .......... .......... 12% 120M 2s 29100K .......... .......... .......... .......... .......... 12% 95.3M 2s 29150K .......... .......... .......... .......... .......... 12% 104M 2s 29200K .......... .......... .......... .......... .......... 12% 116M 2s 29250K .......... .......... .......... .......... .......... 12% 108M 2s 29300K .......... .......... .......... .......... .......... 12% 118M 2s 29350K .......... .......... .......... .......... .......... 12% 102M 2s 29400K .......... .......... .......... .......... .......... 12% 115M 2s 29450K .......... .......... .......... .......... .......... 12% 153M 2s 29500K .......... .......... .......... .......... .......... 12% 97.0M 2s 29550K .......... .......... .......... .......... .......... 12% 113M 2s 29600K .......... .......... .......... .......... .......... 12% 98.1M 2s 29650K .......... .......... .......... .......... .......... 12% 126M 2s 29700K .......... .......... .......... .......... .......... 12% 121M 2s 29750K .......... .......... .......... .......... .......... 12% 103M 2s 29800K .......... .......... .......... .......... .......... 12% 116M 2s 29850K .......... .......... .......... .......... .......... 12% 101M 2s 29900K .......... .......... .......... .......... .......... 12% 133M 2s 29950K .......... .......... .......... .......... .......... 12% 123M 2s 30000K .......... .......... .......... .......... .......... 12% 114M 2s 30050K .......... .......... .......... .......... .......... 12% 105M 2s 30100K .......... .......... .......... .......... .......... 12% 113M 2s 30150K .......... .......... .......... .......... .......... 12% 115M 2s 30200K .......... .......... .......... .......... .......... 12% 95.4M 2s 30250K .......... .......... .......... .......... .......... 12% 138M 2s 30300K .......... .......... .......... .......... .......... 12% 111M 2s 30350K .......... .......... .......... .......... .......... 12% 99.9M 2s 30400K .......... .......... .......... .......... .......... 12% 109M 2s 30450K .......... .......... .......... .......... .......... 12% 105M 2s 30500K .......... .......... .......... .......... .......... 12% 5.54M 2s 30550K .......... .......... .......... .......... .......... 12% 262M 2s 30600K .......... .......... .......... .......... .......... 12% 267M 2s 30650K .......... .......... .......... .......... .......... 12% 282M 2s 30700K .......... .......... .......... .......... .......... 12% 254M 2s 30750K .......... .......... .......... .......... .......... 12% 240M 2s 30800K .......... .......... .......... .......... .......... 12% 276M 2s 30850K .......... .......... .......... .......... .......... 12% 314M 2s 30900K .......... .......... .......... .......... .......... 12% 267M 2s 30950K .......... .......... .......... .......... .......... 12% 285M 2s 31000K .......... .......... .......... .......... .......... 12% 252M 2s 31050K .......... .......... .......... .......... .......... 13% 297M 2s 31100K .......... .......... .......... .......... .......... 13% 304M 2s 31150K .......... .......... .......... .......... .......... 13% 329M 2s 31200K .......... .......... .......... .......... .......... 13% 311M 2s 31250K .......... .......... .......... .......... .......... 13% 324M 2s 31300K .......... .......... .......... .......... .......... 13% 277M 2s 31350K .......... .......... .......... .......... .......... 13% 288M 2s 31400K .......... .......... .......... .......... .......... 13% 267M 2s 31450K .......... .......... .......... .......... .......... 13% 306M 2s 31500K .......... .......... .......... .......... .......... 13% 259M 2s 31550K .......... .......... .......... .......... .......... 13% 317M 2s 31600K .......... .......... .......... .......... .......... 13% 266M 2s 31650K .......... .......... .......... .......... .......... 13% 276M 2s 31700K .......... .......... .......... .......... .......... 13% 292M 2s 31750K .......... .......... .......... .......... .......... 13% 290M 2s 31800K .......... .......... .......... .......... .......... 13% 283M 2s 31850K .......... .......... .......... .......... .......... 13% 291M 2s 31900K .......... .......... .......... .......... .......... 13% 291M 2s 31950K .......... .......... .......... .......... .......... 13% 282M 2s 32000K .......... .......... .......... .......... .......... 13% 268M 2s 32050K .......... .......... .......... .......... .......... 13% 278M 2s 32100K .......... .......... .......... .......... .......... 13% 146M 2s 32150K .......... .......... .......... .......... .......... 13% 123M 2s 32200K .......... .......... .......... .......... .......... 13% 98.9M 2s 32250K .......... .......... .......... .......... .......... 13% 120M 2s 32300K .......... .......... .......... .......... .......... 13% 122M 2s 32350K .......... .......... .......... .......... .......... 13% 7.39M 2s 32400K .......... .......... .......... .......... .......... 13% 259M 2s 32450K .......... .......... .......... .......... .......... 13% 297M 2s 32500K .......... .......... .......... .......... .......... 13% 245M 2s 32550K .......... .......... .......... .......... .......... 13% 302M 2s 32600K .......... .......... .......... .......... .......... 13% 247M 2s 32650K .......... .......... .......... .......... .......... 13% 313M 2s 32700K .......... .......... .......... .......... .......... 13% 287M 2s 32750K .......... .......... .......... .......... .......... 13% 290M 2s 32800K .......... .......... .......... .......... .......... 13% 260M 2s 32850K .......... .......... .......... .......... .......... 13% 293M 2s 32900K .......... .......... .......... .......... .......... 13% 279M 2s 32950K .......... .......... .......... .......... .......... 13% 297M 2s 33000K .......... .......... .......... .......... .......... 13% 283M 2s 33050K .......... .......... .......... .......... .......... 13% 316M 2s 33100K .......... .......... .......... .......... .......... 13% 295M 2s 33150K .......... .......... .......... .......... .......... 13% 319M 2s 33200K .......... .......... .......... .......... .......... 13% 269M 2s 33250K .......... .......... .......... .......... .......... 13% 291M 2s 33300K .......... .......... .......... .......... .......... 13% 268M 2s 33350K .......... .......... .......... .......... .......... 13% 281M 2s 33400K .......... .......... .......... .......... .......... 14% 317M 2s 33450K .......... .......... .......... .......... .......... 14% 266M 2s 33500K .......... .......... .......... .......... .......... 14% 126M 2s 33550K .......... .......... .......... .......... .......... 14% 121M 2s 33600K .......... .......... .......... .......... .......... 14% 121M 2s 33650K .......... .......... .......... .......... .......... 14% 91.7M 2s 33700K .......... .......... .......... .......... .......... 14% 122M 2s 33750K .......... .......... .......... .......... .......... 14% 122M 2s 33800K .......... .......... .......... .......... .......... 14% 101M 2s 33850K .......... .......... .......... .......... .......... 14% 7.58M 2s 33900K .......... .......... .......... .......... .......... 14% 234M 2s 33950K .......... .......... .......... .......... .......... 14% 254M 2s 34000K .......... .......... .......... .......... .......... 14% 240M 2s 34050K .......... .......... .......... .......... .......... 14% 277M 2s 34100K .......... .......... .......... .......... .......... 14% 275M 2s 34150K .......... .......... .......... .......... .......... 14% 281M 2s 34200K .......... .......... .......... .......... .......... 14% 267M 2s 34250K .......... .......... .......... .......... .......... 14% 274M 2s 34300K .......... .......... .......... .......... .......... 14% 267M 2s 34350K .......... .......... .......... .......... .......... 14% 302M 2s 34400K .......... .......... .......... .......... .......... 14% 284M 2s 34450K .......... .......... .......... .......... .......... 14% 310M 2s 34500K .......... .......... .......... .......... .......... 14% 244M 2s 34550K .......... .......... .......... .......... .......... 14% 271M 2s 34600K .......... .......... .......... .......... .......... 14% 259M 2s 34650K .......... .......... .......... .......... .......... 14% 322M 2s 34700K .......... .......... .......... .......... .......... 14% 276M 2s 34750K .......... .......... .......... .......... .......... 14% 274M 2s 34800K .......... .......... .......... .......... .......... 14% 276M 2s 34850K .......... .......... .......... .......... .......... 14% 264M 2s 34900K .......... .......... .......... .......... .......... 14% 253M 2s 34950K .......... .......... .......... .......... .......... 14% 264M 2s 35000K .......... .......... .......... .......... .......... 14% 277M 2s 35050K .......... .......... .......... .......... .......... 14% 155M 2s 35100K .......... .......... .......... .......... .......... 14% 102M 2s 35150K .......... .......... .......... .......... .......... 14% 111M 2s 35200K .......... .......... .......... .......... .......... 14% 127M 2s 35250K .......... .......... .......... .......... .......... 14% 120M 2s 35300K .......... .......... .......... .......... .......... 14% 103M 2s 35350K .......... .......... .......... .......... .......... 14% 120M 2s 35400K .......... .......... .......... .......... .......... 14% 98.4M 2s 35450K .......... .......... .......... .......... .......... 14% 105M 2s 35500K .......... .......... .......... .......... .......... 14% 126M 2s 35550K .......... .......... .......... .......... .......... 14% 105M 2s 35600K .......... .......... .......... .......... .......... 14% 136M 2s 35650K .......... .......... .......... .......... .......... 14% 95.0M 2s 35700K .......... .......... .......... .......... .......... 14% 115M 2s 35750K .......... .......... .......... .......... .......... 14% 102M 2s 35800K .......... .......... .......... .......... .......... 15% 127M 2s 35850K .......... .......... .......... .......... .......... 15% 103M 2s 35900K .......... .......... .......... .......... .......... 15% 100M 2s 35950K .......... .......... .......... .......... .......... 15% 116M 2s 36000K .......... .......... .......... .......... .......... 15% 87.9M 2s 36050K .......... .......... .......... .......... .......... 15% 115M 2s 36100K .......... .......... .......... .......... .......... 15% 102M 2s 36150K .......... .......... .......... .......... .......... 15% 105M 2s 36200K .......... .......... .......... .......... .......... 15% 111M 2s 36250K .......... .......... .......... .......... .......... 15% 105M 2s 36300K .......... .......... .......... .......... .......... 15% 142M 2s 36350K .......... .......... .......... .......... .......... 15% 119M 2s 36400K .......... .......... .......... .......... .......... 15% 104M 2s 36450K .......... .......... .......... .......... .......... 15% 126M 2s 36500K .......... .......... .......... .......... .......... 15% 116M 2s 36550K .......... .......... .......... .......... .......... 15% 7.39M 2s 36600K .......... .......... .......... .......... .......... 15% 173M 2s 36650K .......... .......... .......... .......... .......... 15% 273M 2s 36700K .......... .......... .......... .......... .......... 15% 252M 2s 36750K .......... .......... .......... .......... .......... 15% 252M 2s 36800K .......... .......... .......... .......... .......... 15% 264M 2s 36850K .......... .......... .......... .......... .......... 15% 298M 2s 36900K .......... .......... .......... .......... .......... 15% 265M 2s 36950K .......... .......... .......... .......... .......... 15% 310M 2s 37000K .......... .......... .......... .......... .......... 15% 302M 2s 37050K .......... .......... .......... .......... .......... 15% 304M 2s 37100K .......... .......... .......... .......... .......... 15% 310M 2s 37150K .......... .......... .......... .......... .......... 15% 333M 2s 37200K .......... .......... .......... .......... .......... 15% 307M 2s 37250K .......... .......... .......... .......... .......... 15% 8.76M 2s 37300K .......... .......... .......... .......... .......... 15% 224M 2s 37350K .......... .......... .......... .......... .......... 15% 300M 2s 37400K .......... .......... .......... .......... .......... 15% 248M 2s 37450K .......... .......... .......... .......... .......... 15% 306M 2s 37500K .......... .......... .......... .......... .......... 15% 225M 2s 37550K .......... .......... .......... .......... .......... 15% 274M 2s 37600K .......... .......... .......... .......... .......... 15% 263M 2s 37650K .......... .......... .......... .......... .......... 15% 299M 2s 37700K .......... .......... .......... .......... .......... 15% 282M 2s 37750K .......... .......... .......... .......... .......... 15% 298M 2s 37800K .......... .......... .......... .......... .......... 15% 277M 2s 37850K .......... .......... .......... .......... .......... 15% 322M 2s 37900K .......... .......... .......... .......... .......... 15% 268M 2s 37950K .......... .......... .......... .......... .......... 15% 267M 2s 38000K .......... .......... .......... .......... .......... 15% 291M 2s 38050K .......... .......... .......... .......... .......... 15% 305M 2s 38100K .......... .......... .......... .......... .......... 15% 225M 2s 38150K .......... .......... .......... .......... .......... 15% 308M 2s 38200K .......... .......... .......... .......... .......... 16% 297M 2s 38250K .......... .......... .......... .......... .......... 16% 310M 2s 38300K .......... .......... .......... .......... .......... 16% 273M 2s 38350K .......... .......... .......... .......... .......... 16% 312M 2s 38400K .......... .......... .......... .......... .......... 16% 270M 2s 38450K .......... .......... .......... .......... .......... 16% 322M 2s 38500K .......... .......... .......... .......... .......... 16% 271M 2s 38550K .......... .......... .......... .......... .......... 16% 266M 2s 38600K .......... .......... .......... .......... .......... 16% 289M 2s 38650K .......... .......... .......... .......... .......... 16% 240M 2s 38700K .......... .......... .......... .......... .......... 16% 265M 2s 38750K .......... .......... .......... .......... .......... 16% 161M 2s 38800K .......... .......... .......... .......... .......... 16% 101M 2s 38850K .......... .......... .......... .......... .......... 16% 97.9M 2s 38900K .......... .......... .......... .......... .......... 16% 108M 2s 38950K .......... .......... .......... .......... .......... 16% 128M 2s 39000K .......... .......... .......... .......... .......... 16% 85.9M 2s 39050K .......... .......... .......... .......... .......... 16% 179M 2s 39100K .......... .......... .......... .......... .......... 16% 113M 2s 39150K .......... .......... .......... .......... .......... 16% 90.5M 2s 39200K .......... .......... .......... .......... .......... 16% 156M 2s 39250K .......... .......... .......... .......... .......... 16% 90.8M 2s 39300K .......... .......... .......... .......... .......... 16% 129M 2s 39350K .......... .......... .......... .......... .......... 16% 93.9M 2s 39400K .......... .......... .......... .......... .......... 16% 154M 2s 39450K .......... .......... .......... .......... .......... 16% 105M 2s 39500K .......... .......... .......... .......... .......... 16% 128M 2s 39550K .......... .......... .......... .......... .......... 16% 100M 2s 39600K .......... .......... .......... .......... .......... 16% 97.2M 2s 39650K .......... .......... .......... .......... .......... 16% 7.44M 2s 39700K .......... .......... .......... .......... .......... 16% 228M 2s 39750K .......... .......... .......... .......... .......... 16% 224M 2s 39800K .......... .......... .......... .......... .......... 16% 246M 2s 39850K .......... .......... .......... .......... .......... 16% 282M 2s 39900K .......... .......... .......... .......... .......... 16% 262M 2s 39950K .......... .......... .......... .......... .......... 16% 247M 2s 40000K .......... .......... .......... .......... .......... 16% 324M 2s 40050K .......... .......... .......... .......... .......... 16% 243M 2s 40100K .......... .......... .......... .......... .......... 16% 301M 2s 40150K .......... .......... .......... .......... .......... 16% 272M 2s 40200K .......... .......... .......... .......... .......... 16% 321M 2s 40250K .......... .......... .......... .......... .......... 16% 273M 2s 40300K .......... .......... .......... .......... .......... 16% 296M 2s 40350K .......... .......... .......... .......... .......... 16% 287M 2s 40400K .......... .......... .......... .......... .......... 16% 323M 2s 40450K .......... .......... .......... .......... .......... 16% 268M 2s 40500K .......... .......... .......... .......... .......... 16% 314M 2s 40550K .......... .......... .......... .......... .......... 16% 292M 2s 40600K .......... .......... .......... .......... .......... 17% 230M 2s 40650K .......... .......... .......... .......... .......... 17% 277M 2s 40700K .......... .......... .......... .......... .......... 17% 278M 2s 40750K .......... .......... .......... .......... .......... 17% 279M 2s 40800K .......... .......... .......... .......... .......... 17% 269M 2s 40850K .......... .......... .......... .......... .......... 17% 102M 2s 40900K .......... .......... .......... .......... .......... 17% 93.8M 2s 40950K .......... .......... .......... .......... .......... 17% 129M 2s 41000K .......... .......... .......... .......... .......... 17% 98.7M 2s 41050K .......... .......... .......... .......... .......... 17% 108M 2s 41100K .......... .......... .......... .......... .......... 17% 107M 2s 41150K .......... .......... .......... .......... .......... 17% 109M 2s 41200K .......... .......... .......... .......... .......... 17% 131M 2s 41250K .......... .......... .......... .......... .......... 17% 94.4M 2s 41300K .......... .......... .......... .......... .......... 17% 128M 2s 41350K .......... .......... .......... .......... .......... 17% 84.3M 2s 41400K .......... .......... .......... .......... .......... 17% 129M 2s 41450K .......... .......... .......... .......... .......... 17% 145M 2s 41500K .......... .......... .......... .......... .......... 17% 116M 2s 41550K .......... .......... .......... .......... .......... 17% 94.1M 2s 41600K .......... .......... .......... .......... .......... 17% 146M 2s 41650K .......... .......... .......... .......... .......... 17% 105M 2s 41700K .......... .......... .......... .......... .......... 17% 114M 2s 41750K .......... .......... .......... .......... .......... 17% 110M 2s 41800K .......... .......... .......... .......... .......... 17% 118M 2s 41850K .......... .......... .......... .......... .......... 17% 107M 2s 41900K .......... .......... .......... .......... .......... 17% 115M 2s 41950K .......... .......... .......... .......... .......... 17% 88.7M 2s 42000K .......... .......... .......... .......... .......... 17% 152M 2s 42050K .......... .......... .......... .......... .......... 17% 109M 2s 42100K .......... .......... .......... .......... .......... 17% 104M 2s 42150K .......... .......... .......... .......... .......... 17% 108M 2s 42200K .......... .......... .......... .......... .......... 17% 121M 2s 42250K .......... .......... .......... .......... .......... 17% 127M 2s 42300K .......... .......... .......... .......... .......... 17% 106M 2s 42350K .......... .......... .......... .......... .......... 17% 104M 2s 42400K .......... .......... .......... .......... .......... 17% 124M 2s 42450K .......... .......... .......... .......... .......... 17% 111M 2s 42500K .......... .......... .......... .......... .......... 17% 89.3M 2s 42550K .......... .......... .......... .......... .......... 17% 110M 2s 42600K .......... .......... .......... .......... .......... 17% 96.8M 2s 42650K .......... .......... .......... .......... .......... 17% 82.2M 2s 42700K .......... .......... .......... .......... .......... 17% 112M 2s 42750K .......... .......... .......... .......... .......... 17% 118M 2s 42800K .......... .......... .......... .......... .......... 17% 55.8M 2s 42850K .......... .......... .......... .......... .......... 17% 55.4M 2s 42900K .......... .......... .......... .......... .......... 17% 52.6M 2s 42950K .......... .......... .......... .......... .......... 18% 90.6M 2s 43000K .......... .......... .......... .......... .......... 18% 134M 2s 43050K .......... .......... .......... .......... .......... 18% 114M 2s 43100K .......... .......... .......... .......... .......... 18% 110M 2s 43150K .......... .......... .......... .......... .......... 18% 106M 2s 43200K .......... .......... .......... .......... .......... 18% 110M 2s 43250K .......... .......... .......... .......... .......... 18% 101M 2s 43300K .......... .......... .......... .......... .......... 18% 124M 2s 43350K .......... .......... .......... .......... .......... 18% 118M 2s 43400K .......... .......... .......... .......... .......... 18% 89.1M 2s 43450K .......... .......... .......... .......... .......... 18% 155M 2s 43500K .......... .......... .......... .......... .......... 18% 100M 2s 43550K .......... .......... .......... .......... .......... 18% 124M 2s 43600K .......... .......... .......... .......... .......... 18% 113M 2s 43650K .......... .......... .......... .......... .......... 18% 103M 2s 43700K .......... .......... .......... .......... .......... 18% 120M 2s 43750K .......... .......... .......... .......... .......... 18% 106M 2s 43800K .......... .......... .......... .......... .......... 18% 117M 2s 43850K .......... .......... .......... .......... .......... 18% 120M 2s 43900K .......... .......... .......... .......... .......... 18% 18.2M 2s 43950K .......... .......... .......... .......... .......... 18% 187M 2s 44000K .......... .......... .......... .......... .......... 18% 260M 2s 44050K .......... .......... .......... .......... .......... 18% 302M 2s 44100K .......... .......... .......... .......... .......... 18% 270M 2s 44150K .......... .......... .......... .......... .......... 18% 316M 2s 44200K .......... .......... .......... .......... .......... 18% 262M 2s 44250K .......... .......... .......... .......... .......... 18% 297M 2s 44300K .......... .......... .......... .......... .......... 18% 295M 2s 44350K .......... .......... .......... .......... .......... 18% 174M 2s 44400K .......... .......... .......... .......... .......... 18% 117M 2s 44450K .......... .......... .......... .......... .......... 18% 114M 2s 44500K .......... .......... .......... .......... .......... 18% 124M 2s 44550K .......... .......... .......... .......... .......... 18% 96.9M 2s 44600K .......... .......... .......... .......... .......... 18% 146M 2s 44650K .......... .......... .......... .......... .......... 18% 99.7M 2s 44700K .......... .......... .......... .......... .......... 18% 99.2M 2s 44750K .......... .......... .......... .......... .......... 18% 124M 2s 44800K .......... .......... .......... .......... .......... 18% 119M 2s 44850K .......... .......... .......... .......... .......... 18% 103M 2s 44900K .......... .......... .......... .......... .......... 18% 121M 2s 44950K .......... .......... .......... .......... .......... 18% 101M 2s 45000K .......... .......... .......... .......... .......... 18% 81.1M 2s 45050K .......... .......... .......... .......... .......... 18% 7.41M 2s 45100K .......... .......... .......... .......... .......... 18% 239M 2s 45150K .......... .......... .......... .......... .......... 18% 271M 2s 45200K .......... .......... .......... .......... .......... 18% 300M 2s 45250K .......... .......... .......... .......... .......... 18% 296M 2s 45300K .......... .......... .......... .......... .......... 18% 311M 2s 45350K .......... .......... .......... .......... .......... 19% 253M 2s 45400K .......... .......... .......... .......... .......... 19% 300M 2s 45450K .......... .......... .......... .......... .......... 19% 289M 2s 45500K .......... .......... .......... .......... .......... 19% 313M 2s 45550K .......... .......... .......... .......... .......... 19% 264M 2s 45600K .......... .......... .......... .......... .......... 19% 289M 2s 45650K .......... .......... .......... .......... .......... 19% 267M 2s 45700K .......... .......... .......... .......... .......... 19% 311M 2s 45750K .......... .......... .......... .......... .......... 19% 301M 2s 45800K .......... .......... .......... .......... .......... 19% 322M 2s 45850K .......... .......... .......... .......... .......... 19% 289M 2s 45900K .......... .......... .......... .......... .......... 19% 305M 2s 45950K .......... .......... .......... .......... .......... 19% 269M 2s 46000K .......... .......... .......... .......... .......... 19% 301M 2s 46050K .......... .......... .......... .......... .......... 19% 259M 2s 46100K .......... .......... .......... .......... .......... 19% 279M 2s 46150K .......... .......... .......... .......... .......... 19% 252M 2s 46200K .......... .......... .......... .......... .......... 19% 253M 2s 46250K .......... .......... .......... .......... .......... 19% 145M 2s 46300K .......... .......... .......... .......... .......... 19% 123M 2s 46350K .......... .......... .......... .......... .......... 19% 99.2M 2s 46400K .......... .......... .......... .......... .......... 19% 121M 2s 46450K .......... .......... .......... .......... .......... 19% 100M 2s 46500K .......... .......... .......... .......... .......... 19% 125M 2s 46550K .......... .......... .......... .......... .......... 19% 121M 2s 46600K .......... .......... .......... .......... .......... 19% 95.3M 2s 46650K .......... .......... .......... .......... .......... 19% 130M 2s 46700K .......... .......... .......... .......... .......... 19% 117M 2s 46750K .......... .......... .......... .......... .......... 19% 98.0M 2s 46800K .......... .......... .......... .......... .......... 19% 157M 2s 46850K .......... .......... .......... .......... .......... 19% 99.5M 2s 46900K .......... .......... .......... .......... .......... 19% 96.7M 2s 46950K .......... .......... .......... .......... .......... 19% 121M 2s 47000K .......... .......... .......... .......... .......... 19% 91.8M 2s 47050K .......... .......... .......... .......... .......... 19% 154M 2s 47100K .......... .......... .......... .......... .......... 19% 81.8M 2s 47150K .......... .......... .......... .......... .......... 19% 103M 2s 47200K .......... .......... .......... .......... .......... 19% 215M 2s 47250K .......... .......... .......... .......... .......... 19% 113M 2s 47300K .......... .......... .......... .......... .......... 19% 113M 2s 47350K .......... .......... .......... .......... .......... 19% 98.9M 2s 47400K .......... .......... .......... .......... .......... 19% 82.7M 2s 47450K .......... .......... .......... .......... .......... 19% 96.6M 2s 47500K .......... .......... .......... .......... .......... 19% 88.9M 2s 47550K .......... .......... .......... .......... .......... 19% 118M 2s 47600K .......... .......... .......... .......... .......... 19% 124M 2s 47650K .......... .......... .......... .......... .......... 19% 91.5M 2s 47700K .......... .......... .......... .......... .......... 19% 139M 2s 47750K .......... .......... .......... .......... .......... 20% 7.48M 2s 47800K .......... .......... .......... .......... .......... 20% 230M 2s 47850K .......... .......... .......... .......... .......... 20% 233M 2s 47900K .......... .......... .......... .......... .......... 20% 272M 2s 47950K .......... .......... .......... .......... .......... 20% 299M 2s 48000K .......... .......... .......... .......... .......... 20% 297M 2s 48050K .......... .......... .......... .......... .......... 20% 332M 2s 48100K .......... .......... .......... .......... .......... 20% 288M 2s 48150K .......... .......... .......... .......... .......... 20% 343M 2s 48200K .......... .......... .......... .......... .......... 20% 318M 2s 48250K .......... .......... .......... .......... .......... 20% 345M 2s 48300K .......... .......... .......... .......... .......... 20% 8.58M 2s 48350K .......... .......... .......... .......... .......... 20% 250M 2s 48400K .......... .......... .......... .......... .......... 20% 251M 2s 48450K .......... .......... .......... .......... .......... 20% 278M 2s 48500K .......... .......... .......... .......... .......... 20% 265M 2s 48550K .......... .......... .......... .......... .......... 20% 263M 2s 48600K .......... .......... .......... .......... .......... 20% 264M 2s 48650K .......... .......... .......... .......... .......... 20% 305M 2s 48700K .......... .......... .......... .......... .......... 20% 272M 2s 48750K .......... .......... .......... .......... .......... 20% 308M 2s 48800K .......... .......... .......... .......... .......... 20% 239M 2s 48850K .......... .......... .......... .......... .......... 20% 283M 2s 48900K .......... .......... .......... .......... .......... 20% 262M 2s 48950K .......... .......... .......... .......... .......... 20% 283M 2s 49000K .......... .......... .......... .......... .......... 20% 266M 2s 49050K .......... .......... .......... .......... .......... 20% 124M 2s 49100K .......... .......... .......... .......... .......... 20% 124M 2s 49150K .......... .......... .......... .......... .......... 20% 114M 2s 49200K .......... .......... .......... .......... .......... 20% 117M 2s 49250K .......... .......... .......... .......... .......... 20% 80.1M 2s 49300K .......... .......... .......... .......... .......... 20% 124M 2s 49350K .......... .......... .......... .......... .......... 20% 162M 2s 49400K .......... .......... .......... .......... .......... 20% 86.6M 2s 49450K .......... .......... .......... .......... .......... 20% 143M 2s 49500K .......... .......... .......... .......... .......... 20% 99.2M 2s 49550K .......... .......... .......... .......... .......... 20% 115M 2s 49600K .......... .......... .......... .......... .......... 20% 123M 2s 49650K .......... .......... .......... .......... .......... 20% 132M 2s 49700K .......... .......... .......... .......... .......... 20% 118M 2s 49750K .......... .......... .......... .......... .......... 20% 107M 2s 49800K .......... .......... .......... .......... .......... 20% 93.7M 2s 49850K .......... .......... .......... .......... .......... 20% 124M 2s 49900K .......... .......... .......... .......... .......... 20% 130M 2s 49950K .......... .......... .......... .......... .......... 20% 113M 2s 50000K .......... .......... .......... .......... .......... 20% 110M 2s 50050K .......... .......... .......... .......... .......... 20% 84.8M 2s 50100K .......... .......... .......... .......... .......... 20% 136M 2s 50150K .......... .......... .......... .......... .......... 21% 139M 2s 50200K .......... .......... .......... .......... .......... 21% 102M 2s 50250K .......... .......... .......... .......... .......... 21% 99.8M 2s 50300K .......... .......... .......... .......... .......... 21% 131M 2s 50350K .......... .......... .......... .......... .......... 21% 104M 2s 50400K .......... .......... .......... .......... .......... 21% 96.6M 2s 50450K .......... .......... .......... .......... .......... 21% 74.5M 2s 50500K .......... .......... .......... .......... .......... 21% 244M 2s 50550K .......... .......... .......... .......... .......... 21% 7.20M 2s 50600K .......... .......... .......... .......... .......... 21% 280M 2s 50650K .......... .......... .......... .......... .......... 21% 267M 2s 50700K .......... .......... .......... .......... .......... 21% 275M 2s 50750K .......... .......... .......... .......... .......... 21% 260M 2s 50800K .......... .......... .......... .......... .......... 21% 296M 2s 50850K .......... .......... .......... .......... .......... 21% 248M 2s 50900K .......... .......... .......... .......... .......... 21% 330M 2s 50950K .......... .......... .......... .......... .......... 21% 316M 2s 51000K .......... .......... .......... .......... .......... 21% 256M 2s 51050K .......... .......... .......... .......... .......... 21% 270M 2s 51100K .......... .......... .......... .......... .......... 21% 300M 2s 51150K .......... .......... .......... .......... .......... 21% 294M 2s 51200K .......... .......... .......... .......... .......... 21% 272M 2s 51250K .......... .......... .......... .......... .......... 21% 294M 2s 51300K .......... .......... .......... .......... .......... 21% 274M 2s 51350K .......... .......... .......... .......... .......... 21% 287M 2s 51400K .......... .......... .......... .......... .......... 21% 298M 2s 51450K .......... .......... .......... .......... .......... 21% 291M 2s 51500K .......... .......... .......... .......... .......... 21% 291M 2s 51550K .......... .......... .......... .......... .......... 21% 293M 2s 51600K .......... .......... .......... .......... .......... 21% 274M 2s 51650K .......... .......... .......... .......... .......... 21% 268M 2s 51700K .......... .......... .......... .......... .......... 21% 267M 2s 51750K .......... .......... .......... .......... .......... 21% 97.4M 2s 51800K .......... .......... .......... .......... .......... 21% 134M 2s 51850K .......... .......... .......... .......... .......... 21% 111M 2s 51900K .......... .......... .......... .......... .......... 21% 84.9M 2s 51950K .......... .......... .......... .......... .......... 21% 7.62M 2s 52000K .......... .......... .......... .......... .......... 21% 253M 2s 52050K .......... .......... .......... .......... .......... 21% 303M 2s 52100K .......... .......... .......... .......... .......... 21% 259M 2s 52150K .......... .......... .......... .......... .......... 21% 304M 2s 52200K .......... .......... .......... .......... .......... 21% 277M 2s 52250K .......... .......... .......... .......... .......... 21% 310M 2s 52300K .......... .......... .......... .......... .......... 21% 247M 2s 52350K .......... .......... .......... .......... .......... 21% 287M 2s 52400K .......... .......... .......... .......... .......... 21% 286M 2s 52450K .......... .......... .......... .......... .......... 21% 312M 2s 52500K .......... .......... .......... .......... .......... 21% 299M 2s 52550K .......... .......... .......... .......... .......... 22% 307M 2s 52600K .......... .......... .......... .......... .......... 22% 282M 2s 52650K .......... .......... .......... .......... .......... 22% 284M 2s 52700K .......... .......... .......... .......... .......... 22% 316M 2s 52750K .......... .......... .......... .......... .......... 22% 287M 2s 52800K .......... .......... .......... .......... .......... 22% 135M 2s 52850K .......... .......... .......... .......... .......... 22% 57.1M 2s 52900K .......... .......... .......... .......... .......... 22% 39.7M 2s 52950K .......... .......... .......... .......... .......... 22% 41.0M 2s 53000K .......... .......... .......... .......... .......... 22% 52.6M 2s 53050K .......... .......... .......... .......... .......... 22% 57.2M 2s 53100K .......... .......... .......... .......... .......... 22% 89.9M 2s 53150K .......... .......... .......... .......... .......... 22% 114M 2s 53200K .......... .......... .......... .......... .......... 22% 108M 2s 53250K .......... .......... .......... .......... .......... 22% 125M 2s 53300K .......... .......... .......... .......... .......... 22% 6.02M 2s 53350K .......... .......... .......... .......... .......... 22% 217M 2s 53400K .......... .......... .......... .......... .......... 22% 267M 2s 53450K .......... .......... .......... .......... .......... 22% 254M 2s 53500K .......... .......... .......... .......... .......... 22% 308M 2s 53550K .......... .......... .......... .......... .......... 22% 257M 2s 53600K .......... .......... .......... .......... .......... 22% 283M 2s 53650K .......... .......... .......... .......... .......... 22% 250M 2s 53700K .......... .......... .......... .......... .......... 22% 302M 2s 53750K .......... .......... .......... .......... .......... 22% 269M 2s 53800K .......... .......... .......... .......... .......... 22% 264M 2s 53850K .......... .......... .......... .......... .......... 22% 288M 2s 53900K .......... .......... .......... .......... .......... 22% 255M 2s 53950K .......... .......... .......... .......... .......... 22% 271M 2s 54000K .......... .......... .......... .......... .......... 22% 334M 2s 54050K .......... .......... .......... .......... .......... 22% 309M 2s 54100K .......... .......... .......... .......... .......... 22% 311M 2s 54150K .......... .......... .......... .......... .......... 22% 282M 2s 54200K .......... .......... .......... .......... .......... 22% 315M 2s 54250K .......... .......... .......... .......... .......... 22% 288M 2s 54300K .......... .......... .......... .......... .......... 22% 309M 2s 54350K .......... .......... .......... .......... .......... 22% 276M 2s 54400K .......... .......... .......... .......... .......... 22% 325M 2s 54450K .......... .......... .......... .......... .......... 22% 267M 2s 54500K .......... .......... .......... .......... .......... 22% 261M 2s 54550K .......... .......... .......... .......... .......... 22% 289M 2s 54600K .......... .......... .......... .......... .......... 22% 270M 2s 54650K .......... .......... .......... .......... .......... 22% 283M 2s 54700K .......... .......... .......... .......... .......... 22% 150M 2s 54750K .......... .......... .......... .......... .......... 22% 105M 2s 54800K .......... .......... .......... .......... .......... 22% 114M 2s 54850K .......... .......... .......... .......... .......... 22% 111M 2s 54900K .......... .......... .......... .......... .......... 23% 103M 2s 54950K .......... .......... .......... .......... .......... 23% 126M 2s 55000K .......... .......... .......... .......... .......... 23% 98.2M 2s 55050K .......... .......... .......... .......... .......... 23% 115M 2s 55100K .......... .......... .......... .......... .......... 23% 130M 2s 55150K .......... .......... .......... .......... .......... 23% 104M 2s 55200K .......... .......... .......... .......... .......... 23% 115M 2s 55250K .......... .......... .......... .......... .......... 23% 111M 2s 55300K .......... .......... .......... .......... .......... 23% 105M 2s 55350K .......... .......... .......... .......... .......... 23% 116M 2s 55400K .......... .......... .......... .......... .......... 23% 124M 2s 55450K .......... .......... .......... .......... .......... 23% 105M 2s 55500K .......... .......... .......... .......... .......... 23% 114M 2s 55550K .......... .......... .......... .......... .......... 23% 101M 2s 55600K .......... .......... .......... .......... .......... 23% 123M 2s 55650K .......... .......... .......... .......... .......... 23% 79.2M 2s 55700K .......... .......... .......... .......... .......... 23% 53.2M 2s 55750K .......... .......... .......... .......... .......... 23% 55.6M 2s 55800K .......... .......... .......... .......... .......... 23% 48.1M 2s 55850K .......... .......... .......... .......... .......... 23% 68.8M 2s 55900K .......... .......... .......... .......... .......... 23% 55.2M 2s 55950K .......... .......... .......... .......... .......... 23% 53.6M 2s 56000K .......... .......... .......... .......... .......... 23% 60.3M 2s 56050K .......... .......... .......... .......... .......... 23% 50.3M 2s 56100K .......... .......... .......... .......... .......... 23% 59.5M 2s 56150K .......... .......... .......... .......... .......... 23% 57.2M 2s 56200K .......... .......... .......... .......... .......... 23% 59.7M 2s 56250K .......... .......... .......... .......... .......... 23% 57.5M 2s 56300K .......... .......... .......... .......... .......... 23% 53.9M 2s 56350K .......... .......... .......... .......... .......... 23% 60.8M 2s 56400K .......... .......... .......... .......... .......... 23% 55.6M 2s 56450K .......... .......... .......... .......... .......... 23% 54.0M 2s 56500K .......... .......... .......... .......... .......... 23% 7.63M 2s 56550K .......... .......... .......... .......... .......... 23% 267M 2s 56600K .......... .......... .......... .......... .......... 23% 211M 2s 56650K .......... .......... .......... .......... .......... 23% 240M 2s 56700K .......... .......... .......... .......... .......... 23% 293M 2s 56750K .......... .......... .......... .......... .......... 23% 301M 2s 56800K .......... .......... .......... .......... .......... 23% 97.0M 2s 56850K .......... .......... .......... .......... .......... 23% 38.1M 2s 56900K .......... .......... .......... .......... .......... 23% 37.9M 2s 56950K .......... .......... .......... .......... .......... 23% 37.0M 2s 57000K .......... .......... .......... .......... .......... 23% 39.0M 2s 57050K .......... .......... .......... .......... .......... 23% 7.28M 2s 57100K .......... .......... .......... .......... .......... 23% 243M 2s 57150K .......... .......... .......... .......... .......... 23% 292M 2s 57200K .......... .......... .......... .......... .......... 23% 251M 2s 57250K .......... .......... .......... .......... .......... 23% 306M 2s 57300K .......... .......... .......... .......... .......... 24% 272M 2s 57350K .......... .......... .......... .......... .......... 24% 271M 2s 57400K .......... .......... .......... .......... .......... 24% 267M 2s 57450K .......... .......... .......... .......... .......... 24% 288M 2s 57500K .......... .......... .......... .......... .......... 24% 256M 2s 57550K .......... .......... .......... .......... .......... 24% 316M 2s 57600K .......... .......... .......... .......... .......... 24% 117M 2s 57650K .......... .......... .......... .......... .......... 24% 119M 2s 57700K .......... .......... .......... .......... .......... 24% 106M 2s 57750K .......... .......... .......... .......... .......... 24% 104M 2s 57800K .......... .......... .......... .......... .......... 24% 115M 2s 57850K .......... .......... .......... .......... .......... 24% 123M 2s 57900K .......... .......... .......... .......... .......... 24% 101M 2s 57950K .......... .......... .......... .......... .......... 24% 120M 2s 58000K .......... .......... .......... .......... .......... 24% 110M 2s 58050K .......... .......... .......... .......... .......... 24% 110M 2s 58100K .......... .......... .......... .......... .......... 24% 136M 2s 58150K .......... .......... .......... .......... .......... 24% 99.3M 2s 58200K .......... .......... .......... .......... .......... 24% 118M 2s 58250K .......... .......... .......... .......... .......... 24% 115M 2s 58300K .......... .......... .......... .......... .......... 24% 116M 2s 58350K .......... .......... .......... .......... .......... 24% 118M 2s 58400K .......... .......... .......... .......... .......... 24% 98.3M 2s 58450K .......... .......... .......... .......... .......... 24% 124M 2s 58500K .......... .......... .......... .......... .......... 24% 104M 2s 58550K .......... .......... .......... .......... .......... 24% 107M 2s 58600K .......... .......... .......... .......... .......... 24% 119M 2s 58650K .......... .......... .......... .......... .......... 24% 107M 2s 58700K .......... .......... .......... .......... .......... 24% 120M 2s 58750K .......... .......... .......... .......... .......... 24% 103M 2s 58800K .......... .......... .......... .......... .......... 24% 115M 2s 58850K .......... .......... .......... .......... .......... 24% 99.4M 2s 58900K .......... .......... .......... .......... .......... 24% 130M 2s 58950K .......... .......... .......... .......... .......... 24% 105M 2s 59000K .......... .......... .......... .......... .......... 24% 110M 2s 59050K .......... .......... .......... .......... .......... 24% 112M 2s 59100K .......... .......... .......... .......... .......... 24% 104M 2s 59150K .......... .......... .......... .......... .......... 24% 123M 2s 59200K .......... .......... .......... .......... .......... 24% 123M 2s 59250K .......... .......... .......... .......... .......... 24% 7.36M 2s 59300K .......... .......... .......... .......... .......... 24% 241M 2s 59350K .......... .......... .......... .......... .......... 24% 275M 2s 59400K .......... .......... .......... .......... .......... 24% 284M 2s 59450K .......... .......... .......... .......... .......... 24% 286M 2s 59500K .......... .......... .......... .......... .......... 24% 315M 2s 59550K .......... .......... .......... .......... .......... 24% 289M 2s 59600K .......... .......... .......... .......... .......... 24% 300M 2s 59650K .......... .......... .......... .......... .......... 24% 288M 2s 59700K .......... .......... .......... .......... .......... 25% 307M 2s 59750K .......... .......... .......... .......... .......... 25% 311M 2s 59800K .......... .......... .......... .......... .......... 25% 299M 2s 59850K .......... .......... .......... .......... .......... 25% 215M 2s 59900K .......... .......... .......... .......... .......... 25% 55.1M 2s 59950K .......... .......... .......... .......... .......... 25% 57.3M 2s 60000K .......... .......... .......... .......... .......... 25% 40.0M 2s 60050K .......... .......... .......... .......... .......... 25% 30.7M 2s 60100K .......... .......... .......... .......... .......... 25% 49.3M 2s 60150K .......... .......... .......... .......... .......... 25% 46.2M 2s 60200K .......... .......... .......... .......... .......... 25% 56.2M 2s 60250K .......... .......... .......... .......... .......... 25% 97.3M 2s 60300K .......... .......... .......... .......... .......... 25% 141M 2s 60350K .......... .......... .......... .......... .......... 25% 87.7M 2s 60400K .......... .......... .......... .......... .......... 25% 105M 2s 60450K .......... .......... .......... .......... .......... 25% 128M 2s 60500K .......... .......... .......... .......... .......... 25% 82.2M 2s 60550K .......... .......... .......... .......... .......... 25% 106M 2s 60600K .......... .......... .......... .......... .......... 25% 92.3M 2s 60650K .......... .......... .......... .......... .......... 25% 137M 2s 60700K .......... .......... .......... .......... .......... 25% 93.6M 2s 60750K .......... .......... .......... .......... .......... 25% 154M 2s 60800K .......... .......... .......... .......... .......... 25% 108M 2s 60850K .......... .......... .......... .......... .......... 25% 100M 2s 60900K .......... .......... .......... .......... .......... 25% 107M 2s 60950K .......... .......... .......... .......... .......... 25% 135M 2s 61000K .......... .......... .......... .......... .......... 25% 122M 2s 61050K .......... .......... .......... .......... .......... 25% 101M 2s 61100K .......... .......... .......... .......... .......... 25% 119M 2s 61150K .......... .......... .......... .......... .......... 25% 113M 2s 61200K .......... .......... .......... .......... .......... 25% 107M 2s 61250K .......... .......... .......... .......... .......... 25% 119M 2s 61300K .......... .......... .......... .......... .......... 25% 107M 2s 61350K .......... .......... .......... .......... .......... 25% 113M 2s 61400K .......... .......... .......... .......... .......... 25% 110M 2s 61450K .......... .......... .......... .......... .......... 25% 7.40M 2s 61500K .......... .......... .......... .......... .......... 25% 289M 2s 61550K .......... .......... .......... .......... .......... 25% 225M 2s 61600K .......... .......... .......... .......... .......... 25% 278M 2s 61650K .......... .......... .......... .......... .......... 25% 278M 2s 61700K .......... .......... .......... .......... .......... 25% 252M 2s 61750K .......... .......... .......... .......... .......... 25% 284M 2s 61800K .......... .......... .......... .......... .......... 25% 298M 2s 61850K .......... .......... .......... .......... .......... 25% 242M 2s 61900K .......... .......... .......... .......... .......... 25% 223M 2s 61950K .......... .......... .......... .......... .......... 25% 263M 2s 62000K .......... .......... .......... .......... .......... 25% 276M 2s 62050K .......... .......... .......... .......... .......... 25% 299M 2s 62100K .......... .......... .......... .......... .......... 26% 285M 2s 62150K .......... .......... .......... .......... .......... 26% 280M 2s 62200K .......... .......... .......... .......... .......... 26% 290M 2s 62250K .......... .......... .......... .......... .......... 26% 277M 2s 62300K .......... .......... .......... .......... .......... 26% 289M 2s 62350K .......... .......... .......... .......... .......... 26% 272M 2s 62400K .......... .......... .......... .......... .......... 26% 284M 2s 62450K .......... .......... .......... .......... .......... 26% 275M 2s 62500K .......... .......... .......... .......... .......... 26% 284M 2s 62550K .......... .......... .......... .......... .......... 26% 277M 2s 62600K .......... .......... .......... .......... .......... 26% 242M 2s 62650K .......... .......... .......... .......... .......... 26% 268M 2s 62700K .......... .......... .......... .......... .......... 26% 121M 2s 62750K .......... .......... .......... .......... .......... 26% 129M 2s 62800K .......... .......... .......... .......... .......... 26% 111M 2s 62850K .......... .......... .......... .......... .......... 26% 118M 2s 62900K .......... .......... .......... .......... .......... 26% 98.3M 2s 62950K .......... .......... .......... .......... .......... 26% 127M 2s 63000K .......... .......... .......... .......... .......... 26% 107M 2s 63050K .......... .......... .......... .......... .......... 26% 108M 2s 63100K .......... .......... .......... .......... .......... 26% 101M 2s 63150K .......... .......... .......... .......... .......... 26% 148M 2s 63200K .......... .......... .......... .......... .......... 26% 7.11M 2s 63250K .......... .......... .......... .......... .......... 26% 282M 2s 63300K .......... .......... .......... .......... .......... 26% 257M 2s 63350K .......... .......... .......... .......... .......... 26% 269M 2s 63400K .......... .......... .......... .......... .......... 26% 270M 2s 63450K .......... .......... .......... .......... .......... 26% 285M 2s 63500K .......... .......... .......... .......... .......... 26% 257M 2s 63550K .......... .......... .......... .......... .......... 26% 273M 2s 63600K .......... .......... .......... .......... .......... 26% 295M 2s 63650K .......... .......... .......... .......... .......... 26% 286M 2s 63700K .......... .......... .......... .......... .......... 26% 285M 2s 63750K .......... .......... .......... .......... .......... 26% 309M 2s 63800K .......... .......... .......... .......... .......... 26% 283M 2s 63850K .......... .......... .......... .......... .......... 26% 53.8M 2s 63900K .......... .......... .......... .......... .......... 26% 41.8M 2s 63950K .......... .......... .......... .......... .......... 26% 55.6M 2s 64000K .......... .......... .......... .......... .......... 26% 57.8M 2s 64050K .......... .......... .......... .......... .......... 26% 74.0M 2s 64100K .......... .......... .......... .......... .......... 26% 112M 2s 64150K .......... .......... .......... .......... .......... 26% 122M 2s 64200K .......... .......... .......... .......... .......... 26% 90.6M 2s 64250K .......... .......... .......... .......... .......... 26% 119M 2s 64300K .......... .......... .......... .......... .......... 26% 112M 2s 64350K .......... .......... .......... .......... .......... 26% 126M 2s 64400K .......... .......... .......... .......... .......... 26% 115M 2s 64450K .......... .......... .......... .......... .......... 27% 104M 2s 64500K .......... .......... .......... .......... .......... 27% 126M 2s 64550K .......... .......... .......... .......... .......... 27% 104M 2s 64600K .......... .......... .......... .......... .......... 27% 117M 2s 64650K .......... .......... .......... .......... .......... 27% 81.8M 2s 64700K .......... .......... .......... .......... .......... 27% 165M 2s 64750K .......... .......... .......... .......... .......... 27% 120M 2s 64800K .......... .......... .......... .......... .......... 27% 94.8M 2s 64850K .......... .......... .......... .......... .......... 27% 127M 2s 64900K .......... .......... .......... .......... .......... 27% 116M 2s 64950K .......... .......... .......... .......... .......... 27% 100M 2s 65000K .......... .......... .......... .......... .......... 27% 112M 2s 65050K .......... .......... .......... .......... .......... 27% 130M 2s 65100K .......... .......... .......... .......... .......... 27% 97.0M 2s 65150K .......... .......... .......... .......... .......... 27% 110M 2s 65200K .......... .......... .......... .......... .......... 27% 113M 2s 65250K .......... .......... .......... .......... .......... 27% 123M 2s 65300K .......... .......... .......... .......... .......... 27% 105M 2s 65350K .......... .......... .......... .......... .......... 27% 84.2M 2s 65400K .......... .......... .......... .......... .......... 27% 116M 2s 65450K .......... .......... .......... .......... .......... 27% 104M 2s 65500K .......... .......... .......... .......... .......... 27% 109M 2s 65550K .......... .......... .......... .......... .......... 27% 7.19M 2s 65600K .......... .......... .......... .......... .......... 27% 231M 2s 65650K .......... .......... .......... .......... .......... 27% 275M 2s 65700K .......... .......... .......... .......... .......... 27% 263M 2s 65750K .......... .......... .......... .......... .......... 27% 226M 2s 65800K .......... .......... .......... .......... .......... 27% 231M 2s 65850K .......... .......... .......... .......... .......... 27% 254M 2s 65900K .......... .......... .......... .......... .......... 27% 304M 2s 65950K .......... .......... .......... .......... .......... 27% 288M 2s 66000K .......... .......... .......... .......... .......... 27% 273M 2s 66050K .......... .......... .......... .......... .......... 27% 287M 2s 66100K .......... .......... .......... .......... .......... 27% 260M 2s 66150K .......... .......... .......... .......... .......... 27% 302M 2s 66200K .......... .......... .......... .......... .......... 27% 280M 2s 66250K .......... .......... .......... .......... .......... 27% 309M 2s 66300K .......... .......... .......... .......... .......... 27% 260M 2s 66350K .......... .......... .......... .......... .......... 27% 298M 2s 66400K .......... .......... .......... .......... .......... 27% 279M 2s 66450K .......... .......... .......... .......... .......... 27% 328M 2s 66500K .......... .......... .......... .......... .......... 27% 290M 2s 66550K .......... .......... .......... .......... .......... 27% 299M 2s 66600K .......... .......... .......... .......... .......... 27% 295M 2s 66650K .......... .......... .......... .......... .......... 27% 292M 2s 66700K .......... .......... .......... .......... .......... 27% 8.49M 2s 66750K .......... .......... .......... .......... .......... 27% 256M 2s 66800K .......... .......... .......... .......... .......... 27% 308M 2s 66850K .......... .......... .......... .......... .......... 28% 287M 2s 66900K .......... .......... .......... .......... .......... 28% 317M 2s 66950K .......... .......... .......... .......... .......... 28% 281M 2s 67000K .......... .......... .......... .......... .......... 28% 259M 2s 67050K .......... .......... .......... .......... .......... 28% 241M 2s 67100K .......... .......... .......... .......... .......... 28% 307M 2s 67150K .......... .......... .......... .......... .......... 28% 308M 2s 67200K .......... .......... .......... .......... .......... 28% 338M 2s 67250K .......... .......... .......... .......... .......... 28% 313M 2s 67300K .......... .......... .......... .......... .......... 28% 333M 2s 67350K .......... .......... .......... .......... .......... 28% 287M 2s 67400K .......... .......... .......... .......... .......... 28% 8.28M 2s 67450K .......... .......... .......... .......... .......... 28% 245M 2s 67500K .......... .......... .......... .......... .......... 28% 285M 2s 67550K .......... .......... .......... .......... .......... 28% 259M 2s 67600K .......... .......... .......... .......... .......... 28% 279M 2s 67650K .......... .......... .......... .......... .......... 28% 277M 2s 67700K .......... .......... .......... .......... .......... 28% 264M 2s 67750K .......... .......... .......... .......... .......... 28% 250M 2s 67800K .......... .......... .......... .......... .......... 28% 289M 2s 67850K .......... .......... .......... .......... .......... 28% 240M 2s 67900K .......... .......... .......... .......... .......... 28% 308M 2s 67950K .......... .......... .......... .......... .......... 28% 288M 2s 68000K .......... .......... .......... .......... .......... 28% 303M 2s 68050K .......... .......... .......... .......... .......... 28% 306M 2s 68100K .......... .......... .......... .......... .......... 28% 309M 2s 68150K .......... .......... .......... .......... .......... 28% 264M 2s 68200K .......... .......... .......... .......... .......... 28% 295M 2s 68250K .......... .......... .......... .......... .......... 28% 282M 2s 68300K .......... .......... .......... .......... .......... 28% 309M 2s 68350K .......... .......... .......... .......... .......... 28% 239M 2s 68400K .......... .......... .......... .......... .......... 28% 303M 2s 68450K .......... .......... .......... .......... .......... 28% 261M 2s 68500K .......... .......... .......... .......... .......... 28% 69.8M 2s 68550K .......... .......... .......... .......... .......... 28% 257M 2s 68600K .......... .......... .......... .......... .......... 28% 96.7M 2s 68650K .......... .......... .......... .......... .......... 28% 7.19M 2s 68700K .......... .......... .......... .......... .......... 28% 209M 2s 68750K .......... .......... .......... .......... .......... 28% 251M 2s 68800K .......... .......... .......... .......... .......... 28% 285M 2s 68850K .......... .......... .......... .......... .......... 28% 239M 2s 68900K .......... .......... .......... .......... .......... 28% 286M 2s 68950K .......... .......... .......... .......... .......... 28% 252M 2s 69000K .......... .......... .......... .......... .......... 28% 327M 2s 69050K .......... .......... .......... .......... .......... 28% 253M 2s 69100K .......... .......... .......... .......... .......... 28% 301M 2s 69150K .......... .......... .......... .......... .......... 28% 293M 2s 69200K .......... .......... .......... .......... .......... 28% 303M 2s 69250K .......... .......... .......... .......... .......... 29% 244M 2s 69300K .......... .......... .......... .......... .......... 29% 311M 2s 69350K .......... .......... .......... .......... .......... 29% 248M 2s 69400K .......... .......... .......... .......... .......... 29% 322M 2s 69450K .......... .......... .......... .......... .......... 29% 275M 2s 69500K .......... .......... .......... .......... .......... 29% 327M 2s 69550K .......... .......... .......... .......... .......... 29% 267M 2s 69600K .......... .......... .......... .......... .......... 29% 279M 2s 69650K .......... .......... .......... .......... .......... 29% 283M 2s 69700K .......... .......... .......... .......... .......... 29% 290M 2s 69750K .......... .......... .......... .......... .......... 29% 281M 2s 69800K .......... .......... .......... .......... .......... 29% 264M 2s 69850K .......... .......... .......... .......... .......... 29% 248M 2s 69900K .......... .......... .......... .......... .......... 29% 283M 2s 69950K .......... .......... .......... .......... .......... 29% 119M 2s 70000K .......... .......... .......... .......... .......... 29% 108M 2s 70050K .......... .......... .......... .......... .......... 29% 107M 2s 70100K .......... .......... .......... .......... .......... 29% 112M 2s 70150K .......... .......... .......... .......... .......... 29% 132M 2s 70200K .......... .......... .......... .......... .......... 29% 99.4M 2s 70250K .......... .......... .......... .......... .......... 29% 123M 2s 70300K .......... .......... .......... .......... .......... 29% 117M 2s 70350K .......... .......... .......... .......... .......... 29% 102M 2s 70400K .......... .......... .......... .......... .......... 29% 119M 2s 70450K .......... .......... .......... .......... .......... 29% 115M 2s 70500K .......... .......... .......... .......... .......... 29% 98.9M 2s 70550K .......... .......... .......... .......... .......... 29% 82.9M 2s 70600K .......... .......... .......... .......... .......... 29% 105M 2s 70650K .......... .......... .......... .......... .......... 29% 106M 2s 70700K .......... .......... .......... .......... .......... 29% 108M 2s 70750K .......... .......... .......... .......... .......... 29% 137M 2s 70800K .......... .......... .......... .......... .......... 29% 106M 2s 70850K .......... .......... .......... .......... .......... 29% 103M 2s 70900K .......... .......... .......... .......... .......... 29% 117M 2s 70950K .......... .......... .......... .......... .......... 29% 7.80M 2s 71000K .......... .......... .......... .......... .......... 29% 278M 2s 71050K .......... .......... .......... .......... .......... 29% 284M 2s 71100K .......... .......... .......... .......... .......... 29% 274M 2s 71150K .......... .......... .......... .......... .......... 29% 269M 2s 71200K .......... .......... .......... .......... .......... 29% 273M 2s 71250K .......... .......... .......... .......... .......... 29% 244M 2s 71300K .......... .......... .......... .......... .......... 29% 296M 2s 71350K .......... .......... .......... .......... .......... 29% 270M 2s 71400K .......... .......... .......... .......... .......... 29% 291M 2s 71450K .......... .......... .......... .......... .......... 29% 230M 2s 71500K .......... .......... .......... .......... .......... 29% 268M 2s 71550K .......... .......... .......... .......... .......... 29% 275M 2s 71600K .......... .......... .......... .......... .......... 29% 284M 2s 71650K .......... .......... .......... .......... .......... 30% 234M 2s 71700K .......... .......... .......... .......... .......... 30% 308M 2s 71750K .......... .......... .......... .......... .......... 30% 287M 2s 71800K .......... .......... .......... .......... .......... 30% 299M 2s 71850K .......... .......... .......... .......... .......... 30% 288M 2s 71900K .......... .......... .......... .......... .......... 30% 284M 2s 71950K .......... .......... .......... .......... .......... 30% 266M 2s 72000K .......... .......... .......... .......... .......... 30% 298M 2s 72050K .......... .......... .......... .......... .......... 30% 275M 2s 72100K .......... .......... .......... .......... .......... 30% 169M 2s 72150K .......... .......... .......... .......... .......... 30% 99.1M 2s 72200K .......... .......... .......... .......... .......... 30% 147M 2s 72250K .......... .......... .......... .......... .......... 30% 119M 2s 72300K .......... .......... .......... .......... .......... 30% 115M 2s 72350K .......... .......... .......... .......... .......... 30% 110M 2s 72400K .......... .......... .......... .......... .......... 30% 114M 2s 72450K .......... .......... .......... .......... .......... 30% 105M 2s 72500K .......... .......... .......... .......... .......... 30% 119M 2s 72550K .......... .......... .......... .......... .......... 30% 99.6M 2s 72600K .......... .......... .......... .......... .......... 30% 7.50M 2s 72650K .......... .......... .......... .......... .......... 30% 204M 2s 72700K .......... .......... .......... .......... .......... 30% 332M 2s 72750K .......... .......... .......... .......... .......... 30% 228M 2s 72800K .......... .......... .......... .......... .......... 30% 271M 2s 72850K .......... .......... .......... .......... .......... 30% 266M 2s 72900K .......... .......... .......... .......... .......... 30% 266M 2s 72950K .......... .......... .......... .......... .......... 30% 279M 2s 73000K .......... .......... .......... .......... .......... 30% 312M 2s 73050K .......... .......... .......... .......... .......... 30% 309M 2s 73100K .......... .......... .......... .......... .......... 30% 298M 2s 73150K .......... .......... .......... .......... .......... 30% 276M 2s 73200K .......... .......... .......... .......... .......... 30% 328M 2s 73250K .......... .......... .......... .......... .......... 30% 310M 2s 73300K .......... .......... .......... .......... .......... 30% 8.63M 2s 73350K .......... .......... .......... .......... .......... 30% 275M 2s 73400K .......... .......... .......... .......... .......... 30% 326M 2s 73450K .......... .......... .......... .......... .......... 30% 275M 2s 73500K .......... .......... .......... .......... .......... 30% 280M 2s 73550K .......... .......... .......... .......... .......... 30% 284M 2s 73600K .......... .......... .......... .......... .......... 30% 284M 2s 73650K .......... .......... .......... .......... .......... 30% 273M 2s 73700K .......... .......... .......... .......... .......... 30% 309M 2s 73750K .......... .......... .......... .......... .......... 30% 213M 2s 73800K .......... .......... .......... .......... .......... 30% 298M 2s 73850K .......... .......... .......... .......... .......... 30% 275M 2s 73900K .......... .......... .......... .......... .......... 30% 317M 2s 73950K .......... .......... .......... .......... .......... 30% 284M 2s 74000K .......... .......... .......... .......... .......... 30% 280M 2s 74050K .......... .......... .......... .......... .......... 31% 274M 2s 74100K .......... .......... .......... .......... .......... 31% 299M 2s 74150K .......... .......... .......... .......... .......... 31% 246M 2s 74200K .......... .......... .......... .......... .......... 31% 277M 2s 74250K .......... .......... .......... .......... .......... 31% 304M 2s 74300K .......... .......... .......... .......... .......... 31% 301M 2s 74350K .......... .......... .......... .......... .......... 31% 296M 2s 74400K .......... .......... .......... .......... .......... 31% 294M 2s 74450K .......... .......... .......... .......... .......... 31% 274M 2s 74500K .......... .......... .......... .......... .......... 31% 297M 2s 74550K .......... .......... .......... .......... .......... 31% 249M 2s 74600K .......... .......... .......... .......... .......... 31% 260M 2s 74650K .......... .......... .......... .......... .......... 31% 256M 2s 74700K .......... .......... .......... .......... .......... 31% 252M 2s 74750K .......... .......... .......... .......... .......... 31% 164M 2s 74800K .......... .......... .......... .......... .......... 31% 107M 2s 74850K .......... .......... .......... .......... .......... 31% 7.68M 2s 74900K .......... .......... .......... .......... .......... 31% 228M 2s 74950K .......... .......... .......... .......... .......... 31% 262M 2s 75000K .......... .......... .......... .......... .......... 31% 247M 2s 75050K .......... .......... .......... .......... .......... 31% 272M 2s 75100K .......... .......... .......... .......... .......... 31% 241M 2s 75150K .......... .......... .......... .......... .......... 31% 273M 2s 75200K .......... .......... .......... .......... .......... 31% 273M 2s 75250K .......... .......... .......... .......... .......... 31% 305M 2s 75300K .......... .......... .......... .......... .......... 31% 235M 2s 75350K .......... .......... .......... .......... .......... 31% 272M 2s 75400K .......... .......... .......... .......... .......... 31% 238M 2s 75450K .......... .......... .......... .......... .......... 31% 297M 2s 75500K .......... .......... .......... .......... .......... 31% 277M 2s 75550K .......... .......... .......... .......... .......... 31% 313M 2s 75600K .......... .......... .......... .......... .......... 31% 273M 2s 75650K .......... .......... .......... .......... .......... 31% 276M 2s 75700K .......... .......... .......... .......... .......... 31% 292M 2s 75750K .......... .......... .......... .......... .......... 31% 300M 2s 75800K .......... .......... .......... .......... .......... 31% 213M 2s 75850K .......... .......... .......... .......... .......... 31% 264M 2s 75900K .......... .......... .......... .......... .......... 31% 230M 2s 75950K .......... .......... .......... .......... .......... 31% 220M 2s 76000K .......... .......... .......... .......... .......... 31% 61.3M 2s 76050K .......... .......... .......... .......... .......... 31% 79.5M 2s 76100K .......... .......... .......... .......... .......... 31% 57.1M 2s 76150K .......... .......... .......... .......... .......... 31% 53.9M 2s 76200K .......... .......... .......... .......... .......... 31% 52.5M 2s 76250K .......... .......... .......... .......... .......... 31% 67.2M 2s 76300K .......... .......... .......... .......... .......... 31% 105M 2s 76350K .......... .......... .......... .......... .......... 31% 107M 2s 76400K .......... .......... .......... .......... .......... 32% 129M 2s 76450K .......... .......... .......... .......... .......... 32% 114M 2s 76500K .......... .......... .......... .......... .......... 32% 113M 2s 76550K .......... .......... .......... .......... .......... 32% 90.1M 2s 76600K .......... .......... .......... .......... .......... 32% 132M 2s 76650K .......... .......... .......... .......... .......... 32% 68.6M 2s 76700K .......... .......... .......... .......... .......... 32% 267M 2s 76750K .......... .......... .......... .......... .......... 32% 126M 2s 76800K .......... .......... .......... .......... .......... 32% 92.6M 2s 76850K .......... .......... .......... .......... .......... 32% 139M 2s 76900K .......... .......... .......... .......... .......... 32% 107M 2s 76950K .......... .......... .......... .......... .......... 32% 106M 2s 77000K .......... .......... .......... .......... .......... 32% 123M 2s 77050K .......... .......... .......... .......... .......... 32% 123M 2s 77100K .......... .......... .......... .......... .......... 32% 120M 2s 77150K .......... .......... .......... .......... .......... 32% 87.2M 2s 77200K .......... .......... .......... .......... .......... 32% 117M 2s 77250K .......... .......... .......... .......... .......... 32% 127M 2s 77300K .......... .......... .......... .......... .......... 32% 116M 2s 77350K .......... .......... .......... .......... .......... 32% 99.9M 2s 77400K .......... .......... .......... .......... .......... 32% 7.31M 2s 77450K .......... .......... .......... .......... .......... 32% 184M 2s 77500K .......... .......... .......... .......... .......... 32% 251M 2s 77550K .......... .......... .......... .......... .......... 32% 235M 2s 77600K .......... .......... .......... .......... .......... 32% 283M 2s 77650K .......... .......... .......... .......... .......... 32% 288M 2s 77700K .......... .......... .......... .......... .......... 32% 289M 2s 77750K .......... .......... .......... .......... .......... 32% 286M 2s 77800K .......... .......... .......... .......... .......... 32% 330M 2s 77850K .......... .......... .......... .......... .......... 32% 278M 2s 77900K .......... .......... .......... .......... .......... 32% 293M 2s 77950K .......... .......... .......... .......... .......... 32% 295M 2s 78000K .......... .......... .......... .......... .......... 32% 338M 2s 78050K .......... .......... .......... .......... .......... 32% 290M 2s 78100K .......... .......... .......... .......... .......... 32% 255M 2s 78150K .......... .......... .......... .......... .......... 32% 106M 2s 78200K .......... .......... .......... .......... .......... 32% 91.0M 2s 78250K .......... .......... .......... .......... .......... 32% 96.6M 2s 78300K .......... .......... .......... .......... .......... 32% 122M 2s 78350K .......... .......... .......... .......... .......... 32% 7.22M 2s 78400K .......... .......... .......... .......... .......... 32% 241M 2s 78450K .......... .......... .......... .......... .......... 32% 287M 2s 78500K .......... .......... .......... .......... .......... 32% 239M 2s 78550K .......... .......... .......... .......... .......... 32% 264M 2s 78600K .......... .......... .......... .......... .......... 32% 294M 2s 78650K .......... .......... .......... .......... .......... 32% 267M 2s 78700K .......... .......... .......... .......... .......... 32% 305M 2s 78750K .......... .......... .......... .......... .......... 32% 259M 2s 78800K .......... .......... .......... .......... .......... 33% 246M 2s 78850K .......... .......... .......... .......... .......... 33% 282M 2s 78900K .......... .......... .......... .......... .......... 33% 299M 2s 78950K .......... .......... .......... .......... .......... 33% 310M 2s 79000K .......... .......... .......... .......... .......... 33% 329M 2s 79050K .......... .......... .......... .......... .......... 33% 261M 2s 79100K .......... .......... .......... .......... .......... 33% 317M 2s 79150K .......... .......... .......... .......... .......... 33% 299M 2s 79200K .......... .......... .......... .......... .......... 33% 298M 2s 79250K .......... .......... .......... .......... .......... 33% 310M 2s 79300K .......... .......... .......... .......... .......... 33% 326M 2s 79350K .......... .......... .......... .......... .......... 33% 227M 2s 79400K .......... .......... .......... .......... .......... 33% 235M 2s 79450K .......... .......... .......... .......... .......... 33% 188M 2s 79500K .......... .......... .......... .......... .......... 33% 187M 2s 79550K .......... .......... .......... .......... .......... 33% 194M 2s 79600K .......... .......... .......... .......... .......... 33% 242M 2s 79650K .......... .......... .......... .......... .......... 33% 220M 2s 79700K .......... .......... .......... .......... .......... 33% 120M 2s 79750K .......... .......... .......... .......... .......... 33% 102M 2s 79800K .......... .......... .......... .......... .......... 33% 117M 2s 79850K .......... .......... .......... .......... .......... 33% 103M 2s 79900K .......... .......... .......... .......... .......... 33% 103M 2s 79950K .......... .......... .......... .......... .......... 33% 95.0M 2s 80000K .......... .......... .......... .......... .......... 33% 129M 2s 80050K .......... .......... .......... .......... .......... 33% 106M 2s 80100K .......... .......... .......... .......... .......... 33% 119M 2s 80150K .......... .......... .......... .......... .......... 33% 80.7M 2s 80200K .......... .......... .......... .......... .......... 33% 181M 2s 80250K .......... .......... .......... .......... .......... 33% 93.3M 2s 80300K .......... .......... .......... .......... .......... 33% 118M 2s 80350K .......... .......... .......... .......... .......... 33% 120M 2s 80400K .......... .......... .......... .......... .......... 33% 52.1M 2s 80450K .......... .......... .......... .......... .......... 33% 55.7M 2s 80500K .......... .......... .......... .......... .......... 33% 68.9M 2s 80550K .......... .......... .......... .......... .......... 33% 87.7M 2s 80600K .......... .......... .......... .......... .......... 33% 125M 2s 80650K .......... .......... .......... .......... .......... 33% 126M 2s 80700K .......... .......... .......... .......... .......... 33% 100M 2s 80750K .......... .......... .......... .......... .......... 33% 126M 2s 80800K .......... .......... .......... .......... .......... 33% 98.7M 2s 80850K .......... .......... .......... .......... .......... 33% 131M 2s 80900K .......... .......... .......... .......... .......... 33% 98.8M 2s 80950K .......... .......... .......... .......... .......... 33% 121M 2s 81000K .......... .......... .......... .......... .......... 33% 101M 2s 81050K .......... .......... .......... .......... .......... 33% 121M 2s 81100K .......... .......... .......... .......... .......... 33% 97.4M 2s 81150K .......... .......... .......... .......... .......... 33% 124M 2s 81200K .......... .......... .......... .......... .......... 34% 144M 2s 81250K .......... .......... .......... .......... .......... 34% 103M 2s 81300K .......... .......... .......... .......... .......... 34% 7.27M 2s 81350K .......... .......... .......... .......... .......... 34% 283M 2s 81400K .......... .......... .......... .......... .......... 34% 248M 2s 81450K .......... .......... .......... .......... .......... 34% 224M 2s 81500K .......... .......... .......... .......... .......... 34% 258M 2s 81550K .......... .......... .......... .......... .......... 34% 223M 2s 81600K .......... .......... .......... .......... .......... 34% 264M 2s 81650K .......... .......... .......... .......... .......... 34% 292M 2s 81700K .......... .......... .......... .......... .......... 34% 226M 2s 81750K .......... .......... .......... .......... .......... 34% 297M 2s 81800K .......... .......... .......... .......... .......... 34% 281M 2s 81850K .......... .......... .......... .......... .......... 34% 300M 2s 81900K .......... .......... .......... .......... .......... 34% 282M 2s 81950K .......... .......... .......... .......... .......... 34% 295M 2s 82000K .......... .......... .......... .......... .......... 34% 256M 2s 82050K .......... .......... .......... .......... .......... 34% 324M 2s 82100K .......... .......... .......... .......... .......... 34% 280M 2s 82150K .......... .......... .......... .......... .......... 34% 301M 2s 82200K .......... .......... .......... .......... .......... 34% 270M 2s 82250K .......... .......... .......... .......... .......... 34% 306M 2s 82300K .......... .......... .......... .......... .......... 34% 251M 2s 82350K .......... .......... .......... .......... .......... 34% 289M 2s 82400K .......... .......... .......... .......... .......... 34% 271M 2s 82450K .......... .......... .......... .......... .......... 34% 268M 2s 82500K .......... .......... .......... .......... .......... 34% 279M 2s 82550K .......... .......... .......... .......... .......... 34% 70.1M 2s 82600K .......... .......... .......... .......... .......... 34% 61.8M 2s 82650K .......... .......... .......... .......... .......... 34% 7.11M 2s 82700K .......... .......... .......... .......... .......... 34% 270M 2s 82750K .......... .......... .......... .......... .......... 34% 295M 2s 82800K .......... .......... .......... .......... .......... 34% 319M 2s 82850K .......... .......... .......... .......... .......... 34% 266M 2s 82900K .......... .......... .......... .......... .......... 34% 233M 2s 82950K .......... .......... .......... .......... .......... 34% 257M 2s 83000K .......... .......... .......... .......... .......... 34% 293M 2s 83050K .......... .......... .......... .......... .......... 34% 292M 2s 83100K .......... .......... .......... .......... .......... 34% 311M 2s 83150K .......... .......... .......... .......... .......... 34% 257M 2s 83200K .......... .......... .......... .......... .......... 34% 235M 2s 83250K .......... .......... .......... .......... .......... 34% 273M 2s 83300K .......... .......... .......... .......... .......... 34% 318M 2s 83350K .......... .......... .......... .......... .......... 34% 306M 2s 83400K .......... .......... .......... .......... .......... 34% 333M 2s 83450K .......... .......... .......... .......... .......... 34% 294M 2s 83500K .......... .......... .......... .......... .......... 34% 289M 2s 83550K .......... .......... .......... .......... .......... 34% 292M 2s 83600K .......... .......... .......... .......... .......... 35% 279M 2s 83650K .......... .......... .......... .......... .......... 35% 301M 2s 83700K .......... .......... .......... .......... .......... 35% 259M 2s 83750K .......... .......... .......... .......... .......... 35% 231M 2s 83800K .......... .......... .......... .......... .......... 35% 136M 2s 83850K .......... .......... .......... .......... .......... 35% 102M 2s 83900K .......... .......... .......... .......... .......... 35% 103M 2s 83950K .......... .......... .......... .......... .......... 35% 110M 2s 84000K .......... .......... .......... .......... .......... 35% 7.87M 2s 84050K .......... .......... .......... .......... .......... 35% 263M 2s 84100K .......... .......... .......... .......... .......... 35% 256M 2s 84150K .......... .......... .......... .......... .......... 35% 284M 2s 84200K .......... .......... .......... .......... .......... 35% 235M 2s 84250K .......... .......... .......... .......... .......... 35% 242M 2s 84300K .......... .......... .......... .......... .......... 35% 226M 2s 84350K .......... .......... .......... .......... .......... 35% 289M 2s 84400K .......... .......... .......... .......... .......... 35% 299M 2s 84450K .......... .......... .......... .......... .......... 35% 314M 2s 84500K .......... .......... .......... .......... .......... 35% 243M 2s 84550K .......... .......... .......... .......... .......... 35% 251M 2s 84600K .......... .......... .......... .......... .......... 35% 250M 2s 84650K .......... .......... .......... .......... .......... 35% 286M 2s 84700K .......... .......... .......... .......... .......... 35% 256M 2s 84750K .......... .......... .......... .......... .......... 35% 307M 2s 84800K .......... .......... .......... .......... .......... 35% 263M 2s 84850K .......... .......... .......... .......... .......... 35% 279M 2s 84900K .......... .......... .......... .......... .......... 35% 284M 2s 84950K .......... .......... .......... .......... .......... 35% 253M 2s 85000K .......... .......... .......... .......... .......... 35% 235M 2s 85050K .......... .......... .......... .......... .......... 35% 200M 2s 85100K .......... .......... .......... .......... .......... 35% 209M 2s 85150K .......... .......... .......... .......... .......... 35% 183M 2s 85200K .......... .......... .......... .......... .......... 35% 246M 2s 85250K .......... .......... .......... .......... .......... 35% 117M 2s 85300K .......... .......... .......... .......... .......... 35% 109M 2s 85350K .......... .......... .......... .......... .......... 35% 110M 2s 85400K .......... .......... .......... .......... .......... 35% 111M 2s 85450K .......... .......... .......... .......... .......... 35% 108M 2s 85500K .......... .......... .......... .......... .......... 35% 127M 2s 85550K .......... .......... .......... .......... .......... 35% 101M 2s 85600K .......... .......... .......... .......... .......... 35% 49.3M 2s 85650K .......... .......... .......... .......... .......... 35% 53.3M 2s 85700K .......... .......... .......... .......... .......... 35% 60.7M 2s 85750K .......... .......... .......... .......... .......... 35% 125M 2s 85800K .......... .......... .......... .......... .......... 35% 113M 2s 85850K .......... .......... .......... .......... .......... 35% 105M 2s 85900K .......... .......... .......... .......... .......... 35% 101M 2s 85950K .......... .......... .......... .......... .......... 36% 54.2M 2s 86000K .......... .......... .......... .......... .......... 36% 54.2M 2s 86050K .......... .......... .......... .......... .......... 36% 6.93M 2s 86100K .......... .......... .......... .......... .......... 36% 248M 2s 86150K .......... .......... .......... .......... .......... 36% 279M 2s 86200K .......... .......... .......... .......... .......... 36% 250M 2s 86250K .......... .......... .......... .......... .......... 36% 282M 2s 86300K .......... .......... .......... .......... .......... 36% 291M 2s 86350K .......... .......... .......... .......... .......... 36% 269M 2s 86400K .......... .......... .......... .......... .......... 36% 301M 2s 86450K .......... .......... .......... .......... .......... 36% 319M 2s 86500K .......... .......... .......... .......... .......... 36% 293M 2s 86550K .......... .......... .......... .......... .......... 36% 308M 2s 86600K .......... .......... .......... .......... .......... 36% 270M 2s 86650K .......... .......... .......... .......... .......... 36% 278M 2s 86700K .......... .......... .......... .......... .......... 36% 304M 2s 86750K .......... .......... .......... .......... .......... 36% 301M 2s 86800K .......... .......... .......... .......... .......... 36% 284M 2s 86850K .......... .......... .......... .......... .......... 36% 318M 2s 86900K .......... .......... .......... .......... .......... 36% 46.6M 2s 86950K .......... .......... .......... .......... .......... 36% 37.1M 2s 87000K .......... .......... .......... .......... .......... 36% 38.3M 2s 87050K .......... .......... .......... .......... .......... 36% 40.0M 2s 87100K .......... .......... .......... .......... .......... 36% 57.3M 2s 87150K .......... .......... .......... .......... .......... 36% 53.7M 2s 87200K .......... .......... .......... .......... .......... 36% 96.9M 2s 87250K .......... .......... .......... .......... .......... 36% 115M 2s 87300K .......... .......... .......... .......... .......... 36% 97.3M 2s 87350K .......... .......... .......... .......... .......... 36% 127M 2s 87400K .......... .......... .......... .......... .......... 36% 101M 2s 87450K .......... .......... .......... .......... .......... 36% 114M 2s 87500K .......... .......... .......... .......... .......... 36% 96.2M 2s 87550K .......... .......... .......... .......... .......... 36% 132M 2s 87600K .......... .......... .......... .......... .......... 36% 130M 2s 87650K .......... .......... .......... .......... .......... 36% 106M 2s 87700K .......... .......... .......... .......... .......... 36% 103M 2s 87750K .......... .......... .......... .......... .......... 36% 121M 2s 87800K .......... .......... .......... .......... .......... 36% 102M 2s 87850K .......... .......... .......... .......... .......... 36% 118M 2s 87900K .......... .......... .......... .......... .......... 36% 120M 2s 87950K .......... .......... .......... .......... .......... 36% 96.9M 2s 88000K .......... .......... .......... .......... .......... 36% 129M 2s 88050K .......... .......... .......... .......... .......... 36% 118M 2s 88100K .......... .......... .......... .......... .......... 36% 98.5M 2s 88150K .......... .......... .......... .......... .......... 36% 135M 2s 88200K .......... .......... .......... .......... .......... 36% 7.20M 2s 88250K .......... .......... .......... .......... .......... 36% 216M 2s 88300K .......... .......... .......... .......... .......... 36% 288M 2s 88350K .......... .......... .......... .......... .......... 37% 288M 2s 88400K .......... .......... .......... .......... .......... 37% 299M 2s 88450K .......... .......... .......... .......... .......... 37% 273M 2s 88500K .......... .......... .......... .......... .......... 37% 281M 2s 88550K .......... .......... .......... .......... .......... 37% 299M 2s 88600K .......... .......... .......... .......... .......... 37% 306M 2s 88650K .......... .......... .......... .......... .......... 37% 323M 2s 88700K .......... .......... .......... .......... .......... 37% 345M 2s 88750K .......... .......... .......... .......... .......... 37% 311M 2s 88800K .......... .......... .......... .......... .......... 37% 342M 2s 88850K .......... .......... .......... .......... .......... 37% 299M 2s 88900K .......... .......... .......... .......... .......... 37% 8.04M 2s 88950K .......... .......... .......... .......... .......... 37% 223M 2s 89000K .......... .......... .......... .......... .......... 37% 271M 2s 89050K .......... .......... .......... .......... .......... 37% 270M 2s 89100K .......... .......... .......... .......... .......... 37% 304M 2s 89150K .......... .......... .......... .......... .......... 37% 230M 2s 89200K .......... .......... .......... .......... .......... 37% 264M 2s 89250K .......... .......... .......... .......... .......... 37% 273M 2s 89300K .......... .......... .......... .......... .......... 37% 288M 2s 89350K .......... .......... .......... .......... .......... 37% 264M 2s 89400K .......... .......... .......... .......... .......... 37% 284M 2s 89450K .......... .......... .......... .......... .......... 37% 274M 2s 89500K .......... .......... .......... .......... .......... 37% 288M 2s 89550K .......... .......... .......... .......... .......... 37% 316M 2s 89600K .......... .......... .......... .......... .......... 37% 286M 2s 89650K .......... .......... .......... .......... .......... 37% 259M 2s 89700K .......... .......... .......... .......... .......... 37% 266M 2s 89750K .......... .......... .......... .......... .......... 37% 279M 2s 89800K .......... .......... .......... .......... .......... 37% 294M 2s 89850K .......... .......... .......... .......... .......... 37% 286M 2s 89900K .......... .......... .......... .......... .......... 37% 311M 2s 89950K .......... .......... .......... .......... .......... 37% 275M 2s 90000K .......... .......... .......... .......... .......... 37% 283M 2s 90050K .......... .......... .......... .......... .......... 37% 280M 2s 90100K .......... .......... .......... .......... .......... 37% 313M 1s 90150K .......... .......... .......... .......... .......... 37% 280M 1s 90200K .......... .......... .......... .......... .......... 37% 275M 1s 90250K .......... .......... .......... .......... .......... 37% 250M 1s 90300K .......... .......... .......... .......... .......... 37% 105M 1s 90350K .......... .......... .......... .......... .......... 37% 128M 1s 90400K .......... .......... .......... .......... .......... 37% 117M 1s 90450K .......... .......... .......... .......... .......... 37% 104M 1s 90500K .......... .......... .......... .......... .......... 37% 112M 1s 90550K .......... .......... .......... .......... .......... 37% 127M 1s 90600K .......... .......... .......... .......... .......... 37% 96.8M 1s 90650K .......... .......... .......... .......... .......... 37% 128M 1s 90700K .......... .......... .......... .......... .......... 37% 87.9M 1s 90750K .......... .......... .......... .......... .......... 38% 134M 1s 90800K .......... .......... .......... .......... .......... 38% 110M 1s 90850K .......... .......... .......... .......... .......... 38% 106M 1s 90900K .......... .......... .......... .......... .......... 38% 123M 1s 90950K .......... .......... .......... .......... .......... 38% 107M 1s 91000K .......... .......... .......... .......... .......... 38% 114M 1s 91050K .......... .......... .......... .......... .......... 38% 116M 1s 91100K .......... .......... .......... .......... .......... 38% 102M 1s 91150K .......... .......... .......... .......... .......... 38% 106M 1s 91200K .......... .......... .......... .......... .......... 38% 113M 1s 91250K .......... .......... .......... .......... .......... 38% 124M 1s 91300K .......... .......... .......... .......... .......... 38% 50.2M 1s 91350K .......... .......... .......... .......... .......... 38% 6.84M 1s 91400K .......... .......... .......... .......... .......... 38% 288M 1s 91450K .......... .......... .......... .......... .......... 38% 233M 1s 91500K .......... .......... .......... .......... .......... 38% 296M 1s 91550K .......... .......... .......... .......... .......... 38% 242M 1s 91600K .......... .......... .......... .......... .......... 38% 305M 1s 91650K .......... .......... .......... .......... .......... 38% 287M 1s 91700K .......... .......... .......... .......... .......... 38% 281M 1s 91750K .......... .......... .......... .......... .......... 38% 291M 1s 91800K .......... .......... .......... .......... .......... 38% 339M 1s 91850K .......... .......... .......... .......... .......... 38% 308M 1s 91900K .......... .......... .......... .......... .......... 38% 333M 1s 91950K .......... .......... .......... .......... .......... 38% 8.19M 1s 92000K .......... .......... .......... .......... .......... 38% 279M 1s 92050K .......... .......... .......... .......... .......... 38% 291M 1s 92100K .......... .......... .......... .......... .......... 38% 242M 1s 92150K .......... .......... .......... .......... .......... 38% 267M 1s 92200K .......... .......... .......... .......... .......... 38% 319M 1s 92250K .......... .......... .......... .......... .......... 38% 293M 1s 92300K .......... .......... .......... .......... .......... 38% 320M 1s 92350K .......... .......... .......... .......... .......... 38% 261M 1s 92400K .......... .......... .......... .......... .......... 38% 303M 1s 92450K .......... .......... .......... .......... .......... 38% 298M 1s 92500K .......... .......... .......... .......... .......... 38% 296M 1s 92550K .......... .......... .......... .......... .......... 38% 313M 1s 92600K .......... .......... .......... .......... .......... 38% 346M 1s 92650K .......... .......... .......... .......... .......... 38% 318M 1s 92700K .......... .......... .......... .......... .......... 38% 293M 1s 92750K .......... .......... .......... .......... .......... 38% 281M 1s 92800K .......... .......... .......... .......... .......... 38% 283M 1s 92850K .......... .......... .......... .......... .......... 38% 287M 1s 92900K .......... .......... .......... .......... .......... 38% 322M 1s 92950K .......... .......... .......... .......... .......... 38% 279M 1s 93000K .......... .......... .......... .......... .......... 38% 286M 1s 93050K .......... .......... .......... .......... .......... 38% 289M 1s 93100K .......... .......... .......... .......... .......... 38% 295M 1s 93150K .......... .......... .......... .......... .......... 39% 273M 1s 93200K .......... .......... .......... .......... .......... 39% 326M 1s 93250K .......... .......... .......... .......... .......... 39% 257M 1s 93300K .......... .......... .......... .......... .......... 39% 256M 1s 93350K .......... .......... .......... .......... .......... 39% 232M 1s 93400K .......... .......... .......... .......... .......... 39% 289M 1s 93450K .......... .......... .......... .......... .......... 39% 272M 1s 93500K .......... .......... .......... .......... .......... 39% 183M 1s 93550K .......... .......... .......... .......... .......... 39% 116M 1s 93600K .......... .......... .......... .......... .......... 39% 103M 1s 93650K .......... .......... .......... .......... .......... 39% 119M 1s 93700K .......... .......... .......... .......... .......... 39% 99.0M 1s 93750K .......... .......... .......... .......... .......... 39% 115M 1s 93800K .......... .......... .......... .......... .......... 39% 103M 1s 93850K .......... .......... .......... .......... .......... 39% 112M 1s 93900K .......... .......... .......... .......... .......... 39% 140M 1s 93950K .......... .......... .......... .......... .......... 39% 113M 1s 94000K .......... .......... .......... .......... .......... 39% 99.5M 1s 94050K .......... .......... .......... .......... .......... 39% 123M 1s 94100K .......... .......... .......... .......... .......... 39% 109M 1s 94150K .......... .......... .......... .......... .......... 39% 103M 1s 94200K .......... .......... .......... .......... .......... 39% 119M 1s 94250K .......... .......... .......... .......... .......... 39% 98.5M 1s 94300K .......... .......... .......... .......... .......... 39% 126M 1s 94350K .......... .......... .......... .......... .......... 39% 121M 1s 94400K .......... .......... .......... .......... .......... 39% 106M 1s 94450K .......... .......... .......... .......... .......... 39% 112M 1s 94500K .......... .......... .......... .......... .......... 39% 130M 1s 94550K .......... .......... .......... .......... .......... 39% 108M 1s 94600K .......... .......... .......... .......... .......... 39% 103M 1s 94650K .......... .......... .......... .......... .......... 39% 93.8M 1s 94700K .......... .......... .......... .......... .......... 39% 120M 1s 94750K .......... .......... .......... .......... .......... 39% 129M 1s 94800K .......... .......... .......... .......... .......... 39% 111M 1s 94850K .......... .......... .......... .......... .......... 39% 112M 1s 94900K .......... .......... .......... .......... .......... 39% 118M 1s 94950K .......... .......... .......... .......... .......... 39% 90.7M 1s 95000K .......... .......... .......... .......... .......... 39% 101M 1s 95050K .......... .......... .......... .......... .......... 39% 209M 1s 95100K .......... .......... .......... .......... .......... 39% 101M 1s 95150K .......... .......... .......... .......... .......... 39% 118M 1s 95200K .......... .......... .......... .......... .......... 39% 93.0M 1s 95250K .......... .......... .......... .......... .......... 39% 68.4M 1s 95300K .......... .......... .......... .......... .......... 39% 102M 1s 95350K .......... .......... .......... .......... .......... 39% 120M 1s 95400K .......... .......... .......... .......... .......... 39% 7.32M 1s 95450K .......... .......... .......... .......... .......... 39% 242M 1s 95500K .......... .......... .......... .......... .......... 40% 255M 1s 95550K .......... .......... .......... .......... .......... 40% 268M 1s 95600K .......... .......... .......... .......... .......... 40% 299M 1s 95650K .......... .......... .......... .......... .......... 40% 227M 1s 95700K .......... .......... .......... .......... .......... 40% 297M 1s 95750K .......... .......... .......... .......... .......... 40% 300M 1s 95800K .......... .......... .......... .......... .......... 40% 308M 1s 95850K .......... .......... .......... .......... .......... 40% 270M 1s 95900K .......... .......... .......... .......... .......... 40% 287M 1s 95950K .......... .......... .......... .......... .......... 40% 229M 1s 96000K .......... .......... .......... .......... .......... 40% 302M 1s 96050K .......... .......... .......... .......... .......... 40% 261M 1s 96100K .......... .......... .......... .......... .......... 40% 337M 1s 96150K .......... .......... .......... .......... .......... 40% 301M 1s 96200K .......... .......... .......... .......... .......... 40% 314M 1s 96250K .......... .......... .......... .......... .......... 40% 295M 1s 96300K .......... .......... .......... .......... .......... 40% 318M 1s 96350K .......... .......... .......... .......... .......... 40% 298M 1s 96400K .......... .......... .......... .......... .......... 40% 310M 1s 96450K .......... .......... .......... .......... .......... 40% 300M 1s 96500K .......... .......... .......... .......... .......... 40% 326M 1s 96550K .......... .......... .......... .......... .......... 40% 160M 1s 96600K .......... .......... .......... .......... .......... 40% 50.7M 1s 96650K .......... .......... .......... .......... .......... 40% 52.2M 1s 96700K .......... .......... .......... .......... .......... 40% 54.1M 1s 96750K .......... .......... .......... .......... .......... 40% 83.0M 1s 96800K .......... .......... .......... .......... .......... 40% 110M 1s 96850K .......... .......... .......... .......... .......... 40% 88.6M 1s 96900K .......... .......... .......... .......... .......... 40% 135M 1s 96950K .......... .......... .......... .......... .......... 40% 109M 1s 97000K .......... .......... .......... .......... .......... 40% 121M 1s 97050K .......... .......... .......... .......... .......... 40% 105M 1s 97100K .......... .......... .......... .......... .......... 40% 80.9M 1s 97150K .......... .......... .......... .......... .......... 40% 156M 1s 97200K .......... .......... .......... .......... .......... 40% 129M 1s 97250K .......... .......... .......... .......... .......... 40% 102M 1s 97300K .......... .......... .......... .......... .......... 40% 102M 1s 97350K .......... .......... .......... .......... .......... 40% 139M 1s 97400K .......... .......... .......... .......... .......... 40% 82.4M 1s 97450K .......... .......... .......... .......... .......... 40% 122M 1s 97500K .......... .......... .......... .......... .......... 40% 143M 1s 97550K .......... .......... .......... .......... .......... 40% 121M 1s 97600K .......... .......... .......... .......... .......... 40% 97.8M 1s 97650K .......... .......... .......... .......... .......... 40% 119M 1s 97700K .......... .......... .......... .......... .......... 40% 99.1M 1s 97750K .......... .......... .......... .......... .......... 40% 128M 1s 97800K .......... .......... .......... .......... .......... 40% 70.0M 1s 97850K .......... .......... .......... .......... .......... 40% 203M 1s 97900K .......... .......... .......... .......... .......... 41% 133M 1s 97950K .......... .......... .......... .......... .......... 41% 123M 1s 98000K .......... .......... .......... .......... .......... 41% 97.8M 1s 98050K .......... .......... .......... .......... .......... 41% 117M 1s 98100K .......... .......... .......... .......... .......... 41% 120M 1s 98150K .......... .......... .......... .......... .......... 41% 101M 1s 98200K .......... .......... .......... .......... .......... 41% 104M 1s 98250K .......... .......... .......... .......... .......... 41% 106M 1s 98300K .......... .......... .......... .......... .......... 41% 7.82M 1s 98350K .......... .......... .......... .......... .......... 41% 286M 1s 98400K .......... .......... .......... .......... .......... 41% 280M 1s 98450K .......... .......... .......... .......... .......... 41% 303M 1s 98500K .......... .......... .......... .......... .......... 41% 284M 1s 98550K .......... .......... .......... .......... .......... 41% 311M 1s 98600K .......... .......... .......... .......... .......... 41% 246M 1s 98650K .......... .......... .......... .......... .......... 41% 289M 1s 98700K .......... .......... .......... .......... .......... 41% 288M 1s 98750K .......... .......... .......... .......... .......... 41% 295M 1s 98800K .......... .......... .......... .......... .......... 41% 268M 1s 98850K .......... .......... .......... .......... .......... 41% 311M 1s 98900K .......... .......... .......... .......... .......... 41% 290M 1s 98950K .......... .......... .......... .......... .......... 41% 284M 1s 99000K .......... .......... .......... .......... .......... 41% 302M 1s 99050K .......... .......... .......... .......... .......... 41% 313M 1s 99100K .......... .......... .......... .......... .......... 41% 291M 1s 99150K .......... .......... .......... .......... .......... 41% 302M 1s 99200K .......... .......... .......... .......... .......... 41% 267M 1s 99250K .......... .......... .......... .......... .......... 41% 289M 1s 99300K .......... .......... .......... .......... .......... 41% 251M 1s 99350K .......... .......... .......... .......... .......... 41% 294M 1s 99400K .......... .......... .......... .......... .......... 41% 262M 1s 99450K .......... .......... .......... .......... .......... 41% 121M 1s 99500K .......... .......... .......... .......... .......... 41% 117M 1s 99550K .......... .......... .......... .......... .......... 41% 102M 1s 99600K .......... .......... .......... .......... .......... 41% 120M 1s 99650K .......... .......... .......... .......... .......... 41% 102M 1s 99700K .......... .......... .......... .......... .......... 41% 119M 1s 99750K .......... .......... .......... .......... .......... 41% 117M 1s 99800K .......... .......... .......... .......... .......... 41% 115M 1s 99850K .......... .......... .......... .......... .......... 41% 109M 1s 99900K .......... .......... .......... .......... .......... 41% 122M 1s 99950K .......... .......... .......... .......... .......... 41% 98.0M 1s 100000K .......... .......... .......... .......... .......... 41% 101M 1s 100050K .......... .......... .......... .......... .......... 41% 139M 1s 100100K .......... .......... .......... .......... .......... 41% 103M 1s 100150K .......... .......... .......... .......... .......... 41% 122M 1s 100200K .......... .......... .......... .......... .......... 41% 106M 1s 100250K .......... .......... .......... .......... .......... 41% 120M 1s 100300K .......... .......... .......... .......... .......... 42% 98.9M 1s 100350K .......... .......... .......... .......... .......... 42% 135M 1s 100400K .......... .......... .......... .......... .......... 42% 104M 1s 100450K .......... .......... .......... .......... .......... 42% 103M 1s 100500K .......... .......... .......... .......... .......... 42% 125M 1s 100550K .......... .......... .......... .......... .......... 42% 93.2M 1s 100600K .......... .......... .......... .......... .......... 42% 128M 1s 100650K .......... .......... .......... .......... .......... 42% 91.7M 1s 100700K .......... .......... .......... .......... .......... 42% 99.0M 1s 100750K .......... .......... .......... .......... .......... 42% 118M 1s 100800K .......... .......... .......... .......... .......... 42% 85.3M 1s 100850K .......... .......... .......... .......... .......... 42% 113M 1s 100900K .......... .......... .......... .......... .......... 42% 108M 1s 100950K .......... .......... .......... .......... .......... 42% 88.4M 1s 101000K .......... .......... .......... .......... .......... 42% 112M 1s 101050K .......... .......... .......... .......... .......... 42% 117M 1s 101100K .......... .......... .......... .......... .......... 42% 108M 1s 101150K .......... .......... .......... .......... .......... 42% 113M 1s 101200K .......... .......... .......... .......... .......... 42% 98.2M 1s 101250K .......... .......... .......... .......... .......... 42% 126M 1s 101300K .......... .......... .......... .......... .......... 42% 112M 1s 101350K .......... .......... .......... .......... .......... 42% 102M 1s 101400K .......... .......... .......... .......... .......... 42% 127M 1s 101450K .......... .......... .......... .......... .......... 42% 96.1M 1s 101500K .......... .......... .......... .......... .......... 42% 125M 1s 101550K .......... .......... .......... .......... .......... 42% 106M 1s 101600K .......... .......... .......... .......... .......... 42% 108M 1s 101650K .......... .......... .......... .......... .......... 42% 122M 1s 101700K .......... .......... .......... .......... .......... 42% 61.3M 1s 101750K .......... .......... .......... .......... .......... 42% 275M 1s 101800K .......... .......... .......... .......... .......... 42% 104M 1s 101850K .......... .......... .......... .......... .......... 42% 139M 1s 101900K .......... .......... .......... .......... .......... 42% 129M 1s 101950K .......... .......... .......... .......... .......... 42% 106M 1s 102000K .......... .......... .......... .......... .......... 42% 104M 1s 102050K .......... .......... .......... .......... .......... 42% 105M 1s 102100K .......... .......... .......... .......... .......... 42% 124M 1s 102150K .......... .......... .......... .......... .......... 42% 120M 1s 102200K .......... .......... .......... .......... .......... 42% 123M 1s 102250K .......... .......... .......... .......... .......... 42% 97.3M 1s 102300K .......... .......... .......... .......... .......... 42% 119M 1s 102350K .......... .......... .......... .......... .......... 42% 98.5M 1s 102400K .......... .......... .......... .......... .......... 42% 127M 1s 102450K .......... .......... .......... .......... .......... 42% 119M 1s 102500K .......... .......... .......... .......... .......... 42% 7.34M 1s 102550K .......... .......... .......... .......... .......... 42% 236M 1s 102600K .......... .......... .......... .......... .......... 42% 249M 1s 102650K .......... .......... .......... .......... .......... 42% 192M 1s 102700K .......... .......... .......... .......... .......... 43% 311M 1s 102750K .......... .......... .......... .......... .......... 43% 285M 1s 102800K .......... .......... .......... .......... .......... 43% 263M 1s 102850K .......... .......... .......... .......... .......... 43% 273M 1s 102900K .......... .......... .......... .......... .......... 43% 269M 1s 102950K .......... .......... .......... .......... .......... 43% 263M 1s 103000K .......... .......... .......... .......... .......... 43% 283M 1s 103050K .......... .......... .......... .......... .......... 43% 268M 1s 103100K .......... .......... .......... .......... .......... 43% 288M 1s 103150K .......... .......... .......... .......... .......... 43% 283M 1s 103200K .......... .......... .......... .......... .......... 43% 282M 1s 103250K .......... .......... .......... .......... .......... 43% 265M 1s 103300K .......... .......... .......... .......... .......... 43% 317M 1s 103350K .......... .......... .......... .......... .......... 43% 286M 1s 103400K .......... .......... .......... .......... .......... 43% 307M 1s 103450K .......... .......... .......... .......... .......... 43% 270M 1s 103500K .......... .......... .......... .......... .......... 43% 226M 1s 103550K .......... .......... .......... .......... .......... 43% 297M 1s 103600K .......... .......... .......... .......... .......... 43% 312M 1s 103650K .......... .......... .......... .......... .......... 43% 7.82M 1s 103700K .......... .......... .......... .......... .......... 43% 280M 1s 103750K .......... .......... .......... .......... .......... 43% 253M 1s 103800K .......... .......... .......... .......... .......... 43% 264M 1s 103850K .......... .......... .......... .......... .......... 43% 250M 1s 103900K .......... .......... .......... .......... .......... 43% 302M 1s 103950K .......... .......... .......... .......... .......... 43% 288M 1s 104000K .......... .......... .......... .......... .......... 43% 324M 1s 104050K .......... .......... .......... .......... .......... 43% 223M 1s 104100K .......... .......... .......... .......... .......... 43% 296M 1s 104150K .......... .......... .......... .......... .......... 43% 262M 1s 104200K .......... .......... .......... .......... .......... 43% 309M 1s 104250K .......... .......... .......... .......... .......... 43% 319M 1s 104300K .......... .......... .......... .......... .......... 43% 325M 1s 104350K .......... .......... .......... .......... .......... 43% 251M 1s 104400K .......... .......... .......... .......... .......... 43% 308M 1s 104450K .......... .......... .......... .......... .......... 43% 297M 1s 104500K .......... .......... .......... .......... .......... 43% 281M 1s 104550K .......... .......... .......... .......... .......... 43% 296M 1s 104600K .......... .......... .......... .......... .......... 43% 255M 1s 104650K .......... .......... .......... .......... .......... 43% 278M 1s 104700K .......... .......... .......... .......... .......... 43% 267M 1s 104750K .......... .......... .......... .......... .......... 43% 280M 1s 104800K .......... .......... .......... .......... .......... 43% 247M 1s 104850K .......... .......... .......... .......... .......... 43% 288M 1s 104900K .......... .......... .......... .......... .......... 43% 193M 1s 104950K .......... .......... .......... .......... .......... 43% 109M 1s 105000K .......... .......... .......... .......... .......... 43% 109M 1s 105050K .......... .......... .......... .......... .......... 43% 129M 1s 105100K .......... .......... .......... .......... .......... 44% 107M 1s 105150K .......... .......... .......... .......... .......... 44% 111M 1s 105200K .......... .......... .......... .......... .......... 44% 102M 1s 105250K .......... .......... .......... .......... .......... 44% 121M 1s 105300K .......... .......... .......... .......... .......... 44% 121M 1s 105350K .......... .......... .......... .......... .......... 44% 102M 1s 105400K .......... .......... .......... .......... .......... 44% 99.9M 1s 105450K .......... .......... .......... .......... .......... 44% 113M 1s 105500K .......... .......... .......... .......... .......... 44% 94.4M 1s 105550K .......... .......... .......... .......... .......... 44% 98.8M 1s 105600K .......... .......... .......... .......... .......... 44% 100M 1s 105650K .......... .......... .......... .......... .......... 44% 119M 1s 105700K .......... .......... .......... .......... .......... 44% 106M 1s 105750K .......... .......... .......... .......... .......... 44% 107M 1s 105800K .......... .......... .......... .......... .......... 44% 115M 1s 105850K .......... .......... .......... .......... .......... 44% 104M 1s 105900K .......... .......... .......... .......... .......... 44% 128M 1s 105950K .......... .......... .......... .......... .......... 44% 97.9M 1s 106000K .......... .......... .......... .......... .......... 44% 122M 1s 106050K .......... .......... .......... .......... .......... 44% 120M 1s 106100K .......... .......... .......... .......... .......... 44% 97.4M 1s 106150K .......... .......... .......... .......... .......... 44% 120M 1s 106200K .......... .......... .......... .......... .......... 44% 126M 1s 106250K .......... .......... .......... .......... .......... 44% 117M 1s 106300K .......... .......... .......... .......... .......... 44% 100M 1s 106350K .......... .......... .......... .......... .......... 44% 97.4M 1s 106400K .......... .......... .......... .......... .......... 44% 121M 1s 106450K .......... .......... .......... .......... .......... 44% 124M 1s 106500K .......... .......... .......... .......... .......... 44% 100M 1s 106550K .......... .......... .......... .......... .......... 44% 101M 1s 106600K .......... .......... .......... .......... .......... 44% 158M 1s 106650K .......... .......... .......... .......... .......... 44% 98.4M 1s 106700K .......... .......... .......... .......... .......... 44% 122M 1s 106750K .......... .......... .......... .......... .......... 44% 96.8M 1s 106800K .......... .......... .......... .......... .......... 44% 128M 1s 106850K .......... .......... .......... .......... .......... 44% 73.8M 1s 106900K .......... .......... .......... .......... .......... 44% 7.64M 1s 106950K .......... .......... .......... .......... .......... 44% 203M 1s 107000K .......... .......... .......... .......... .......... 44% 258M 1s 107050K .......... .......... .......... .......... .......... 44% 256M 1s 107100K .......... .......... .......... .......... .......... 44% 225M 1s 107150K .......... .......... .......... .......... .......... 44% 259M 1s 107200K .......... .......... .......... .......... .......... 44% 276M 1s 107250K .......... .......... .......... .......... .......... 44% 274M 1s 107300K .......... .......... .......... .......... .......... 44% 275M 1s 107350K .......... .......... .......... .......... .......... 44% 326M 1s 107400K .......... .......... .......... .......... .......... 44% 300M 1s 107450K .......... .......... .......... .......... .......... 45% 258M 1s 107500K .......... .......... .......... .......... .......... 45% 264M 1s 107550K .......... .......... .......... .......... .......... 45% 286M 1s 107600K .......... .......... .......... .......... .......... 45% 264M 1s 107650K .......... .......... .......... .......... .......... 45% 309M 1s 107700K .......... .......... .......... .......... .......... 45% 284M 1s 107750K .......... .......... .......... .......... .......... 45% 310M 1s 107800K .......... .......... .......... .......... .......... 45% 307M 1s 107850K .......... .......... .......... .......... .......... 45% 296M 1s 107900K .......... .......... .......... .......... .......... 45% 271M 1s 107950K .......... .......... .......... .......... .......... 45% 295M 1s 108000K .......... .......... .......... .......... .......... 45% 247M 1s 108050K .......... .......... .......... .......... .......... 45% 265M 1s 108100K .......... .......... .......... .......... .......... 45% 256M 1s 108150K .......... .......... .......... .......... .......... 45% 133M 1s 108200K .......... .......... .......... .......... .......... 45% 115M 1s 108250K .......... .......... .......... .......... .......... 45% 103M 1s 108300K .......... .......... .......... .......... .......... 45% 122M 1s 108350K .......... .......... .......... .......... .......... 45% 98.1M 1s 108400K .......... .......... .......... .......... .......... 45% 111M 1s 108450K .......... .......... .......... .......... .......... 45% 104M 1s 108500K .......... .......... .......... .......... .......... 45% 165M 1s 108550K .......... .......... .......... .......... .......... 45% 101M 1s 108600K .......... .......... .......... .......... .......... 45% 127M 1s 108650K .......... .......... .......... .......... .......... 45% 109M 1s 108700K .......... .......... .......... .......... .......... 45% 107M 1s 108750K .......... .......... .......... .......... .......... 45% 119M 1s 108800K .......... .......... .......... .......... .......... 45% 99.3M 1s 108850K .......... .......... .......... .......... .......... 45% 123M 1s 108900K .......... .......... .......... .......... .......... 45% 104M 1s 108950K .......... .......... .......... .......... .......... 45% 114M 1s 109000K .......... .......... .......... .......... .......... 45% 130M 1s 109050K .......... .......... .......... .......... .......... 45% 91.2M 1s 109100K .......... .......... .......... .......... .......... 45% 131M 1s 109150K .......... .......... .......... .......... .......... 45% 126M 1s 109200K .......... .......... .......... .......... .......... 45% 100M 1s 109250K .......... .......... .......... .......... .......... 45% 117M 1s 109300K .......... .......... .......... .......... .......... 45% 121M 1s 109350K .......... .......... .......... .......... .......... 45% 98.9M 1s 109400K .......... .......... .......... .......... .......... 45% 127M 1s 109450K .......... .......... .......... .......... .......... 45% 99.4M 1s 109500K .......... .......... .......... .......... .......... 45% 119M 1s 109550K .......... .......... .......... .......... .......... 45% 118M 1s 109600K .......... .......... .......... .......... .......... 45% 89.1M 1s 109650K .......... .......... .......... .......... .......... 45% 157M 1s 109700K .......... .......... .......... .......... .......... 45% 108M 1s 109750K .......... .......... .......... .......... .......... 45% 106M 1s 109800K .......... .......... .......... .......... .......... 45% 120M 1s 109850K .......... .......... .......... .......... .......... 46% 97.9M 1s 109900K .......... .......... .......... .......... .......... 46% 121M 1s 109950K .......... .......... .......... .......... .......... 46% 100M 1s 110000K .......... .......... .......... .......... .......... 46% 88.5M 1s 110050K .......... .......... .......... .......... .......... 46% 166M 1s 110100K .......... .......... .......... .......... .......... 46% 104M 1s 110150K .......... .......... .......... .......... .......... 46% 128M 1s 110200K .......... .......... .......... .......... .......... 46% 114M 1s 110250K .......... .......... .......... .......... .......... 46% 104M 1s 110300K .......... .......... .......... .......... .......... 46% 129M 1s 110350K .......... .......... .......... .......... .......... 46% 100M 1s 110400K .......... .......... .......... .......... .......... 46% 115M 1s 110450K .......... .......... .......... .......... .......... 46% 121M 1s 110500K .......... .......... .......... .......... .......... 46% 98.1M 1s 110550K .......... .......... .......... .......... .......... 46% 91.5M 1s 110600K .......... .......... .......... .......... .......... 46% 117M 1s 110650K .......... .......... .......... .......... .......... 46% 104M 1s 110700K .......... .......... .......... .......... .......... 46% 96.6M 1s 110750K .......... .......... .......... .......... .......... 46% 101M 1s 110800K .......... .......... .......... .......... .......... 46% 102M 1s 110850K .......... .......... .......... .......... .......... 46% 133M 1s 110900K .......... .......... .......... .......... .......... 46% 102M 1s 110950K .......... .......... .......... .......... .......... 46% 79.7M 1s 111000K .......... .......... .......... .......... .......... 46% 196M 1s 111050K .......... .......... .......... .......... .......... 46% 109M 1s 111100K .......... .......... .......... .......... .......... 46% 119M 1s 111150K .......... .......... .......... .......... .......... 46% 108M 1s 111200K .......... .......... .......... .......... .......... 46% 120M 1s 111250K .......... .......... .......... .......... .......... 46% 107M 1s 111300K .......... .......... .......... .......... .......... 46% 115M 1s 111350K .......... .......... .......... .......... .......... 46% 111M 1s 111400K .......... .......... .......... .......... .......... 46% 102M 1s 111450K .......... .......... .......... .......... .......... 46% 127M 1s 111500K .......... .......... .......... .......... .......... 46% 112M 1s 111550K .......... .......... .......... .......... .......... 46% 103M 1s 111600K .......... .......... .......... .......... .......... 46% 106M 1s 111650K .......... .......... .......... .......... .......... 46% 131M 1s 111700K .......... .......... .......... .......... .......... 46% 102M 1s 111750K .......... .......... .......... .......... .......... 46% 128M 1s 111800K .......... .......... .......... .......... .......... 46% 98.6M 1s 111850K .......... .......... .......... .......... .......... 46% 123M 1s 111900K .......... .......... .......... .......... .......... 46% 125M 1s 111950K .......... .......... .......... .......... .......... 46% 109M 1s 112000K .......... .......... .......... .......... .......... 46% 103M 1s 112050K .......... .......... .......... .......... .......... 46% 127M 1s 112100K .......... .......... .......... .......... .......... 46% 95.3M 1s 112150K .......... .......... .......... .......... .......... 46% 128M 1s 112200K .......... .......... .......... .......... .......... 46% 114M 1s 112250K .......... .......... .......... .......... .......... 47% 100M 1s 112300K .......... .......... .......... .......... .......... 47% 124M 1s 112350K .......... .......... .......... .......... .......... 47% 111M 1s 112400K .......... .......... .......... .......... .......... 47% 108M 1s 112450K .......... .......... .......... .......... .......... 47% 103M 1s 112500K .......... .......... .......... .......... .......... 47% 119M 1s 112550K .......... .......... .......... .......... .......... 47% 111M 1s 112600K .......... .......... .......... .......... .......... 47% 97.6M 1s 112650K .......... .......... .......... .......... .......... 47% 131M 1s 112700K .......... .......... .......... .......... .......... 47% 122M 1s 112750K .......... .......... .......... .......... .......... 47% 111M 1s 112800K .......... .......... .......... .......... .......... 47% 105M 1s 112850K .......... .......... .......... .......... .......... 47% 106M 1s 112900K .......... .......... .......... .......... .......... 47% 120M 1s 112950K .......... .......... .......... .......... .......... 47% 127M 1s 113000K .......... .......... .......... .......... .......... 47% 94.7M 1s 113050K .......... .......... .......... .......... .......... 47% 118M 1s 113100K .......... .......... .......... .......... .......... 47% 126M 1s 113150K .......... .......... .......... .......... .......... 47% 99.4M 1s 113200K .......... .......... .......... .......... .......... 47% 105M 1s 113250K .......... .......... .......... .......... .......... 47% 127M 1s 113300K .......... .......... .......... .......... .......... 47% 125M 1s 113350K .......... .......... .......... .......... .......... 47% 110M 1s 113400K .......... .......... .......... .......... .......... 47% 90.6M 1s 113450K .......... .......... .......... .......... .......... 47% 131M 1s 113500K .......... .......... .......... .......... .......... 47% 79.0M 1s 113550K .......... .......... .......... .......... .......... 47% 161M 1s 113600K .......... .......... .......... .......... .......... 47% 112M 1s 113650K .......... .......... .......... .......... .......... 47% 148M 1s 113700K .......... .......... .......... .......... .......... 47% 101M 1s 113750K .......... .......... .......... .......... .......... 47% 123M 1s 113800K .......... .......... .......... .......... .......... 47% 113M 1s 113850K .......... .......... .......... .......... .......... 47% 98.0M 1s 113900K .......... .......... .......... .......... .......... 47% 90.7M 1s 113950K .......... .......... .......... .......... .......... 47% 138M 1s 114000K .......... .......... .......... .......... .......... 47% 125M 1s 114050K .......... .......... .......... .......... .......... 47% 110M 1s 114100K .......... .......... .......... .......... .......... 47% 99.4M 1s 114150K .......... .......... .......... .......... .......... 47% 124M 1s 114200K .......... .......... .......... .......... .......... 47% 102M 1s 114250K .......... .......... .......... .......... .......... 47% 123M 1s 114300K .......... .......... .......... .......... .......... 47% 93.6M 1s 114350K .......... .......... .......... .......... .......... 47% 139M 1s 114400K .......... .......... .......... .......... .......... 47% 118M 1s 114450K .......... .......... .......... .......... .......... 47% 131M 1s 114500K .......... .......... .......... .......... .......... 47% 97.0M 1s 114550K .......... .......... .......... .......... .......... 47% 123M 1s 114600K .......... .......... .......... .......... .......... 47% 84.6M 1s 114650K .......... .......... .......... .......... .......... 48% 124M 1s 114700K .......... .......... .......... .......... .......... 48% 106M 1s 114750K .......... .......... .......... .......... .......... 48% 179M 1s 114800K .......... .......... .......... .......... .......... 48% 101M 1s 114850K .......... .......... .......... .......... .......... 48% 124M 1s 114900K .......... .......... .......... .......... .......... 48% 101M 1s 114950K .......... .......... .......... .......... .......... 48% 117M 1s 115000K .......... .......... .......... .......... .......... 48% 99.5M 1s 115050K .......... .......... .......... .......... .......... 48% 109M 1s 115100K .......... .......... .......... .......... .......... 48% 138M 1s 115150K .......... .......... .......... .......... .......... 48% 102M 1s 115200K .......... .......... .......... .......... .......... 48% 119M 1s 115250K .......... .......... .......... .......... .......... 48% 118M 1s 115300K .......... .......... .......... .......... .......... 48% 99.8M 1s 115350K .......... .......... .......... .......... .......... 48% 128M 1s 115400K .......... .......... .......... .......... .......... 48% 7.06M 1s 115450K .......... .......... .......... .......... .......... 48% 249M 1s 115500K .......... .......... .......... .......... .......... 48% 236M 1s 115550K .......... .......... .......... .......... .......... 48% 283M 1s 115600K .......... .......... .......... .......... .......... 48% 305M 1s 115650K .......... .......... .......... .......... .......... 48% 256M 1s 115700K .......... .......... .......... .......... .......... 48% 282M 1s 115750K .......... .......... .......... .......... .......... 48% 286M 1s 115800K .......... .......... .......... .......... .......... 48% 315M 1s 115850K .......... .......... .......... .......... .......... 48% 310M 1s 115900K .......... .......... .......... .......... .......... 48% 277M 1s 115950K .......... .......... .......... .......... .......... 48% 280M 1s 116000K .......... .......... .......... .......... .......... 48% 300M 1s 116050K .......... .......... .......... .......... .......... 48% 291M 1s 116100K .......... .......... .......... .......... .......... 48% 302M 1s 116150K .......... .......... .......... .......... .......... 48% 306M 1s 116200K .......... .......... .......... .......... .......... 48% 322M 1s 116250K .......... .......... .......... .......... .......... 48% 290M 1s 116300K .......... .......... .......... .......... .......... 48% 325M 1s 116350K .......... .......... .......... .......... .......... 48% 287M 1s 116400K .......... .......... .......... .......... .......... 48% 317M 1s 116450K .......... .......... .......... .......... .......... 48% 245M 1s 116500K .......... .......... .......... .......... .......... 48% 269M 1s 116550K .......... .......... .......... .......... .......... 48% 281M 1s 116600K .......... .......... .......... .......... .......... 48% 64.1M 1s 116650K .......... .......... .......... .......... .......... 48% 54.9M 1s 116700K .......... .......... .......... .......... .......... 48% 53.7M 1s 116750K .......... .......... .......... .......... .......... 48% 58.0M 1s 116800K .......... .......... .......... .......... .......... 48% 54.1M 1s 116850K .......... .......... .......... .......... .......... 48% 55.7M 1s 116900K .......... .......... .......... .......... .......... 48% 59.0M 1s 116950K .......... .......... .......... .......... .......... 48% 59.6M 1s 117000K .......... .......... .......... .......... .......... 49% 54.2M 1s 117050K .......... .......... .......... .......... .......... 49% 53.9M 1s 117100K .......... .......... .......... .......... .......... 49% 54.9M 1s 117150K .......... .......... .......... .......... .......... 49% 37.7M 1s 117200K .......... .......... .......... .......... .......... 49% 7.52M 1s 117250K .......... .......... .......... .......... .......... 49% 252M 1s 117300K .......... .......... .......... .......... .......... 49% 281M 1s 117350K .......... .......... .......... .......... .......... 49% 337M 1s 117400K .......... .......... .......... .......... .......... 49% 264M 1s 117450K .......... .......... .......... .......... .......... 49% 175M 1s 117500K .......... .......... .......... .......... .......... 49% 63.1M 1s 117550K .......... .......... .......... .......... .......... 49% 50.7M 1s 117600K .......... .......... .......... .......... .......... 49% 57.5M 1s 117650K .......... .......... .......... .......... .......... 49% 63.3M 1s 117700K .......... .......... .......... .......... .......... 49% 7.34M 1s 117750K .......... .......... .......... .......... .......... 49% 243M 1s 117800K .......... .......... .......... .......... .......... 49% 226M 1s 117850K .......... .......... .......... .......... .......... 49% 268M 1s 117900K .......... .......... .......... .......... .......... 49% 245M 1s 117950K .......... .......... .......... .......... .......... 49% 333M 1s 118000K .......... .......... .......... .......... .......... 49% 301M 1s 118050K .......... .......... .......... .......... .......... 49% 288M 1s 118100K .......... .......... .......... .......... .......... 49% 272M 1s 118150K .......... .......... .......... .......... .......... 49% 75.4M 1s 118200K .......... .......... .......... .......... .......... 49% 57.3M 1s 118250K .......... .......... .......... .......... .......... 49% 62.8M 1s 118300K .......... .......... .......... .......... .......... 49% 96.8M 1s 118350K .......... .......... .......... .......... .......... 49% 126M 1s 118400K .......... .......... .......... .......... .......... 49% 93.6M 1s 118450K .......... .......... .......... .......... .......... 49% 105M 1s 118500K .......... .......... .......... .......... .......... 49% 163M 1s 118550K .......... .......... .......... .......... .......... 49% 108M 1s 118600K .......... .......... .......... .......... .......... 49% 106M 1s 118650K .......... .......... .......... .......... .......... 49% 124M 1s 118700K .......... .......... .......... .......... .......... 49% 101M 1s 118750K .......... .......... .......... .......... .......... 49% 112M 1s 118800K .......... .......... .......... .......... .......... 49% 110M 1s 118850K .......... .......... .......... .......... .......... 49% 115M 1s 118900K .......... .......... .......... .......... .......... 49% 92.5M 1s 118950K .......... .......... .......... .......... .......... 49% 109M 1s 119000K .......... .......... .......... .......... .......... 49% 103M 1s 119050K .......... .......... .......... .......... .......... 49% 92.1M 1s 119100K .......... .......... .......... .......... .......... 49% 131M 1s 119150K .......... .......... .......... .......... .......... 49% 104M 1s 119200K .......... .......... .......... .......... .......... 49% 95.0M 1s 119250K .......... .......... .......... .......... .......... 49% 123M 1s 119300K .......... .......... .......... .......... .......... 49% 5.42M 1s 119350K .......... .......... .......... .......... .......... 49% 95.9M 1s 119400K .......... .......... .......... .......... .......... 50% 263M 1s 119450K .......... .......... .......... .......... .......... 50% 215M 1s 119500K .......... .......... .......... .......... .......... 50% 289M 1s 119550K .......... .......... .......... .......... .......... 50% 269M 1s 119600K .......... .......... .......... .......... .......... 50% 283M 1s 119650K .......... .......... .......... .......... .......... 50% 266M 1s 119700K .......... .......... .......... .......... .......... 50% 291M 1s 119750K .......... .......... .......... .......... .......... 50% 279M 1s 119800K .......... .......... .......... .......... .......... 50% 284M 1s 119850K .......... .......... .......... .......... .......... 50% 301M 1s 119900K .......... .......... .......... .......... .......... 50% 291M 1s 119950K .......... .......... .......... .......... .......... 50% 268M 1s 120000K .......... .......... .......... .......... .......... 50% 276M 1s 120050K .......... .......... .......... .......... .......... 50% 264M 1s 120100K .......... .......... .......... .......... .......... 50% 308M 1s 120150K .......... .......... .......... .......... .......... 50% 267M 1s 120200K .......... .......... .......... .......... .......... 50% 303M 1s 120250K .......... .......... .......... .......... .......... 50% 306M 1s 120300K .......... .......... .......... .......... .......... 50% 313M 1s 120350K .......... .......... .......... .......... .......... 50% 292M 1s 120400K .......... .......... .......... .......... .......... 50% 339M 1s 120450K .......... .......... .......... .......... .......... 50% 282M 1s 120500K .......... .......... .......... .......... .......... 50% 255M 1s 120550K .......... .......... .......... .......... .......... 50% 170M 1s 120600K .......... .......... .......... .......... .......... 50% 79.0M 1s 120650K .......... .......... .......... .......... .......... 50% 52.2M 1s 120700K .......... .......... .......... .......... .......... 50% 7.27M 1s 120750K .......... .......... .......... .......... .......... 50% 247M 1s 120800K .......... .......... .......... .......... .......... 50% 224M 1s 120850K .......... .......... .......... .......... .......... 50% 322M 1s 120900K .......... .......... .......... .......... .......... 50% 302M 1s 120950K .......... .......... .......... .......... .......... 50% 318M 1s 121000K .......... .......... .......... .......... .......... 50% 311M 1s 121050K .......... .......... .......... .......... .......... 50% 280M 1s 121100K .......... .......... .......... .......... .......... 50% 286M 1s 121150K .......... .......... .......... .......... .......... 50% 154M 1s 121200K .......... .......... .......... .......... .......... 50% 111M 1s 121250K .......... .......... .......... .......... .......... 50% 59.9M 1s 121300K .......... .......... .......... .......... .......... 50% 125M 1s 121350K .......... .......... .......... .......... .......... 50% 253M 1s 121400K .......... .......... .......... .......... .......... 50% 124M 1s 121450K .......... .......... .......... .......... .......... 50% 115M 1s 121500K .......... .......... .......... .......... .......... 50% 120M 1s 121550K .......... .......... .......... .......... .......... 50% 104M 1s 121600K .......... .......... .......... .......... .......... 50% 98.8M 1s 121650K .......... .......... .......... .......... .......... 50% 124M 1s 121700K .......... .......... .......... .......... .......... 50% 120M 1s 121750K .......... .......... .......... .......... .......... 50% 111M 1s 121800K .......... .......... .......... .......... .......... 51% 103M 1s 121850K .......... .......... .......... .......... .......... 51% 115M 1s 121900K .......... .......... .......... .......... .......... 51% 98.7M 1s 121950K .......... .......... .......... .......... .......... 51% 122M 1s 122000K .......... .......... .......... .......... .......... 51% 140M 1s 122050K .......... .......... .......... .......... .......... 51% 98.6M 1s 122100K .......... .......... .......... .......... .......... 51% 124M 1s 122150K .......... .......... .......... .......... .......... 51% 97.8M 1s 122200K .......... .......... .......... .......... .......... 51% 120M 1s 122250K .......... .......... .......... .......... .......... 51% 112M 1s 122300K .......... .......... .......... .......... .......... 51% 125M 1s 122350K .......... .......... .......... .......... .......... 51% 105M 1s 122400K .......... .......... .......... .......... .......... 51% 124M 1s 122450K .......... .......... .......... .......... .......... 51% 99.0M 1s 122500K .......... .......... .......... .......... .......... 51% 125M 1s 122550K .......... .......... .......... .......... .......... 51% 109M 1s 122600K .......... .......... .......... .......... .......... 51% 104M 1s 122650K .......... .......... .......... .......... .......... 51% 123M 1s 122700K .......... .......... .......... .......... .......... 51% 97.3M 1s 122750K .......... .......... .......... .......... .......... 51% 129M 1s 122800K .......... .......... .......... .......... .......... 51% 87.2M 1s 122850K .......... .......... .......... .......... .......... 51% 104M 1s 122900K .......... .......... .......... .......... .......... 51% 93.3M 1s 122950K .......... .......... .......... .......... .......... 51% 81.0M 1s 123000K .......... .......... .......... .......... .......... 51% 181M 1s 123050K .......... .......... .......... .......... .......... 51% 119M 1s 123100K .......... .......... .......... .......... .......... 51% 116M 1s 123150K .......... .......... .......... .......... .......... 51% 93.5M 1s 123200K .......... .......... .......... .......... .......... 51% 117M 1s 123250K .......... .......... .......... .......... .......... 51% 100M 1s 123300K .......... .......... .......... .......... .......... 51% 97.0M 1s 123350K .......... .......... .......... .......... .......... 51% 122M 1s 123400K .......... .......... .......... .......... .......... 51% 100M 1s 123450K .......... .......... .......... .......... .......... 51% 116M 1s 123500K .......... .......... .......... .......... .......... 51% 98.7M 1s 123550K .......... .......... .......... .......... .......... 51% 119M 1s 123600K .......... .......... .......... .......... .......... 51% 90.7M 1s 123650K .......... .......... .......... .......... .......... 51% 104M 1s 123700K .......... .......... .......... .......... .......... 51% 122M 1s 123750K .......... .......... .......... .......... .......... 51% 117M 1s 123800K .......... .......... .......... .......... .......... 51% 104M 1s 123850K .......... .......... .......... .......... .......... 51% 121M 1s 123900K .......... .......... .......... .......... .......... 51% 121M 1s 123950K .......... .......... .......... .......... .......... 51% 103M 1s 124000K .......... .......... .......... .......... .......... 51% 118M 1s 124050K .......... .......... .......... .......... .......... 51% 101M 1s 124100K .......... .......... .......... .......... .......... 51% 117M 1s 124150K .......... .......... .......... .......... .......... 51% 104M 1s 124200K .......... .......... .......... .......... .......... 52% 121M 1s 124250K .......... .......... .......... .......... .......... 52% 118M 1s 124300K .......... .......... .......... .......... .......... 52% 104M 1s 124350K .......... .......... .......... .......... .......... 52% 111M 1s 124400K .......... .......... .......... .......... .......... 52% 129M 1s 124450K .......... .......... .......... .......... .......... 52% 97.1M 1s 124500K .......... .......... .......... .......... .......... 52% 65.0M 1s 124550K .......... .......... .......... .......... .......... 52% 55.4M 1s 124600K .......... .......... .......... .......... .......... 52% 62.2M 1s 124650K .......... .......... .......... .......... .......... 52% 53.5M 1s 124700K .......... .......... .......... .......... .......... 52% 57.0M 1s 124750K .......... .......... .......... .......... .......... 52% 51.7M 1s 124800K .......... .......... .......... .......... .......... 52% 40.8M 1s 124850K .......... .......... .......... .......... .......... 52% 7.44M 1s 124900K .......... .......... .......... .......... .......... 52% 293M 1s 124950K .......... .......... .......... .......... .......... 52% 309M 1s 125000K .......... .......... .......... .......... .......... 52% 238M 1s 125050K .......... .......... .......... .......... .......... 52% 296M 1s 125100K .......... .......... .......... .......... .......... 52% 343M 1s 125150K .......... .......... .......... .......... .......... 52% 265M 1s 125200K .......... .......... .......... .......... .......... 52% 349M 1s 125250K .......... .......... .......... .......... .......... 52% 245M 1s 125300K .......... .......... .......... .......... .......... 52% 300M 1s 125350K .......... .......... .......... .......... .......... 52% 90.0M 1s 125400K .......... .......... .......... .......... .......... 52% 80.3M 1s 125450K .......... .......... .......... .......... .......... 52% 172M 1s 125500K .......... .......... .......... .......... .......... 52% 102M 1s 125550K .......... .......... .......... .......... .......... 52% 116M 1s 125600K .......... .......... .......... .......... .......... 52% 123M 1s 125650K .......... .......... .......... .......... .......... 52% 98.6M 1s 125700K .......... .......... .......... .......... .......... 52% 96.7M 1s 125750K .......... .......... .......... .......... .......... 52% 140M 1s 125800K .......... .......... .......... .......... .......... 52% 103M 1s 125850K .......... .......... .......... .......... .......... 52% 126M 1s 125900K .......... .......... .......... .......... .......... 52% 103M 1s 125950K .......... .......... .......... .......... .......... 52% 124M 1s 126000K .......... .......... .......... .......... .......... 52% 120M 1s 126050K .......... .......... .......... .......... .......... 52% 95.3M 1s 126100K .......... .......... .......... .......... .......... 52% 115M 1s 126150K .......... .......... .......... .......... .......... 52% 98.8M 1s 126200K .......... .......... .......... .......... .......... 52% 128M 1s 126250K .......... .......... .......... .......... .......... 52% 95.3M 1s 126300K .......... .......... .......... .......... .......... 52% 7.61M 1s 126350K .......... .......... .......... .......... .......... 52% 285M 1s 126400K .......... .......... .......... .......... .......... 52% 279M 1s 126450K .......... .......... .......... .......... .......... 52% 307M 1s 126500K .......... .......... .......... .......... .......... 52% 262M 1s 126550K .......... .......... .......... .......... .......... 52% 260M 1s 126600K .......... .......... .......... .......... .......... 53% 257M 1s 126650K .......... .......... .......... .......... .......... 53% 307M 1s 126700K .......... .......... .......... .......... .......... 53% 312M 1s 126750K .......... .......... .......... .......... .......... 53% 305M 1s 126800K .......... .......... .......... .......... .......... 53% 319M 1s 126850K .......... .......... .......... .......... .......... 53% 329M 1s 126900K .......... .......... .......... .......... .......... 53% 262M 1s 126950K .......... .......... .......... .......... .......... 53% 302M 1s 127000K .......... .......... .......... .......... .......... 53% 258M 1s 127050K .......... .......... .......... .......... .......... 53% 330M 1s 127100K .......... .......... .......... .......... .......... 53% 275M 1s 127150K .......... .......... .......... .......... .......... 53% 263M 1s 127200K .......... .......... .......... .......... .......... 53% 297M 1s 127250K .......... .......... .......... .......... .......... 53% 335M 1s 127300K .......... .......... .......... .......... .......... 53% 288M 1s 127350K .......... .......... .......... .......... .......... 53% 308M 1s 127400K .......... .......... .......... .......... .......... 53% 226M 1s 127450K .......... .......... .......... .......... .......... 53% 119M 1s 127500K .......... .......... .......... .......... .......... 53% 95.9M 1s 127550K .......... .......... .......... .......... .......... 53% 124M 1s 127600K .......... .......... .......... .......... .......... 53% 95.8M 1s 127650K .......... .......... .......... .......... .......... 53% 116M 1s 127700K .......... .......... .......... .......... .......... 53% 105M 1s 127750K .......... .......... .......... .......... .......... 53% 97.4M 1s 127800K .......... .......... .......... .......... .......... 53% 113M 1s 127850K .......... .......... .......... .......... .......... 53% 117M 1s 127900K .......... .......... .......... .......... .......... 53% 86.8M 1s 127950K .......... .......... .......... .......... .......... 53% 121M 1s 128000K .......... .......... .......... .......... .......... 53% 109M 1s 128050K .......... .......... .......... .......... .......... 53% 108M 1s 128100K .......... .......... .......... .......... .......... 53% 117M 1s 128150K .......... .......... .......... .......... .......... 53% 110M 1s 128200K .......... .......... .......... .......... .......... 53% 115M 1s 128250K .......... .......... .......... .......... .......... 53% 135M 1s 128300K .......... .......... .......... .......... .......... 53% 98.2M 1s 128350K .......... .......... .......... .......... .......... 53% 117M 1s 128400K .......... .......... .......... .......... .......... 53% 114M 1s 128450K .......... .......... .......... .......... .......... 53% 108M 1s 128500K .......... .......... .......... .......... .......... 53% 103M 1s 128550K .......... .......... .......... .......... .......... 53% 129M 1s 128600K .......... .......... .......... .......... .......... 53% 105M 1s 128650K .......... .......... .......... .......... .......... 53% 108M 1s 128700K .......... .......... .......... .......... .......... 53% 136M 1s 128750K .......... .......... .......... .......... .......... 53% 95.1M 1s 128800K .......... .......... .......... .......... .......... 53% 116M 1s 128850K .......... .......... .......... .......... .......... 53% 105M 1s 128900K .......... .......... .......... .......... .......... 53% 122M 1s 128950K .......... .......... .......... .......... .......... 54% 102M 1s 129000K .......... .......... .......... .......... .......... 54% 116M 1s 129050K .......... .......... .......... .......... .......... 54% 129M 1s 129100K .......... .......... .......... .......... .......... 54% 97.5M 1s 129150K .......... .......... .......... .......... .......... 54% 122M 1s 129200K .......... .......... .......... .......... .......... 54% 114M 1s 129250K .......... .......... .......... .......... .......... 54% 7.68M 1s 129300K .......... .......... .......... .......... .......... 54% 229M 1s 129350K .......... .......... .......... .......... .......... 54% 286M 1s 129400K .......... .......... .......... .......... .......... 54% 278M 1s 129450K .......... .......... .......... .......... .......... 54% 289M 1s 129500K .......... .......... .......... .......... .......... 54% 247M 1s 129550K .......... .......... .......... .......... .......... 54% 282M 1s 129600K .......... .......... .......... .......... .......... 54% 238M 1s 129650K .......... .......... .......... .......... .......... 54% 301M 1s 129700K .......... .......... .......... .......... .......... 54% 302M 1s 129750K .......... .......... .......... .......... .......... 54% 338M 1s 129800K .......... .......... .......... .......... .......... 54% 302M 1s 129850K .......... .......... .......... .......... .......... 54% 346M 1s 129900K .......... .......... .......... .......... .......... 54% 316M 1s 129950K .......... .......... .......... .......... .......... 54% 8.48M 1s 130000K .......... .......... .......... .......... .......... 54% 253M 1s 130050K .......... .......... .......... .......... .......... 54% 336M 1s 130100K .......... .......... .......... .......... .......... 54% 311M 1s 130150K .......... .......... .......... .......... .......... 54% 339M 1s 130200K .......... .......... .......... .......... .......... 54% 310M 1s 130250K .......... .......... .......... .......... .......... 54% 253M 1s 130300K .......... .......... .......... .......... .......... 54% 286M 1s 130350K .......... .......... .......... .......... .......... 54% 326M 1s 130400K .......... .......... .......... .......... .......... 54% 290M 1s 130450K .......... .......... .......... .......... .......... 54% 324M 1s 130500K .......... .......... .......... .......... .......... 54% 268M 1s 130550K .......... .......... .......... .......... .......... 54% 275M 1s 130600K .......... .......... .......... .......... .......... 54% 298M 1s 130650K .......... .......... .......... .......... .......... 54% 294M 1s 130700K .......... .......... .......... .......... .......... 54% 259M 1s 130750K .......... .......... .......... .......... .......... 54% 285M 1s 130800K .......... .......... .......... .......... .......... 54% 230M 1s 130850K .......... .......... .......... .......... .......... 54% 293M 1s 130900K .......... .......... .......... .......... .......... 54% 248M 1s 130950K .......... .......... .......... .......... .......... 54% 240M 1s 131000K .......... .......... .......... .......... .......... 54% 190M 1s 131050K .......... .......... .......... .......... .......... 54% 195M 1s 131100K .......... .......... .......... .......... .......... 54% 180M 1s 131150K .......... .......... .......... .......... .......... 54% 186M 1s 131200K .......... .......... .......... .......... .......... 54% 246M 1s 131250K .......... .......... .......... .......... .......... 54% 113M 1s 131300K .......... .......... .......... .......... .......... 54% 116M 1s 131350K .......... .......... .......... .......... .......... 55% 110M 1s 131400K .......... .......... .......... .......... .......... 55% 109M 1s 131450K .......... .......... .......... .......... .......... 55% 97.3M 1s 131500K .......... .......... .......... .......... .......... 55% 127M 1s 131550K .......... .......... .......... .......... .......... 55% 103M 1s 131600K .......... .......... .......... .......... .......... 55% 122M 1s 131650K .......... .......... .......... .......... .......... 55% 98.5M 1s 131700K .......... .......... .......... .......... .......... 55% 84.8M 1s 131750K .......... .......... .......... .......... .......... 55% 98.7M 1s 131800K .......... .......... .......... .......... .......... 55% 116M 1s 131850K .......... .......... .......... .......... .......... 55% 111M 1s 131900K .......... .......... .......... .......... .......... 55% 111M 1s 131950K .......... .......... .......... .......... .......... 55% 111M 1s 132000K .......... .......... .......... .......... .......... 55% 132M 1s 132050K .......... .......... .......... .......... .......... 55% 103M 1s 132100K .......... .......... .......... .......... .......... 55% 107M 1s 132150K .......... .......... .......... .......... .......... 55% 117M 1s 132200K .......... .......... .......... .......... .......... 55% 55.4M 1s 132250K .......... .......... .......... .......... .......... 55% 262M 1s 132300K .......... .......... .......... .......... .......... 55% 68.9M 1s 132350K .......... .......... .......... .......... .......... 55% 160M 1s 132400K .......... .......... .......... .......... .......... 55% 188M 1s 132450K .......... .......... .......... .......... .......... 55% 98.3M 1s 132500K .......... .......... .......... .......... .......... 55% 129M 1s 132550K .......... .......... .......... .......... .......... 55% 97.5M 1s 132600K .......... .......... .......... .......... .......... 55% 127M 1s 132650K .......... .......... .......... .......... .......... 55% 7.33M 1s 132700K .......... .......... .......... .......... .......... 55% 242M 1s 132750K .......... .......... .......... .......... .......... 55% 241M 1s 132800K .......... .......... .......... .......... .......... 55% 325M 1s 132850K .......... .......... .......... .......... .......... 55% 268M 1s 132900K .......... .......... .......... .......... .......... 55% 252M 1s 132950K .......... .......... .......... .......... .......... 55% 262M 1s 133000K .......... .......... .......... .......... .......... 55% 327M 1s 133050K .......... .......... .......... .......... .......... 55% 305M 1s 133100K .......... .......... .......... .......... .......... 55% 333M 1s 133150K .......... .......... .......... .......... .......... 55% 301M 1s 133200K .......... .......... .......... .......... .......... 55% 308M 1s 133250K .......... .......... .......... .......... .......... 55% 304M 1s 133300K .......... .......... .......... .......... .......... 55% 9.18M 1s 133350K .......... .......... .......... .......... .......... 55% 260M 1s 133400K .......... .......... .......... .......... .......... 55% 317M 1s 133450K .......... .......... .......... .......... .......... 55% 235M 1s 133500K .......... .......... .......... .......... .......... 55% 268M 1s 133550K .......... .......... .......... .......... .......... 55% 263M 1s 133600K .......... .......... .......... .......... .......... 55% 320M 1s 133650K .......... .......... .......... .......... .......... 55% 276M 1s 133700K .......... .......... .......... .......... .......... 55% 277M 1s 133750K .......... .......... .......... .......... .......... 56% 226M 1s 133800K .......... .......... .......... .......... .......... 56% 272M 1s 133850K .......... .......... .......... .......... .......... 56% 284M 1s 133900K .......... .......... .......... .......... .......... 56% 338M 1s 133950K .......... .......... .......... .......... .......... 56% 310M 1s 134000K .......... .......... .......... .......... .......... 56% 320M 1s 134050K .......... .......... .......... .......... .......... 56% 254M 1s 134100K .......... .......... .......... .......... .......... 56% 301M 1s 134150K .......... .......... .......... .......... .......... 56% 282M 1s 134200K .......... .......... .......... .......... .......... 56% 308M 1s 134250K .......... .......... .......... .......... .......... 56% 288M 1s 134300K .......... .......... .......... .......... .......... 56% 305M 1s 134350K .......... .......... .......... .......... .......... 56% 253M 1s 134400K .......... .......... .......... .......... .......... 56% 319M 1s 134450K .......... .......... .......... .......... .......... 56% 229M 1s 134500K .......... .......... .......... .......... .......... 56% 282M 1s 134550K .......... .......... .......... .......... .......... 56% 249M 1s 134600K .......... .......... .......... .......... .......... 56% 274M 1s 134650K .......... .......... .......... .......... .......... 56% 193M 1s 134700K .......... .......... .......... .......... .......... 56% 248M 1s 134750K .......... .......... .......... .......... .......... 56% 221M 1s 134800K .......... .......... .......... .......... .......... 56% 258M 1s 134850K .......... .......... .......... .......... .......... 56% 119M 1s 134900K .......... .......... .......... .......... .......... 56% 132M 1s 134950K .......... .......... .......... .......... .......... 56% 110M 1s 135000K .......... .......... .......... .......... .......... 56% 104M 1s 135050K .......... .......... .......... .......... .......... 56% 109M 1s 135100K .......... .......... .......... .......... .......... 56% 112M 1s 135150K .......... .......... .......... .......... .......... 56% 102M 1s 135200K .......... .......... .......... .......... .......... 56% 129M 1s 135250K .......... .......... .......... .......... .......... 56% 98.1M 1s 135300K .......... .......... .......... .......... .......... 56% 53.9M 1s 135350K .......... .......... .......... .......... .......... 56% 56.1M 1s 135400K .......... .......... .......... .......... .......... 56% 78.4M 1s 135450K .......... .......... .......... .......... .......... 56% 119M 1s 135500K .......... .......... .......... .......... .......... 56% 106M 1s 135550K .......... .......... .......... .......... .......... 56% 129M 1s 135600K .......... .......... .......... .......... .......... 56% 106M 1s 135650K .......... .......... .......... .......... .......... 56% 123M 1s 135700K .......... .......... .......... .......... .......... 56% 89.5M 1s 135750K .......... .......... .......... .......... .......... 56% 137M 1s 135800K .......... .......... .......... .......... .......... 56% 124M 1s 135850K .......... .......... .......... .......... .......... 56% 90.0M 1s 135900K .......... .......... .......... .......... .......... 56% 138M 1s 135950K .......... .......... .......... .......... .......... 56% 103M 1s 136000K .......... .......... .......... .......... .......... 56% 117M 1s 136050K .......... .......... .......... .......... .......... 56% 7.56M 1s 136100K .......... .......... .......... .......... .......... 56% 244M 1s 136150K .......... .......... .......... .......... .......... 57% 258M 1s 136200K .......... .......... .......... .......... .......... 57% 259M 1s 136250K .......... .......... .......... .......... .......... 57% 299M 1s 136300K .......... .......... .......... .......... .......... 57% 272M 1s 136350K .......... .......... .......... .......... .......... 57% 268M 1s 136400K .......... .......... .......... .......... .......... 57% 276M 1s 136450K .......... .......... .......... .......... .......... 57% 293M 1s 136500K .......... .......... .......... .......... .......... 57% 253M 1s 136550K .......... .......... .......... .......... .......... 57% 283M 1s 136600K .......... .......... .......... .......... .......... 57% 269M 1s 136650K .......... .......... .......... .......... .......... 57% 251M 1s 136700K .......... .......... .......... .......... .......... 57% 287M 1s 136750K .......... .......... .......... .......... .......... 57% 248M 1s 136800K .......... .......... .......... .......... .......... 57% 250M 1s 136850K .......... .......... .......... .......... .......... 57% 285M 1s 136900K .......... .......... .......... .......... .......... 57% 241M 1s 136950K .......... .......... .......... .......... .......... 57% 303M 1s 137000K .......... .......... .......... .......... .......... 57% 298M 1s 137050K .......... .......... .......... .......... .......... 57% 228M 1s 137100K .......... .......... .......... .......... .......... 57% 270M 1s 137150K .......... .......... .......... .......... .......... 57% 253M 1s 137200K .......... .......... .......... .......... .......... 57% 262M 1s 137250K .......... .......... .......... .......... .......... 57% 113M 1s 137300K .......... .......... .......... .......... .......... 57% 7.55M 1s 137350K .......... .......... .......... .......... .......... 57% 254M 1s 137400K .......... .......... .......... .......... .......... 57% 253M 1s 137450K .......... .......... .......... .......... .......... 57% 279M 1s 137500K .......... .......... .......... .......... .......... 57% 259M 1s 137550K .......... .......... .......... .......... .......... 57% 262M 1s 137600K .......... .......... .......... .......... .......... 57% 241M 1s 137650K .......... .......... .......... .......... .......... 57% 312M 1s 137700K .......... .......... .......... .......... .......... 57% 274M 1s 137750K .......... .......... .......... .......... .......... 57% 293M 1s 137800K .......... .......... .......... .......... .......... 57% 288M 1s 137850K .......... .......... .......... .......... .......... 57% 268M 1s 137900K .......... .......... .......... .......... .......... 57% 277M 1s 137950K .......... .......... .......... .......... .......... 57% 282M 1s 138000K .......... .......... .......... .......... .......... 57% 275M 1s 138050K .......... .......... .......... .......... .......... 57% 187M 1s 138100K .......... .......... .......... .......... .......... 57% 131M 1s 138150K .......... .......... .......... .......... .......... 57% 108M 1s 138200K .......... .......... .......... .......... .......... 57% 114M 1s 138250K .......... .......... .......... .......... .......... 57% 116M 1s 138300K .......... .......... .......... .......... .......... 57% 7.48M 1s 138350K .......... .......... .......... .......... .......... 57% 231M 1s 138400K .......... .......... .......... .......... .......... 57% 282M 1s 138450K .......... .......... .......... .......... .......... 57% 227M 1s 138500K .......... .......... .......... .......... .......... 58% 269M 1s 138550K .......... .......... .......... .......... .......... 58% 258M 1s 138600K .......... .......... .......... .......... .......... 58% 250M 1s 138650K .......... .......... .......... .......... .......... 58% 267M 1s 138700K .......... .......... .......... .......... .......... 58% 293M 1s 138750K .......... .......... .......... .......... .......... 58% 295M 1s 138800K .......... .......... .......... .......... .......... 58% 316M 1s 138850K .......... .......... .......... .......... .......... 58% 257M 1s 138900K .......... .......... .......... .......... .......... 58% 281M 1s 138950K .......... .......... .......... .......... .......... 58% 266M 1s 139000K .......... .......... .......... .......... .......... 58% 314M 1s 139050K .......... .......... .......... .......... .......... 58% 262M 1s 139100K .......... .......... .......... .......... .......... 58% 287M 1s 139150K .......... .......... .......... .......... .......... 58% 232M 1s 139200K .......... .......... .......... .......... .......... 58% 272M 1s 139250K .......... .......... .......... .......... .......... 58% 270M 1s 139300K .......... .......... .......... .......... .......... 58% 299M 1s 139350K .......... .......... .......... .......... .......... 58% 216M 1s 139400K .......... .......... .......... .......... .......... 58% 172M 1s 139450K .......... .......... .......... .......... .......... 58% 180M 1s 139500K .......... .......... .......... .......... .......... 58% 221M 1s 139550K .......... .......... .......... .......... .......... 58% 233M 1s 139600K .......... .......... .......... .......... .......... 58% 148M 1s 139650K .......... .......... .......... .......... .......... 58% 106M 1s 139700K .......... .......... .......... .......... .......... 58% 91.5M 1s 139750K .......... .......... .......... .......... .......... 58% 125M 1s 139800K .......... .......... .......... .......... .......... 58% 63.4M 1s 139850K .......... .......... .......... .......... .......... 58% 6.68M 1s 139900K .......... .......... .......... .......... .......... 58% 298M 1s 139950K .......... .......... .......... .......... .......... 58% 295M 1s 140000K .......... .......... .......... .......... .......... 58% 257M 1s 140050K .......... .......... .......... .......... .......... 58% 267M 1s 140100K .......... .......... .......... .......... .......... 58% 294M 1s 140150K .......... .......... .......... .......... .......... 58% 260M 1s 140200K .......... .......... .......... .......... .......... 58% 328M 1s 140250K .......... .......... .......... .......... .......... 58% 259M 1s 140300K .......... .......... .......... .......... .......... 58% 293M 1s 140350K .......... .......... .......... .......... .......... 58% 273M 1s 140400K .......... .......... .......... .......... .......... 58% 267M 1s 140450K .......... .......... .......... .......... .......... 58% 289M 1s 140500K .......... .......... .......... .......... .......... 58% 270M 1s 140550K .......... .......... .......... .......... .......... 58% 119M 1s 140600K .......... .......... .......... .......... .......... 58% 122M 1s 140650K .......... .......... .......... .......... .......... 58% 112M 1s 140700K .......... .......... .......... .......... .......... 58% 109M 1s 140750K .......... .......... .......... .......... .......... 58% 114M 1s 140800K .......... .......... .......... .......... .......... 58% 98.1M 1s 140850K .......... .......... .......... .......... .......... 58% 98.2M 1s 140900K .......... .......... .......... .......... .......... 59% 76.7M 1s 140950K .......... .......... .......... .......... .......... 59% 98.6M 1s 141000K .......... .......... .......... .......... .......... 59% 235M 1s 141050K .......... .......... .......... .......... .......... 59% 82.7M 1s 141100K .......... .......... .......... .......... .......... 59% 87.2M 1s 141150K .......... .......... .......... .......... .......... 59% 214M 1s 141200K .......... .......... .......... .......... .......... 59% 121M 1s 141250K .......... .......... .......... .......... .......... 59% 100M 1s 141300K .......... .......... .......... .......... .......... 59% 118M 1s 141350K .......... .......... .......... .......... .......... 59% 108M 1s 141400K .......... .......... .......... .......... .......... 59% 105M 1s 141450K .......... .......... .......... .......... .......... 59% 142M 1s 141500K .......... .......... .......... .......... .......... 59% 109M 1s 141550K .......... .......... .......... .......... .......... 59% 103M 1s 141600K .......... .......... .......... .......... .......... 59% 113M 1s 141650K .......... .......... .......... .......... .......... 59% 63.5M 1s 141700K .......... .......... .......... .......... .......... 59% 183M 1s 141750K .......... .......... .......... .......... .......... 59% 102M 1s 141800K .......... .......... .......... .......... .......... 59% 64.9M 1s 141850K .......... .......... .......... .......... .......... 59% 111M 1s 141900K .......... .......... .......... .......... .......... 59% 105M 1s 141950K .......... .......... .......... .......... .......... 59% 97.4M 1s 142000K .......... .......... .......... .......... .......... 59% 121M 1s 142050K .......... .......... .......... .......... .......... 59% 121M 1s 142100K .......... .......... .......... .......... .......... 59% 119M 1s 142150K .......... .......... .......... .......... .......... 59% 99.4M 1s 142200K .......... .......... .......... .......... .......... 59% 104M 1s 142250K .......... .......... .......... .......... .......... 59% 118M 1s 142300K .......... .......... .......... .......... .......... 59% 118M 1s 142350K .......... .......... .......... .......... .......... 59% 94.0M 1s 142400K .......... .......... .......... .......... .......... 59% 135M 1s 142450K .......... .......... .......... .......... .......... 59% 100M 1s 142500K .......... .......... .......... .......... .......... 59% 116M 1s 142550K .......... .......... .......... .......... .......... 59% 122M 1s 142600K .......... .......... .......... .......... .......... 59% 116M 1s 142650K .......... .......... .......... .......... .......... 59% 105M 1s 142700K .......... .......... .......... .......... .......... 59% 120M 1s 142750K .......... .......... .......... .......... .......... 59% 98.9M 1s 142800K .......... .......... .......... .......... .......... 59% 124M 1s 142850K .......... .......... .......... .......... .......... 59% 84.4M 1s 142900K .......... .......... .......... .......... .......... 59% 124M 1s 142950K .......... .......... .......... .......... .......... 59% 157M 1s 143000K .......... .......... .......... .......... .......... 59% 108M 1s 143050K .......... .......... .......... .......... .......... 59% 108M 1s 143100K .......... .......... .......... .......... .......... 59% 117M 1s 143150K .......... .......... .......... .......... .......... 59% 102M 1s 143200K .......... .......... .......... .......... .......... 59% 121M 1s 143250K .......... .......... .......... .......... .......... 59% 118M 1s 143300K .......... .......... .......... .......... .......... 60% 96.1M 1s 143350K .......... .......... .......... .......... .......... 60% 123M 1s 143400K .......... .......... .......... .......... .......... 60% 98.3M 1s 143450K .......... .......... .......... .......... .......... 60% 130M 1s 143500K .......... .......... .......... .......... .......... 60% 121M 1s 143550K .......... .......... .......... .......... .......... 60% 117M 1s 143600K .......... .......... .......... .......... .......... 60% 97.6M 1s 143650K .......... .......... .......... .......... .......... 60% 7.50M 1s 143700K .......... .......... .......... .......... .......... 60% 188M 1s 143750K .......... .......... .......... .......... .......... 60% 256M 1s 143800K .......... .......... .......... .......... .......... 60% 305M 1s 143850K .......... .......... .......... .......... .......... 60% 238M 1s 143900K .......... .......... .......... .......... .......... 60% 294M 1s 143950K .......... .......... .......... .......... .......... 60% 260M 1s 144000K .......... .......... .......... .......... .......... 60% 254M 1s 144050K .......... .......... .......... .......... .......... 60% 284M 1s 144100K .......... .......... .......... .......... .......... 60% 332M 1s 144150K .......... .......... .......... .......... .......... 60% 251M 1s 144200K .......... .......... .......... .......... .......... 60% 308M 1s 144250K .......... .......... .......... .......... .......... 60% 304M 1s 144300K .......... .......... .......... .......... .......... 60% 320M 1s 144350K .......... .......... .......... .......... .......... 60% 294M 1s 144400K .......... .......... .......... .......... .......... 60% 312M 1s 144450K .......... .......... .......... .......... .......... 60% 262M 1s 144500K .......... .......... .......... .......... .......... 60% 305M 1s 144550K .......... .......... .......... .......... .......... 60% 269M 1s 144600K .......... .......... .......... .......... .......... 60% 272M 1s 144650K .......... .......... .......... .......... .......... 60% 272M 1s 144700K .......... .......... .......... .......... .......... 60% 232M 1s 144750K .......... .......... .......... .......... .......... 60% 171M 1s 144800K .......... .......... .......... .......... .......... 60% 115M 1s 144850K .......... .......... .......... .......... .......... 60% 60.8M 1s 144900K .......... .......... .......... .......... .......... 60% 52.4M 1s 144950K .......... .......... .......... .......... .......... 60% 242M 1s 145000K .......... .......... .......... .......... .......... 60% 133M 1s 145050K .......... .......... .......... .......... .......... 60% 129M 1s 145100K .......... .......... .......... .......... .......... 60% 5.19M 1s 145150K .......... .......... .......... .......... .......... 60% 325M 1s 145200K .......... .......... .......... .......... .......... 60% 184M 1s 145250K .......... .......... .......... .......... .......... 60% 250M 1s 145300K .......... .......... .......... .......... .......... 60% 247M 1s 145350K .......... .......... .......... .......... .......... 60% 267M 1s 145400K .......... .......... .......... .......... .......... 60% 268M 1s 145450K .......... .......... .......... .......... .......... 60% 262M 1s 145500K .......... .......... .......... .......... .......... 60% 256M 1s 145550K .......... .......... .......... .......... .......... 60% 295M 1s 145600K .......... .......... .......... .......... .......... 60% 292M 1s 145650K .......... .......... .......... .......... .......... 60% 294M 1s 145700K .......... .......... .......... .......... .......... 61% 263M 1s 145750K .......... .......... .......... .......... .......... 61% 323M 1s 145800K .......... .......... .......... .......... .......... 61% 319M 1s 145850K .......... .......... .......... .......... .......... 61% 335M 1s 145900K .......... .......... .......... .......... .......... 61% 315M 1s 145950K .......... .......... .......... .......... .......... 61% 336M 1s 146000K .......... .......... .......... .......... .......... 61% 315M 1s 146050K .......... .......... .......... .......... .......... 61% 316M 1s 146100K .......... .......... .......... .......... .......... 61% 8.05M 1s 146150K .......... .......... .......... .......... .......... 61% 209M 1s 146200K .......... .......... .......... .......... .......... 61% 255M 1s 146250K .......... .......... .......... .......... .......... 61% 279M 1s 146300K .......... .......... .......... .......... .......... 61% 262M 1s 146350K .......... .......... .......... .......... .......... 61% 225M 1s 146400K .......... .......... .......... .......... .......... 61% 271M 1s 146450K .......... .......... .......... .......... .......... 61% 285M 1s 146500K .......... .......... .......... .......... .......... 61% 264M 1s 146550K .......... .......... .......... .......... .......... 61% 292M 1s 146600K .......... .......... .......... .......... .......... 61% 266M 1s 146650K .......... .......... .......... .......... .......... 61% 290M 1s 146700K .......... .......... .......... .......... .......... 61% 299M 1s 146750K .......... .......... .......... .......... .......... 61% 332M 1s 146800K .......... .......... .......... .......... .......... 61% 310M 1s 146850K .......... .......... .......... .......... .......... 61% 312M 1s 146900K .......... .......... .......... .......... .......... 61% 256M 1s 146950K .......... .......... .......... .......... .......... 61% 314M 1s 147000K .......... .......... .......... .......... .......... 61% 299M 1s 147050K .......... .......... .......... .......... .......... 61% 324M 1s 147100K .......... .......... .......... .......... .......... 61% 290M 1s 147150K .......... .......... .......... .......... .......... 61% 327M 1s 147200K .......... .......... .......... .......... .......... 61% 273M 1s 147250K .......... .......... .......... .......... .......... 61% 297M 1s 147300K .......... .......... .......... .......... .......... 61% 280M 1s 147350K .......... .......... .......... .......... .......... 61% 312M 1s 147400K .......... .......... .......... .......... .......... 61% 267M 1s 147450K .......... .......... .......... .......... .......... 61% 271M 1s 147500K .......... .......... .......... .......... .......... 61% 263M 1s 147550K .......... .......... .......... .......... .......... 61% 282M 1s 147600K .......... .......... .......... .......... .......... 61% 266M 1s 147650K .......... .......... .......... .......... .......... 61% 319M 1s 147700K .......... .......... .......... .......... .......... 61% 266M 1s 147750K .......... .......... .......... .......... .......... 61% 319M 1s 147800K .......... .......... .......... .......... .......... 61% 200M 1s 147850K .......... .......... .......... .......... .......... 61% 108M 1s 147900K .......... .......... .......... .......... .......... 61% 119M 1s 147950K .......... .......... .......... .......... .......... 61% 107M 1s 148000K .......... .......... .......... .......... .......... 61% 128M 1s 148050K .......... .......... .......... .......... .......... 61% 94.4M 1s 148100K .......... .......... .......... .......... .......... 62% 116M 1s 148150K .......... .......... .......... .......... .......... 62% 118M 1s 148200K .......... .......... .......... .......... .......... 62% 109M 1s 148250K .......... .......... .......... .......... .......... 62% 120M 1s 148300K .......... .......... .......... .......... .......... 62% 94.3M 1s 148350K .......... .......... .......... .......... .......... 62% 129M 1s 148400K .......... .......... .......... .......... .......... 62% 97.7M 1s 148450K .......... .......... .......... .......... .......... 62% 120M 1s 148500K .......... .......... .......... .......... .......... 62% 128M 1s 148550K .......... .......... .......... .......... .......... 62% 118M 1s 148600K .......... .......... .......... .......... .......... 62% 98.0M 1s 148650K .......... .......... .......... .......... .......... 62% 114M 1s 148700K .......... .......... .......... .......... .......... 62% 122M 1s 148750K .......... .......... .......... .......... .......... 62% 111M 1s 148800K .......... .......... .......... .......... .......... 62% 91.8M 1s 148850K .......... .......... .......... .......... .......... 62% 98.6M 1s 148900K .......... .......... .......... .......... .......... 62% 94.4M 1s 148950K .......... .......... .......... .......... .......... 62% 76.5M 1s 149000K .......... .......... .......... .......... .......... 62% 85.6M 1s 149050K .......... .......... .......... .......... .......... 62% 57.5M 1s 149100K .......... .......... .......... .......... .......... 62% 7.12M 1s 149150K .......... .......... .......... .......... .......... 62% 246M 1s 149200K .......... .......... .......... .......... .......... 62% 269M 1s 149250K .......... .......... .......... .......... .......... 62% 301M 1s 149300K .......... .......... .......... .......... .......... 62% 297M 1s 149350K .......... .......... .......... .......... .......... 62% 289M 1s 149400K .......... .......... .......... .......... .......... 62% 264M 1s 149450K .......... .......... .......... .......... .......... 62% 277M 1s 149500K .......... .......... .......... .......... .......... 62% 274M 1s 149550K .......... .......... .......... .......... .......... 62% 334M 1s 149600K .......... .......... .......... .......... .......... 62% 311M 1s 149650K .......... .......... .......... .......... .......... 62% 282M 1s 149700K .......... .......... .......... .......... .......... 62% 268M 1s 149750K .......... .......... .......... .......... .......... 62% 287M 1s 149800K .......... .......... .......... .......... .......... 62% 295M 1s 149850K .......... .......... .......... .......... .......... 62% 278M 1s 149900K .......... .......... .......... .......... .......... 62% 287M 1s 149950K .......... .......... .......... .......... .......... 62% 319M 1s 150000K .......... .......... .......... .......... .......... 62% 288M 1s 150050K .......... .......... .......... .......... .......... 62% 233M 1s 150100K .......... .......... .......... .......... .......... 62% 258M 1s 150150K .......... .......... .......... .......... .......... 62% 213M 1s 150200K .......... .......... .......... .......... .......... 62% 105M 1s 150250K .......... .......... .......... .......... .......... 62% 120M 1s 150300K .......... .......... .......... .......... .......... 62% 96.6M 1s 150350K .......... .......... .......... .......... .......... 62% 111M 1s 150400K .......... .......... .......... .......... .......... 62% 91.9M 1s 150450K .......... .......... .......... .......... .......... 63% 163M 1s 150500K .......... .......... .......... .......... .......... 63% 111M 1s 150550K .......... .......... .......... .......... .......... 63% 109M 1s 150600K .......... .......... .......... .......... .......... 63% 7.32M 1s 150650K .......... .......... .......... .......... .......... 63% 246M 1s 150700K .......... .......... .......... .......... .......... 63% 243M 1s 150750K .......... .......... .......... .......... .......... 63% 299M 1s 150800K .......... .......... .......... .......... .......... 63% 253M 1s 150850K .......... .......... .......... .......... .......... 63% 275M 1s 150900K .......... .......... .......... .......... .......... 63% 254M 1s 150950K .......... .......... .......... .......... .......... 63% 284M 1s 151000K .......... .......... .......... .......... .......... 63% 281M 1s 151050K .......... .......... .......... .......... .......... 63% 299M 1s 151100K .......... .......... .......... .......... .......... 63% 286M 1s 151150K .......... .......... .......... .......... .......... 63% 291M 1s 151200K .......... .......... .......... .......... .......... 63% 268M 1s 151250K .......... .......... .......... .......... .......... 63% 316M 1s 151300K .......... .......... .......... .......... .......... 63% 305M 1s 151350K .......... .......... .......... .......... .......... 63% 269M 1s 151400K .......... .......... .......... .......... .......... 63% 272M 1s 151450K .......... .......... .......... .......... .......... 63% 285M 1s 151500K .......... .......... .......... .......... .......... 63% 261M 1s 151550K .......... .......... .......... .......... .......... 63% 310M 1s 151600K .......... .......... .......... .......... .......... 63% 275M 1s 151650K .......... .......... .......... .......... .......... 63% 272M 1s 151700K .......... .......... .......... .......... .......... 63% 290M 1s 151750K .......... .......... .......... .......... .......... 63% 294M 1s 151800K .......... .......... .......... .......... .......... 63% 108M 1s 151850K .......... .......... .......... .......... .......... 63% 89.9M 1s 151900K .......... .......... .......... .......... .......... 63% 172M 1s 151950K .......... .......... .......... .......... .......... 63% 97.8M 1s 152000K .......... .......... .......... .......... .......... 63% 113M 1s 152050K .......... .......... .......... .......... .......... 63% 123M 1s 152100K .......... .......... .......... .......... .......... 63% 105M 1s 152150K .......... .......... .......... .......... .......... 63% 125M 1s 152200K .......... .......... .......... .......... .......... 63% 93.4M 1s 152250K .......... .......... .......... .......... .......... 63% 65.6M 1s 152300K .......... .......... .......... .......... .......... 63% 71.7M 1s 152350K .......... .......... .......... .......... .......... 63% 119M 1s 152400K .......... .......... .......... .......... .......... 63% 101M 1s 152450K .......... .......... .......... .......... .......... 63% 120M 1s 152500K .......... .......... .......... .......... .......... 63% 120M 1s 152550K .......... .......... .......... .......... .......... 63% 99.5M 1s 152600K .......... .......... .......... .......... .......... 63% 124M 1s 152650K .......... .......... .......... .......... .......... 63% 118M 1s 152700K .......... .......... .......... .......... .......... 63% 105M 1s 152750K .......... .......... .......... .......... .......... 63% 111M 1s 152800K .......... .......... .......... .......... .......... 63% 114M 1s 152850K .......... .......... .......... .......... .......... 64% 109M 1s 152900K .......... .......... .......... .......... .......... 64% 7.38M 1s 152950K .......... .......... .......... .......... .......... 64% 278M 1s 153000K .......... .......... .......... .......... .......... 64% 301M 1s 153050K .......... .......... .......... .......... .......... 64% 250M 1s 153100K .......... .......... .......... .......... .......... 64% 286M 1s 153150K .......... .......... .......... .......... .......... 64% 247M 1s 153200K .......... .......... .......... .......... .......... 64% 297M 1s 153250K .......... .......... .......... .......... .......... 64% 275M 1s 153300K .......... .......... .......... .......... .......... 64% 305M 1s 153350K .......... .......... .......... .......... .......... 64% 303M 1s 153400K .......... .......... .......... .......... .......... 64% 316M 1s 153450K .......... .......... .......... .......... .......... 64% 304M 1s 153500K .......... .......... .......... .......... .......... 64% 334M 1s 153550K .......... .......... .......... .......... .......... 64% 296M 1s 153600K .......... .......... .......... .......... .......... 64% 7.56M 1s 153650K .......... .......... .......... .......... .......... 64% 263M 1s 153700K .......... .......... .......... .......... .......... 64% 301M 1s 153750K .......... .......... .......... .......... .......... 64% 291M 1s 153800K .......... .......... .......... .......... .......... 64% 296M 1s 153850K .......... .......... .......... .......... .......... 64% 244M 1s 153900K .......... .......... .......... .......... .......... 64% 304M 1s 153950K .......... .......... .......... .......... .......... 64% 275M 1s 154000K .......... .......... .......... .......... .......... 64% 297M 1s 154050K .......... .......... .......... .......... .......... 64% 273M 1s 154100K .......... .......... .......... .......... .......... 64% 226M 1s 154150K .......... .......... .......... .......... .......... 64% 286M 1s 154200K .......... .......... .......... .......... .......... 64% 260M 1s 154250K .......... .......... .......... .......... .......... 64% 248M 1s 154300K .......... .......... .......... .......... .......... 64% 263M 1s 154350K .......... .......... .......... .......... .......... 64% 231M 1s 154400K .......... .......... .......... .......... .......... 64% 308M 1s 154450K .......... .......... .......... .......... .......... 64% 284M 1s 154500K .......... .......... .......... .......... .......... 64% 273M 1s 154550K .......... .......... .......... .......... .......... 64% 296M 1s 154600K .......... .......... .......... .......... .......... 64% 331M 1s 154650K .......... .......... .......... .......... .......... 64% 236M 1s 154700K .......... .......... .......... .......... .......... 64% 293M 1s 154750K .......... .......... .......... .......... .......... 64% 277M 1s 154800K .......... .......... .......... .......... .......... 64% 326M 1s 154850K .......... .......... .......... .......... .......... 64% 291M 1s 154900K .......... .......... .......... .......... .......... 64% 289M 1s 154950K .......... .......... .......... .......... .......... 64% 260M 1s 155000K .......... .......... .......... .......... .......... 64% 264M 1s 155050K .......... .......... .......... .......... .......... 64% 303M 1s 155100K .......... .......... .......... .......... .......... 64% 295M 1s 155150K .......... .......... .......... .......... .......... 64% 295M 1s 155200K .......... .......... .......... .......... .......... 64% 208M 1s 155250K .......... .......... .......... .......... .......... 65% 111M 1s 155300K .......... .......... .......... .......... .......... 65% 129M 1s 155350K .......... .......... .......... .......... .......... 65% 103M 1s 155400K .......... .......... .......... .......... .......... 65% 115M 1s 155450K .......... .......... .......... .......... .......... 65% 96.6M 1s 155500K .......... .......... .......... .......... .......... 65% 80.1M 1s 155550K .......... .......... .......... .......... .......... 65% 128M 1s 155600K .......... .......... .......... .......... .......... 65% 115M 1s 155650K .......... .......... .......... .......... .......... 65% 127M 1s 155700K .......... .......... .......... .......... .......... 65% 110M 1s 155750K .......... .......... .......... .......... .......... 65% 95.4M 1s 155800K .......... .......... .......... .......... .......... 65% 143M 1s 155850K .......... .......... .......... .......... .......... 65% 92.2M 1s 155900K .......... .......... .......... .......... .......... 65% 124M 1s 155950K .......... .......... .......... .......... .......... 65% 118M 1s 156000K .......... .......... .......... .......... .......... 65% 106M 1s 156050K .......... .......... .......... .......... .......... 65% 117M 1s 156100K .......... .......... .......... .......... .......... 65% 95.3M 1s 156150K .......... .......... .......... .......... .......... 65% 125M 1s 156200K .......... .......... .......... .......... .......... 65% 99.0M 1s 156250K .......... .......... .......... .......... .......... 65% 60.8M 1s 156300K .......... .......... .......... .......... .......... 65% 257M 1s 156350K .......... .......... .......... .......... .......... 65% 134M 1s 156400K .......... .......... .......... .......... .......... 65% 107M 1s 156450K .......... .......... .......... .......... .......... 65% 109M 1s 156500K .......... .......... .......... .......... .......... 65% 134M 1s 156550K .......... .......... .......... .......... .......... 65% 97.3M 1s 156600K .......... .......... .......... .......... .......... 65% 131M 1s 156650K .......... .......... .......... .......... .......... 65% 116M 1s 156700K .......... .......... .......... .......... .......... 65% 100M 1s 156750K .......... .......... .......... .......... .......... 65% 122M 1s 156800K .......... .......... .......... .......... .......... 65% 112M 1s 156850K .......... .......... .......... .......... .......... 65% 116M 1s 156900K .......... .......... .......... .......... .......... 65% 7.11M 1s 156950K .......... .......... .......... .......... .......... 65% 230M 1s 157000K .......... .......... .......... .......... .......... 65% 273M 1s 157050K .......... .......... .......... .......... .......... 65% 233M 1s 157100K .......... .......... .......... .......... .......... 65% 271M 1s 157150K .......... .......... .......... .......... .......... 65% 257M 1s 157200K .......... .......... .......... .......... .......... 65% 303M 1s 157250K .......... .......... .......... .......... .......... 65% 276M 1s 157300K .......... .......... .......... .......... .......... 65% 310M 1s 157350K .......... .......... .......... .......... .......... 65% 253M 1s 157400K .......... .......... .......... .......... .......... 65% 312M 1s 157450K .......... .......... .......... .......... .......... 65% 277M 1s 157500K .......... .......... .......... .......... .......... 65% 292M 1s 157550K .......... .......... .......... .......... .......... 65% 272M 1s 157600K .......... .......... .......... .......... .......... 65% 307M 1s 157650K .......... .......... .......... .......... .......... 66% 260M 1s 157700K .......... .......... .......... .......... .......... 66% 284M 1s 157750K .......... .......... .......... .......... .......... 66% 296M 1s 157800K .......... .......... .......... .......... .......... 66% 267M 1s 157850K .......... .......... .......... .......... .......... 66% 268M 1s 157900K .......... .......... .......... .......... .......... 66% 254M 1s 157950K .......... .......... .......... .......... .......... 66% 276M 1s 158000K .......... .......... .......... .......... .......... 66% 291M 1s 158050K .......... .......... .......... .......... .......... 66% 204M 1s 158100K .......... .......... .......... .......... .......... 66% 100M 1s 158150K .......... .......... .......... .......... .......... 66% 123M 1s 158200K .......... .......... .......... .......... .......... 66% 114M 1s 158250K .......... .......... .......... .......... .......... 66% 103M 1s 158300K .......... .......... .......... .......... .......... 66% 114M 1s 158350K .......... .......... .......... .......... .......... 66% 106M 1s 158400K .......... .......... .......... .......... .......... 66% 124M 1s 158450K .......... .......... .......... .......... .......... 66% 103M 1s 158500K .......... .......... .......... .......... .......... 66% 116M 1s 158550K .......... .......... .......... .......... .......... 66% 127M 1s 158600K .......... .......... .......... .......... .......... 66% 97.5M 1s 158650K .......... .......... .......... .......... .......... 66% 121M 1s 158700K .......... .......... .......... .......... .......... 66% 119M 1s 158750K .......... .......... .......... .......... .......... 66% 98.5M 1s 158800K .......... .......... .......... .......... .......... 66% 124M 1s 158850K .......... .......... .......... .......... .......... 66% 84.3M 1s 158900K .......... .......... .......... .......... .......... 66% 91.7M 1s 158950K .......... .......... .......... .......... .......... 66% 80.5M 1s 159000K .......... .......... .......... .......... .......... 66% 106M 1s 159050K .......... .......... .......... .......... .......... 66% 99.3M 1s 159100K .......... .......... .......... .......... .......... 66% 120M 1s 159150K .......... .......... .......... .......... .......... 66% 117M 1s 159200K .......... .......... .......... .......... .......... 66% 120M 1s 159250K .......... .......... .......... .......... .......... 66% 101M 1s 159300K .......... .......... .......... .......... .......... 66% 121M 1s 159350K .......... .......... .......... .......... .......... 66% 111M 1s 159400K .......... .......... .......... .......... .......... 66% 112M 1s 159450K .......... .......... .......... .......... .......... 66% 127M 1s 159500K .......... .......... .......... .......... .......... 66% 94.3M 1s 159550K .......... .......... .......... .......... .......... 66% 119M 1s 159600K .......... .......... .......... .......... .......... 66% 101M 1s 159650K .......... .......... .......... .......... .......... 66% 118M 1s 159700K .......... .......... .......... .......... .......... 66% 120M 1s 159750K .......... .......... .......... .......... .......... 66% 106M 1s 159800K .......... .......... .......... .......... .......... 66% 117M 1s 159850K .......... .......... .......... .......... .......... 66% 116M 1s 159900K .......... .......... .......... .......... .......... 66% 105M 1s 159950K .......... .......... .......... .......... .......... 66% 106M 1s 160000K .......... .......... .......... .......... .......... 67% 121M 1s 160050K .......... .......... .......... .......... .......... 67% 113M 1s 160100K .......... .......... .......... .......... .......... 67% 112M 1s 160150K .......... .......... .......... .......... .......... 67% 104M 1s 160200K .......... .......... .......... .......... .......... 67% 124M 1s 160250K .......... .......... .......... .......... .......... 67% 77.8M 1s 160300K .......... .......... .......... .......... .......... 67% 106M 1s 160350K .......... .......... .......... .......... .......... 67% 129M 1s 160400K .......... .......... .......... .......... .......... 67% 114M 1s 160450K .......... .......... .......... .......... .......... 67% 103M 1s 160500K .......... .......... .......... .......... .......... 67% 136M 1s 160550K .......... .......... .......... .......... .......... 67% 102M 1s 160600K .......... .......... .......... .......... .......... 67% 111M 1s 160650K .......... .......... .......... .......... .......... 67% 110M 1s 160700K .......... .......... .......... .......... .......... 67% 114M 1s 160750K .......... .......... .......... .......... .......... 67% 91.5M 1s 160800K .......... .......... .......... .......... .......... 67% 148M 1s 160850K .......... .......... .......... .......... .......... 67% 119M 1s 160900K .......... .......... .......... .......... .......... 67% 111M 1s 160950K .......... .......... .......... .......... .......... 67% 105M 1s 161000K .......... .......... .......... .......... .......... 67% 108M 1s 161050K .......... .......... .......... .......... .......... 67% 117M 1s 161100K .......... .......... .......... .......... .......... 67% 111M 1s 161150K .......... .......... .......... .......... .......... 67% 128M 1s 161200K .......... .......... .......... .......... .......... 67% 97.3M 1s 161250K .......... .......... .......... .......... .......... 67% 121M 1s 161300K .......... .......... .......... .......... .......... 67% 120M 1s 161350K .......... .......... .......... .......... .......... 67% 110M 1s 161400K .......... .......... .......... .......... .......... 67% 110M 1s 161450K .......... .......... .......... .......... .......... 67% 101M 1s 161500K .......... .......... .......... .......... .......... 67% 120M 1s 161550K .......... .......... .......... .......... .......... 67% 122M 1s 161600K .......... .......... .......... .......... .......... 67% 105M 1s 161650K .......... .......... .......... .......... .......... 67% 118M 1s 161700K .......... .......... .......... .......... .......... 67% 109M 1s 161750K .......... .......... .......... .......... .......... 67% 126M 1s 161800K .......... .......... .......... .......... .......... 67% 101M 1s 161850K .......... .......... .......... .......... .......... 67% 114M 1s 161900K .......... .......... .......... .......... .......... 67% 111M 1s 161950K .......... .......... .......... .......... .......... 67% 119M 1s 162000K .......... .......... .......... .......... .......... 67% 97.9M 1s 162050K .......... .......... .......... .......... .......... 67% 18.5M 1s 162100K .......... .......... .......... .......... .......... 67% 215M 1s 162150K .......... .......... .......... .......... .......... 67% 288M 1s 162200K .......... .......... .......... .......... .......... 67% 259M 1s 162250K .......... .......... .......... .......... .......... 67% 258M 1s 162300K .......... .......... .......... .......... .......... 67% 304M 1s 162350K .......... .......... .......... .......... .......... 67% 21.1M 1s 162400K .......... .......... .......... .......... .......... 68% 231M 1s 162450K .......... .......... .......... .......... .......... 68% 253M 1s 162500K .......... .......... .......... .......... .......... 68% 254M 1s 162550K .......... .......... .......... .......... .......... 68% 232M 1s 162600K .......... .......... .......... .......... .......... 68% 320M 1s 162650K .......... .......... .......... .......... .......... 68% 8.17M 1s 162700K .......... .......... .......... .......... .......... 68% 296M 1s 162750K .......... .......... .......... .......... .......... 68% 237M 1s 162800K .......... .......... .......... .......... .......... 68% 229M 1s 162850K .......... .......... .......... .......... .......... 68% 254M 1s 162900K .......... .......... .......... .......... .......... 68% 305M 1s 162950K .......... .......... .......... .......... .......... 68% 263M 1s 163000K .......... .......... .......... .......... .......... 68% 318M 1s 163050K .......... .......... .......... .......... .......... 68% 272M 1s 163100K .......... .......... .......... .......... .......... 68% 297M 1s 163150K .......... .......... .......... .......... .......... 68% 295M 1s 163200K .......... .......... .......... .......... .......... 68% 345M 1s 163250K .......... .......... .......... .......... .......... 68% 282M 1s 163300K .......... .......... .......... .......... .......... 68% 245M 1s 163350K .......... .......... .......... .......... .......... 68% 278M 1s 163400K .......... .......... .......... .......... .......... 68% 278M 1s 163450K .......... .......... .......... .......... .......... 68% 303M 1s 163500K .......... .......... .......... .......... .......... 68% 317M 1s 163550K .......... .......... .......... .......... .......... 68% 306M 1s 163600K .......... .......... .......... .......... .......... 68% 327M 1s 163650K .......... .......... .......... .......... .......... 68% 8.55M 1s 163700K .......... .......... .......... .......... .......... 68% 292M 1s 163750K .......... .......... .......... .......... .......... 68% 302M 1s 163800K .......... .......... .......... .......... .......... 68% 295M 1s 163850K .......... .......... .......... .......... .......... 68% 244M 1s 163900K .......... .......... .......... .......... .......... 68% 307M 1s 163950K .......... .......... .......... .......... .......... 68% 277M 1s 164000K .......... .......... .......... .......... .......... 68% 313M 1s 164050K .......... .......... .......... .......... .......... 68% 275M 1s 164100K .......... .......... .......... .......... .......... 68% 291M 1s 164150K .......... .......... .......... .......... .......... 68% 304M 1s 164200K .......... .......... .......... .......... .......... 68% 301M 1s 164250K .......... .......... .......... .......... .......... 68% 280M 1s 164300K .......... .......... .......... .......... .......... 68% 302M 1s 164350K .......... .......... .......... .......... .......... 68% 285M 1s 164400K .......... .......... .......... .......... .......... 68% 309M 1s 164450K .......... .......... .......... .......... .......... 68% 246M 1s 164500K .......... .......... .......... .......... .......... 68% 255M 1s 164550K .......... .......... .......... .......... .......... 68% 302M 1s 164600K .......... .......... .......... .......... .......... 68% 275M 1s 164650K .......... .......... .......... .......... .......... 68% 267M 1s 164700K .......... .......... .......... .......... .......... 68% 283M 1s 164750K .......... .......... .......... .......... .......... 68% 234M 1s 164800K .......... .......... .......... .......... .......... 69% 256M 1s 164850K .......... .......... .......... .......... .......... 69% 275M 1s 164900K .......... .......... .......... .......... .......... 69% 182M 1s 164950K .......... .......... .......... .......... .......... 69% 104M 1s 165000K .......... .......... .......... .......... .......... 69% 105M 1s 165050K .......... .......... .......... .......... .......... 69% 119M 1s 165100K .......... .......... .......... .......... .......... 69% 101M 1s 165150K .......... .......... .......... .......... .......... 69% 93.4M 1s 165200K .......... .......... .......... .......... .......... 69% 124M 1s 165250K .......... .......... .......... .......... .......... 69% 120M 1s 165300K .......... .......... .......... .......... .......... 69% 111M 1s 165350K .......... .......... .......... .......... .......... 69% 105M 1s 165400K .......... .......... .......... .......... .......... 69% 102M 1s 165450K .......... .......... .......... .......... .......... 69% 130M 1s 165500K .......... .......... .......... .......... .......... 69% 99.2M 1s 165550K .......... .......... .......... .......... .......... 69% 144M 1s 165600K .......... .......... .......... .......... .......... 69% 96.5M 1s 165650K .......... .......... .......... .......... .......... 69% 91.5M 1s 165700K .......... .......... .......... .......... .......... 69% 153M 1s 165750K .......... .......... .......... .......... .......... 69% 115M 1s 165800K .......... .......... .......... .......... .......... 69% 115M 1s 165850K .......... .......... .......... .......... .......... 69% 95.3M 1s 165900K .......... .......... .......... .......... .......... 69% 121M 1s 165950K .......... .......... .......... .......... .......... 69% 103M 1s 166000K .......... .......... .......... .......... .......... 69% 125M 1s 166050K .......... .......... .......... .......... .......... 69% 115M 1s 166100K .......... .......... .......... .......... .......... 69% 99.6M 1s 166150K .......... .......... .......... .......... .......... 69% 126M 1s 166200K .......... .......... .......... .......... .......... 69% 104M 1s 166250K .......... .......... .......... .......... .......... 69% 123M 1s 166300K .......... .......... .......... .......... .......... 69% 120M 1s 166350K .......... .......... .......... .......... .......... 69% 7.19M 1s 166400K .......... .......... .......... .......... .......... 69% 276M 1s 166450K .......... .......... .......... .......... .......... 69% 299M 1s 166500K .......... .......... .......... .......... .......... 69% 301M 1s 166550K .......... .......... .......... .......... .......... 69% 293M 1s 166600K .......... .......... .......... .......... .......... 69% 325M 1s 166650K .......... .......... .......... .......... .......... 69% 278M 1s 166700K .......... .......... .......... .......... .......... 69% 297M 1s 166750K .......... .......... .......... .......... .......... 69% 287M 1s 166800K .......... .......... .......... .......... .......... 69% 340M 1s 166850K .......... .......... .......... .......... .......... 69% 266M 1s 166900K .......... .......... .......... .......... .......... 69% 323M 1s 166950K .......... .......... .......... .......... .......... 69% 252M 1s 167000K .......... .......... .......... .......... .......... 69% 282M 1s 167050K .......... .......... .......... .......... .......... 69% 318M 1s 167100K .......... .......... .......... .......... .......... 69% 343M 1s 167150K .......... .......... .......... .......... .......... 69% 277M 1s 167200K .......... .......... .......... .......... .......... 70% 80.2M 1s 167250K .......... .......... .......... .......... .......... 70% 178M 1s 167300K .......... .......... .......... .......... .......... 70% 94.3M 1s 167350K .......... .......... .......... .......... .......... 70% 64.4M 1s 167400K .......... .......... .......... .......... .......... 70% 297M 1s 167450K .......... .......... .......... .......... .......... 70% 71.9M 1s 167500K .......... .......... .......... .......... .......... 70% 79.6M 1s 167550K .......... .......... .......... .......... .......... 70% 63.1M 1s 167600K .......... .......... .......... .......... .......... 70% 264M 1s 167650K .......... .......... .......... .......... .......... 70% 143M 1s 167700K .......... .......... .......... .......... .......... 70% 6.52M 1s 167750K .......... .......... .......... .......... .......... 70% 213M 1s 167800K .......... .......... .......... .......... .......... 70% 288M 1s 167850K .......... .......... .......... .......... .......... 70% 266M 1s 167900K .......... .......... .......... .......... .......... 70% 292M 1s 167950K .......... .......... .......... .......... .......... 70% 273M 1s 168000K .......... .......... .......... .......... .......... 70% 292M 1s 168050K .......... .......... .......... .......... .......... 70% 275M 1s 168100K .......... .......... .......... .......... .......... 70% 283M 1s 168150K .......... .......... .......... .......... .......... 70% 264M 1s 168200K .......... .......... .......... .......... .......... 70% 254M 1s 168250K .......... .......... .......... .......... .......... 70% 286M 1s 168300K .......... .......... .......... .......... .......... 70% 333M 1s 168350K .......... .......... .......... .......... .......... 70% 282M 1s 168400K .......... .......... .......... .......... .......... 70% 318M 1s 168450K .......... .......... .......... .......... .......... 70% 280M 1s 168500K .......... .......... .......... .......... .......... 70% 288M 1s 168550K .......... .......... .......... .......... .......... 70% 282M 1s 168600K .......... .......... .......... .......... .......... 70% 317M 1s 168650K .......... .......... .......... .......... .......... 70% 289M 1s 168700K .......... .......... .......... .......... .......... 70% 290M 1s 168750K .......... .......... .......... .......... .......... 70% 300M 1s 168800K .......... .......... .......... .......... .......... 70% 314M 1s 168850K .......... .......... .......... .......... .......... 70% 271M 1s 168900K .......... .......... .......... .......... .......... 70% 281M 1s 168950K .......... .......... .......... .......... .......... 70% 255M 1s 169000K .......... .......... .......... .......... .......... 70% 179M 1s 169050K .......... .......... .......... .......... .......... 70% 97.3M 1s 169100K .......... .......... .......... .......... .......... 70% 103M 1s 169150K .......... .......... .......... .......... .......... 70% 109M 1s 169200K .......... .......... .......... .......... .......... 70% 117M 1s 169250K .......... .......... .......... .......... .......... 70% 109M 1s 169300K .......... .......... .......... .......... .......... 70% 111M 1s 169350K .......... .......... .......... .......... .......... 70% 109M 1s 169400K .......... .......... .......... .......... .......... 70% 124M 1s 169450K .......... .......... .......... .......... .......... 70% 101M 1s 169500K .......... .......... .......... .......... .......... 70% 109M 1s 169550K .......... .......... .......... .......... .......... 70% 116M 1s 169600K .......... .......... .......... .......... .......... 71% 139M 1s 169650K .......... .......... .......... .......... .......... 71% 88.2M 1s 169700K .......... .......... .......... .......... .......... 71% 121M 1s 169750K .......... .......... .......... .......... .......... 71% 115M 1s 169800K .......... .......... .......... .......... .......... 71% 100M 1s 169850K .......... .......... .......... .......... .......... 71% 93.4M 1s 169900K .......... .......... .......... .......... .......... 71% 111M 1s 169950K .......... .......... .......... .......... .......... 71% 90.0M 1s 170000K .......... .......... .......... .......... .......... 71% 7.75M 1s 170050K .......... .......... .......... .......... .......... 71% 271M 1s 170100K .......... .......... .......... .......... .......... 71% 275M 1s 170150K .......... .......... .......... .......... .......... 71% 272M 1s 170200K .......... .......... .......... .......... .......... 71% 286M 1s 170250K .......... .......... .......... .......... .......... 71% 307M 1s 170300K .......... .......... .......... .......... .......... 71% 276M 1s 170350K .......... .......... .......... .......... .......... 71% 298M 1s 170400K .......... .......... .......... .......... .......... 71% 258M 1s 170450K .......... .......... .......... .......... .......... 71% 307M 1s 170500K .......... .......... .......... .......... .......... 71% 283M 1s 170550K .......... .......... .......... .......... .......... 71% 324M 1s 170600K .......... .......... .......... .......... .......... 71% 285M 1s 170650K .......... .......... .......... .......... .......... 71% 308M 1s 170700K .......... .......... .......... .......... .......... 71% 261M 1s 170750K .......... .......... .......... .......... .......... 71% 297M 1s 170800K .......... .......... .......... .......... .......... 71% 302M 1s 170850K .......... .......... .......... .......... .......... 71% 324M 1s 170900K .......... .......... .......... .......... .......... 71% 300M 1s 170950K .......... .......... .......... .......... .......... 71% 313M 1s 171000K .......... .......... .......... .......... .......... 71% 282M 1s 171050K .......... .......... .......... .......... .......... 71% 280M 1s 171100K .......... .......... .......... .......... .......... 71% 293M 1s 171150K .......... .......... .......... .......... .......... 71% 138M 1s 171200K .......... .......... .......... .......... .......... 71% 119M 1s 171250K .......... .......... .......... .......... .......... 71% 121M 1s 171300K .......... .......... .......... .......... .......... 71% 106M 1s 171350K .......... .......... .......... .......... .......... 71% 105M 1s 171400K .......... .......... .......... .......... .......... 71% 100M 1s 171450K .......... .......... .......... .......... .......... 71% 151M 1s 171500K .......... .......... .......... .......... .......... 71% 107M 1s 171550K .......... .......... .......... .......... .......... 71% 103M 1s 171600K .......... .......... .......... .......... .......... 71% 121M 1s 171650K .......... .......... .......... .......... .......... 71% 65.2M 1s 171700K .......... .......... .......... .......... .......... 71% 12.0M 1s 171750K .......... .......... .......... .......... .......... 71% 157M 1s 171800K .......... .......... .......... .......... .......... 71% 285M 1s 171850K .......... .......... .......... .......... .......... 71% 229M 1s 171900K .......... .......... .......... .......... .......... 71% 299M 1s 171950K .......... .......... .......... .......... .......... 72% 303M 1s 172000K .......... .......... .......... .......... .......... 72% 313M 1s 172050K .......... .......... .......... .......... .......... 72% 274M 1s 172100K .......... .......... .......... .......... .......... 72% 318M 1s 172150K .......... .......... .......... .......... .......... 72% 258M 1s 172200K .......... .......... .......... .......... .......... 72% 266M 1s 172250K .......... .......... .......... .......... .......... 72% 217M 1s 172300K .......... .......... .......... .......... .......... 72% 115M 1s 172350K .......... .......... .......... .......... .......... 72% 124M 1s 172400K .......... .......... .......... .......... .......... 72% 98.5M 1s 172450K .......... .......... .......... .......... .......... 72% 113M 1s 172500K .......... .......... .......... .......... .......... 72% 107M 1s 172550K .......... .......... .......... .......... .......... 72% 141M 1s 172600K .......... .......... .......... .......... .......... 72% 100M 1s 172650K .......... .......... .......... .......... .......... 72% 98.9M 1s 172700K .......... .......... .......... .......... .......... 72% 122M 1s 172750K .......... .......... .......... .......... .......... 72% 123M 1s 172800K .......... .......... .......... .......... .......... 72% 107M 1s 172850K .......... .......... .......... .......... .......... 72% 114M 1s 172900K .......... .......... .......... .......... .......... 72% 101M 1s 172950K .......... .......... .......... .......... .......... 72% 120M 1s 173000K .......... .......... .......... .......... .......... 72% 127M 1s 173050K .......... .......... .......... .......... .......... 72% 112M 1s 173100K .......... .......... .......... .......... .......... 72% 98.0M 1s 173150K .......... .......... .......... .......... .......... 72% 127M 1s 173200K .......... .......... .......... .......... .......... 72% 101M 1s 173250K .......... .......... .......... .......... .......... 72% 113M 1s 173300K .......... .......... .......... .......... .......... 72% 125M 1s 173350K .......... .......... .......... .......... .......... 72% 104M 1s 173400K .......... .......... .......... .......... .......... 72% 87.3M 1s 173450K .......... .......... .......... .......... .......... 72% 183M 1s 173500K .......... .......... .......... .......... .......... 72% 99.6M 1s 173550K .......... .......... .......... .......... .......... 72% 98.4M 1s 173600K .......... .......... .......... .......... .......... 72% 7.18M 1s 173650K .......... .......... .......... .......... .......... 72% 288M 1s 173700K .......... .......... .......... .......... .......... 72% 226M 1s 173750K .......... .......... .......... .......... .......... 72% 292M 1s 173800K .......... .......... .......... .......... .......... 72% 240M 1s 173850K .......... .......... .......... .......... .......... 72% 328M 1s 173900K .......... .......... .......... .......... .......... 72% 274M 1s 173950K .......... .......... .......... .......... .......... 72% 276M 1s 174000K .......... .......... .......... .......... .......... 72% 151M 1s 174050K .......... .......... .......... .......... .......... 72% 54.7M 1s 174100K .......... .......... .......... .......... .......... 72% 56.2M 1s 174150K .......... .......... .......... .......... .......... 72% 57.4M 1s 174200K .......... .......... .......... .......... .......... 72% 54.0M 1s 174250K .......... .......... .......... .......... .......... 72% 50.8M 1s 174300K .......... .......... .......... .......... .......... 72% 62.8M 1s 174350K .......... .......... .......... .......... .......... 73% 49.9M 1s 174400K .......... .......... .......... .......... .......... 73% 54.2M 1s 174450K .......... .......... .......... .......... .......... 73% 55.8M 1s 174500K .......... .......... .......... .......... .......... 73% 56.8M 1s 174550K .......... .......... .......... .......... .......... 73% 54.3M 1s 174600K .......... .......... .......... .......... .......... 73% 58.5M 1s 174650K .......... .......... .......... .......... .......... 73% 56.7M 1s 174700K .......... .......... .......... .......... .......... 73% 55.5M 1s 174750K .......... .......... .......... .......... .......... 73% 56.6M 1s 174800K .......... .......... .......... .......... .......... 73% 52.2M 1s 174850K .......... .......... .......... .......... .......... 73% 59.8M 1s 174900K .......... .......... .......... .......... .......... 73% 55.0M 1s 174950K .......... .......... .......... .......... .......... 73% 55.2M 1s 175000K .......... .......... .......... .......... .......... 73% 52.0M 1s 175050K .......... .......... .......... .......... .......... 73% 44.0M 1s 175100K .......... .......... .......... .......... .......... 73% 57.0M 1s 175150K .......... .......... .......... .......... .......... 73% 53.4M 1s 175200K .......... .......... .......... .......... .......... 73% 60.6M 1s 175250K .......... .......... .......... .......... .......... 73% 54.3M 1s 175300K .......... .......... .......... .......... .......... 73% 57.8M 1s 175350K .......... .......... .......... .......... .......... 73% 77.0M 1s 175400K .......... .......... .......... .......... .......... 73% 106M 1s 175450K .......... .......... .......... .......... .......... 73% 114M 1s 175500K .......... .......... .......... .......... .......... 73% 110M 1s 175550K .......... .......... .......... .......... .......... 73% 110M 1s 175600K .......... .......... .......... .......... .......... 73% 105M 1s 175650K .......... .......... .......... .......... .......... 73% 120M 1s 175700K .......... .......... .......... .......... .......... 73% 97.2M 1s 175750K .......... .......... .......... .......... .......... 73% 98.8M 1s 175800K .......... .......... .......... .......... .......... 73% 125M 1s 175850K .......... .......... .......... .......... .......... 73% 124M 1s 175900K .......... .......... .......... .......... .......... 73% 96.3M 1s 175950K .......... .......... .......... .......... .......... 73% 133M 1s 176000K .......... .......... .......... .......... .......... 73% 113M 1s 176050K .......... .......... .......... .......... .......... 73% 118M 1s 176100K .......... .......... .......... .......... .......... 73% 105M 1s 176150K .......... .......... .......... .......... .......... 73% 118M 1s 176200K .......... .......... .......... .......... .......... 73% 80.9M 1s 176250K .......... .......... .......... .......... .......... 73% 168M 1s 176300K .......... .......... .......... .......... .......... 73% 117M 1s 176350K .......... .......... .......... .......... .......... 73% 105M 1s 176400K .......... .......... .......... .......... .......... 73% 121M 1s 176450K .......... .......... .......... .......... .......... 73% 92.1M 1s 176500K .......... .......... .......... .......... .......... 73% 139M 1s 176550K .......... .......... .......... .......... .......... 73% 99.2M 1s 176600K .......... .......... .......... .......... .......... 73% 114M 1s 176650K .......... .......... .......... .......... .......... 73% 116M 1s 176700K .......... .......... .......... .......... .......... 73% 102M 1s 176750K .......... .......... .......... .......... .......... 74% 121M 1s 176800K .......... .......... .......... .......... .......... 74% 127M 1s 176850K .......... .......... .......... .......... .......... 74% 101M 1s 176900K .......... .......... .......... .......... .......... 74% 110M 1s 176950K .......... .......... .......... .......... .......... 74% 124M 1s 177000K .......... .......... .......... .......... .......... 74% 89.8M 1s 177050K .......... .......... .......... .......... .......... 74% 118M 1s 177100K .......... .......... .......... .......... .......... 74% 150M 1s 177150K .......... .......... .......... .......... .......... 74% 100M 1s 177200K .......... .......... .......... .......... .......... 74% 121M 1s 177250K .......... .......... .......... .......... .......... 74% 97.0M 1s 177300K .......... .......... .......... .......... .......... 74% 130M 1s 177350K .......... .......... .......... .......... .......... 74% 118M 1s 177400K .......... .......... .......... .......... .......... 74% 81.0M 1s 177450K .......... .......... .......... .......... .......... 74% 91.4M 1s 177500K .......... .......... .......... .......... .......... 74% 66.4M 1s 177550K .......... .......... .......... .......... .......... 74% 113M 1s 177600K .......... .......... .......... .......... .......... 74% 127M 1s 177650K .......... .......... .......... .......... .......... 74% 116M 1s 177700K .......... .......... .......... .......... .......... 74% 98.6M 1s 177750K .......... .......... .......... .......... .......... 74% 131M 1s 177800K .......... .......... .......... .......... .......... 74% 98.3M 1s 177850K .......... .......... .......... .......... .......... 74% 119M 1s 177900K .......... .......... .......... .......... .......... 74% 120M 1s 177950K .......... .......... .......... .......... .......... 74% 115M 1s 178000K .......... .......... .......... .......... .......... 74% 110M 1s 178050K .......... .......... .......... .......... .......... 74% 97.5M 1s 178100K .......... .......... .......... .......... .......... 74% 126M 1s 178150K .......... .......... .......... .......... .......... 74% 116M 1s 178200K .......... .......... .......... .......... .......... 74% 115M 1s 178250K .......... .......... .......... .......... .......... 74% 94.6M 1s 178300K .......... .......... .......... .......... .......... 74% 57.3M 1s 178350K .......... .......... .......... .......... .......... 74% 59.4M 1s 178400K .......... .......... .......... .......... .......... 74% 53.5M 1s 178450K .......... .......... .......... .......... .......... 74% 59.7M 1s 178500K .......... .......... .......... .......... .......... 74% 47.8M 1s 178550K .......... .......... .......... .......... .......... 74% 52.8M 1s 178600K .......... .......... .......... .......... .......... 74% 53.1M 1s 178650K .......... .......... .......... .......... .......... 74% 55.2M 1s 178700K .......... .......... .......... .......... .......... 74% 49.5M 1s 178750K .......... .......... .......... .......... .......... 74% 65.6M 1s 178800K .......... .......... .......... .......... .......... 74% 56.7M 1s 178850K .......... .......... .......... .......... .......... 74% 52.7M 1s 178900K .......... .......... .......... .......... .......... 74% 64.7M 1s 178950K .......... .......... .......... .......... .......... 74% 54.7M 1s 179000K .......... .......... .......... .......... .......... 74% 57.6M 1s 179050K .......... .......... .......... .......... .......... 74% 95.0M 1s 179100K .......... .......... .......... .......... .......... 74% 94.3M 1s 179150K .......... .......... .......... .......... .......... 75% 123M 1s 179200K .......... .......... .......... .......... .......... 75% 102M 1s 179250K .......... .......... .......... .......... .......... 75% 132M 1s 179300K .......... .......... .......... .......... .......... 75% 103M 1s 179350K .......... .......... .......... .......... .......... 75% 107M 1s 179400K .......... .......... .......... .......... .......... 75% 129M 1s 179450K .......... .......... .......... .......... .......... 75% 77.8M 1s 179500K .......... .......... .......... .......... .......... 75% 129M 1s 179550K .......... .......... .......... .......... .......... 75% 119M 1s 179600K .......... .......... .......... .......... .......... 75% 127M 1s 179650K .......... .......... .......... .......... .......... 75% 118M 1s 179700K .......... .......... .......... .......... .......... 75% 98.5M 1s 179750K .......... .......... .......... .......... .......... 75% 127M 1s 179800K .......... .......... .......... .......... .......... 75% 116M 1s 179850K .......... .......... .......... .......... .......... 75% 102M 1s 179900K .......... .......... .......... .......... .......... 75% 117M 1s 179950K .......... .......... .......... .......... .......... 75% 106M 1s 180000K .......... .......... .......... .......... .......... 75% 121M 1s 180050K .......... .......... .......... .......... .......... 75% 94.7M 1s 180100K .......... .......... .......... .......... .......... 75% 103M 1s 180150K .......... .......... .......... .......... .......... 75% 108M 1s 180200K .......... .......... .......... .......... .......... 75% 131M 1s 180250K .......... .......... .......... .......... .......... 75% 130M 1s 180300K .......... .......... .......... .......... .......... 75% 120M 1s 180350K .......... .......... .......... .......... .......... 75% 126M 1s 180400K .......... .......... .......... .......... .......... 75% 98.9M 1s 180450K .......... .......... .......... .......... .......... 75% 132M 1s 180500K .......... .......... .......... .......... .......... 75% 98.1M 1s 180550K .......... .......... .......... .......... .......... 75% 133M 1s 180600K .......... .......... .......... .......... .......... 75% 96.8M 1s 180650K .......... .......... .......... .......... .......... 75% 113M 1s 180700K .......... .......... .......... .......... .......... 75% 118M 1s 180750K .......... .......... .......... .......... .......... 75% 98.0M 1s 180800K .......... .......... .......... .......... .......... 75% 119M 1s 180850K .......... .......... .......... .......... .......... 75% 102M 1s 180900K .......... .......... .......... .......... .......... 75% 120M 1s 180950K .......... .......... .......... .......... .......... 75% 68.9M 1s 181000K .......... .......... .......... .......... .......... 75% 64.8M 1s 181050K .......... .......... .......... .......... .......... 75% 56.8M 1s 181100K .......... .......... .......... .......... .......... 75% 53.5M 1s 181150K .......... .......... .......... .......... .......... 75% 54.7M 1s 181200K .......... .......... .......... .......... .......... 75% 54.6M 1s 181250K .......... .......... .......... .......... .......... 75% 64.7M 1s 181300K .......... .......... .......... .......... .......... 75% 90.1M 1s 181350K .......... .......... .......... .......... .......... 75% 96.4M 1s 181400K .......... .......... .......... .......... .......... 75% 91.2M 1s 181450K .......... .......... .......... .......... .......... 75% 112M 1s 181500K .......... .......... .......... .......... .......... 76% 97.4M 1s 181550K .......... .......... .......... .......... .......... 76% 99.8M 1s 181600K .......... .......... .......... .......... .......... 76% 94.0M 1s 181650K .......... .......... .......... .......... .......... 76% 101M 1s 181700K .......... .......... .......... .......... .......... 76% 137M 1s 181750K .......... .......... .......... .......... .......... 76% 99.6M 1s 181800K .......... .......... .......... .......... .......... 76% 115M 1s 181850K .......... .......... .......... .......... .......... 76% 118M 1s 181900K .......... .......... .......... .......... .......... 76% 114M 1s 181950K .......... .......... .......... .......... .......... 76% 105M 1s 182000K .......... .......... .......... .......... .......... 76% 112M 1s 182050K .......... .......... .......... .......... .......... 76% 137M 1s 182100K .......... .......... .......... .......... .......... 76% 90.5M 1s 182150K .......... .......... .......... .......... .......... 76% 87.8M 1s 182200K .......... .......... .......... .......... .......... 76% 49.8M 1s 182250K .......... .......... .......... .......... .......... 76% 48.1M 1s 182300K .......... .......... .......... .......... .......... 76% 56.2M 1s 182350K .......... .......... .......... .......... .......... 76% 54.9M 1s 182400K .......... .......... .......... .......... .......... 76% 57.5M 1s 182450K .......... .......... .......... .......... .......... 76% 53.5M 1s 182500K .......... .......... .......... .......... .......... 76% 56.3M 1s 182550K .......... .......... .......... .......... .......... 76% 57.3M 1s 182600K .......... .......... .......... .......... .......... 76% 6.85M 1s 182650K .......... .......... .......... .......... .......... 76% 250M 1s 182700K .......... .......... .......... .......... .......... 76% 229M 1s 182750K .......... .......... .......... .......... .......... 76% 267M 1s 182800K .......... .......... .......... .......... .......... 76% 246M 1s 182850K .......... .......... .......... .......... .......... 76% 282M 1s 182900K .......... .......... .......... .......... .......... 76% 268M 1s 182950K .......... .......... .......... .......... .......... 76% 310M 1s 183000K .......... .......... .......... .......... .......... 76% 264M 1s 183050K .......... .......... .......... .......... .......... 76% 265M 1s 183100K .......... .......... .......... .......... .......... 76% 249M 1s 183150K .......... .......... .......... .......... .......... 76% 317M 1s 183200K .......... .......... .......... .......... .......... 76% 284M 1s 183250K .......... .......... .......... .......... .......... 76% 306M 1s 183300K .......... .......... .......... .......... .......... 76% 275M 1s 183350K .......... .......... .......... .......... .......... 76% 293M 1s 183400K .......... .......... .......... .......... .......... 76% 275M 1s 183450K .......... .......... .......... .......... .......... 76% 270M 1s 183500K .......... .......... .......... .......... .......... 76% 242M 1s 183550K .......... .......... .......... .......... .......... 76% 282M 1s 183600K .......... .......... .......... .......... .......... 76% 251M 1s 183650K .......... .......... .......... .......... .......... 76% 274M 1s 183700K .......... .......... .......... .......... .......... 76% 309M 1s 183750K .......... .......... .......... .......... .......... 76% 300M 1s 183800K .......... .......... .......... .......... .......... 76% 266M 1s 183850K .......... .......... .......... .......... .......... 76% 279M 1s 183900K .......... .......... .......... .......... .......... 77% 90.7M 1s 183950K .......... .......... .......... .......... .......... 77% 132M 1s 184000K .......... .......... .......... .......... .......... 77% 110M 1s 184050K .......... .......... .......... .......... .......... 77% 100M 1s 184100K .......... .......... .......... .......... .......... 77% 123M 1s 184150K .......... .......... .......... .......... .......... 77% 105M 1s 184200K .......... .......... .......... .......... .......... 77% 117M 1s 184250K .......... .......... .......... .......... .......... 77% 107M 1s 184300K .......... .......... .......... .......... .......... 77% 116M 1s 184350K .......... .......... .......... .......... .......... 77% 115M 1s 184400K .......... .......... .......... .......... .......... 77% 104M 1s 184450K .......... .......... .......... .......... .......... 77% 118M 1s 184500K .......... .......... .......... .......... .......... 77% 118M 1s 184550K .......... .......... .......... .......... .......... 77% 98.6M 1s 184600K .......... .......... .......... .......... .......... 77% 115M 1s 184650K .......... .......... .......... .......... .......... 77% 140M 1s 184700K .......... .......... .......... .......... .......... 77% 92.6M 1s 184750K .......... .......... .......... .......... .......... 77% 127M 1s 184800K .......... .......... .......... .......... .......... 77% 103M 1s 184850K .......... .......... .......... .......... .......... 77% 121M 1s 184900K .......... .......... .......... .......... .......... 77% 115M 1s 184950K .......... .......... .......... .......... .......... 77% 118M 1s 185000K .......... .......... .......... .......... .......... 77% 101M 1s 185050K .......... .......... .......... .......... .......... 77% 124M 1s 185100K .......... .......... .......... .......... .......... 77% 101M 1s 185150K .......... .......... .......... .......... .......... 77% 110M 1s 185200K .......... .......... .......... .......... .......... 77% 110M 1s 185250K .......... .......... .......... .......... .......... 77% 120M 1s 185300K .......... .......... .......... .......... .......... 77% 118M 1s 185350K .......... .......... .......... .......... .......... 77% 82.3M 1s 185400K .......... .......... .......... .......... .......... 77% 56.3M 1s 185450K .......... .......... .......... .......... .......... 77% 52.4M 1s 185500K .......... .......... .......... .......... .......... 77% 88.8M 1s 185550K .......... .......... .......... .......... .......... 77% 107M 1s 185600K .......... .......... .......... .......... .......... 77% 51.5M 1s 185650K .......... .......... .......... .......... .......... 77% 46.9M 1s 185700K .......... .......... .......... .......... .......... 77% 73.2M 1s 185750K .......... .......... .......... .......... .......... 77% 86.2M 1s 185800K .......... .......... .......... .......... .......... 77% 103M 1s 185850K .......... .......... .......... .......... .......... 77% 103M 1s 185900K .......... .......... .......... .......... .......... 77% 110M 1s 185950K .......... .......... .......... .......... .......... 77% 132M 1s 186000K .......... .......... .......... .......... .......... 77% 109M 1s 186050K .......... .......... .......... .......... .......... 77% 100M 1s 186100K .......... .......... .......... .......... .......... 77% 132M 1s 186150K .......... .......... .......... .......... .......... 77% 105M 1s 186200K .......... .......... .......... .......... .......... 77% 120M 1s 186250K .......... .......... .......... .......... .......... 77% 97.9M 1s 186300K .......... .......... .......... .......... .......... 78% 117M 1s 186350K .......... .......... .......... .......... .......... 78% 114M 1s 186400K .......... .......... .......... .......... .......... 78% 84.4M 1s 186450K .......... .......... .......... .......... .......... 78% 53.8M 1s 186500K .......... .......... .......... .......... .......... 78% 58.9M 1s 186550K .......... .......... .......... .......... .......... 78% 55.9M 1s 186600K .......... .......... .......... .......... .......... 78% 61.2M 1s 186650K .......... .......... .......... .......... .......... 78% 60.0M 1s 186700K .......... .......... .......... .......... .......... 78% 119M 1s 186750K .......... .......... .......... .......... .......... 78% 121M 1s 186800K .......... .......... .......... .......... .......... 78% 103M 1s 186850K .......... .......... .......... .......... .......... 78% 108M 1s 186900K .......... .......... .......... .......... .......... 78% 111M 1s 186950K .......... .......... .......... .......... .......... 78% 113M 1s 187000K .......... .......... .......... .......... .......... 78% 102M 1s 187050K .......... .......... .......... .......... .......... 78% 116M 1s 187100K .......... .......... .......... .......... .......... 78% 124M 1s 187150K .......... .......... .......... .......... .......... 78% 103M 1s 187200K .......... .......... .......... .......... .......... 78% 115M 1s 187250K .......... .......... .......... .......... .......... 78% 119M 1s 187300K .......... .......... .......... .......... .......... 78% 104M 1s 187350K .......... .......... .......... .......... .......... 78% 107M 1s 187400K .......... .......... .......... .......... .......... 78% 123M 1s 187450K .......... .......... .......... .......... .......... 78% 108M 1s 187500K .......... .......... .......... .......... .......... 78% 119M 1s 187550K .......... .......... .......... .......... .......... 78% 101M 1s 187600K .......... .......... .......... .......... .......... 78% 117M 1s 187650K .......... .......... .......... .......... .......... 78% 112M 1s 187700K .......... .......... .......... .......... .......... 78% 113M 1s 187750K .......... .......... .......... .......... .......... 78% 103M 1s 187800K .......... .......... .......... .......... .......... 78% 7.37M 1s 187850K .......... .......... .......... .......... .......... 78% 222M 1s 187900K .......... .......... .......... .......... .......... 78% 254M 1s 187950K .......... .......... .......... .......... .......... 78% 234M 1s 188000K .......... .......... .......... .......... .......... 78% 230M 1s 188050K .......... .......... .......... .......... .......... 78% 296M 1s 188100K .......... .......... .......... .......... .......... 78% 260M 1s 188150K .......... .......... .......... .......... .......... 78% 257M 1s 188200K .......... .......... .......... .......... .......... 78% 230M 1s 188250K .......... .......... .......... .......... .......... 78% 266M 1s 188300K .......... .......... .......... .......... .......... 78% 283M 1s 188350K .......... .......... .......... .......... .......... 78% 337M 0s 188400K .......... .......... .......... .......... .......... 78% 257M 0s 188450K .......... .......... .......... .......... .......... 78% 279M 0s 188500K .......... .......... .......... .......... .......... 78% 284M 0s 188550K .......... .......... .......... .......... .......... 78% 284M 0s 188600K .......... .......... .......... .......... .......... 78% 276M 0s 188650K .......... .......... .......... .......... .......... 78% 301M 0s 188700K .......... .......... .......... .......... .......... 79% 277M 0s 188750K .......... .......... .......... .......... .......... 79% 280M 0s 188800K .......... .......... .......... .......... .......... 79% 291M 0s 188850K .......... .......... .......... .......... .......... 79% 255M 0s 188900K .......... .......... .......... .......... .......... 79% 263M 0s 188950K .......... .......... .......... .......... .......... 79% 285M 0s 189000K .......... .......... .......... .......... .......... 79% 267M 0s 189050K .......... .......... .......... .......... .......... 79% 185M 0s 189100K .......... .......... .......... .......... .......... 79% 117M 0s 189150K .......... .......... .......... .......... .......... 79% 112M 0s 189200K .......... .......... .......... .......... .......... 79% 127M 0s 189250K .......... .......... .......... .......... .......... 79% 103M 0s 189300K .......... .......... .......... .......... .......... 79% 103M 0s 189350K .......... .......... .......... .......... .......... 79% 137M 0s 189400K .......... .......... .......... .......... .......... 79% 65.5M 0s 189450K .......... .......... .......... .......... .......... 79% 260M 0s 189500K .......... .......... .......... .......... .......... 79% 109M 0s 189550K .......... .......... .......... .......... .......... 79% 127M 0s 189600K .......... .......... .......... .......... .......... 79% 98.3M 0s 189650K .......... .......... .......... .......... .......... 79% 120M 0s 189700K .......... .......... .......... .......... .......... 79% 108M 0s 189750K .......... .......... .......... .......... .......... 79% 110M 0s 189800K .......... .......... .......... .......... .......... 79% 133M 0s 189850K .......... .......... .......... .......... .......... 79% 94.4M 0s 189900K .......... .......... .......... .......... .......... 79% 119M 0s 189950K .......... .......... .......... .......... .......... 79% 100M 0s 190000K .......... .......... .......... .......... .......... 79% 129M 0s 190050K .......... .......... .......... .......... .......... 79% 62.9M 0s 190100K .......... .......... .......... .......... .......... 79% 197M 0s 190150K .......... .......... .......... .......... .......... 79% 180M 0s 190200K .......... .......... .......... .......... .......... 79% 118M 0s 190250K .......... .......... .......... .......... .......... 79% 102M 0s 190300K .......... .......... .......... .......... .......... 79% 64.6M 0s 190350K .......... .......... .......... .......... .......... 79% 82.8M 0s 190400K .......... .......... .......... .......... .......... 79% 105M 0s 190450K .......... .......... .......... .......... .......... 79% 90.6M 0s 190500K .......... .......... .......... .......... .......... 79% 92.1M 0s 190550K .......... .......... .......... .......... .......... 79% 91.9M 0s 190600K .......... .......... .......... .......... .......... 79% 136M 0s 190650K .......... .......... .......... .......... .......... 79% 101M 0s 190700K .......... .......... .......... .......... .......... 79% 113M 0s 190750K .......... .......... .......... .......... .......... 79% 104M 0s 190800K .......... .......... .......... .......... .......... 79% 126M 0s 190850K .......... .......... .......... .......... .......... 79% 107M 0s 190900K .......... .......... .......... .......... .......... 79% 133M 0s 190950K .......... .......... .......... .......... .......... 79% 109M 0s 191000K .......... .......... .......... .......... .......... 79% 101M 0s 191050K .......... .......... .......... .......... .......... 80% 137M 0s 191100K .......... .......... .......... .......... .......... 80% 83.7M 0s 191150K .......... .......... .......... .......... .......... 80% 60.7M 0s 191200K .......... .......... .......... .......... .......... 80% 77.4M 0s 191250K .......... .......... .......... .......... .......... 80% 111M 0s 191300K .......... .......... .......... .......... .......... 80% 89.7M 0s 191350K .......... .......... .......... .......... .......... 80% 105M 0s 191400K .......... .......... .......... .......... .......... 80% 118M 0s 191450K .......... .......... .......... .......... .......... 80% 148M 0s 191500K .......... .......... .......... .......... .......... 80% 115M 0s 191550K .......... .......... .......... .......... .......... 80% 108M 0s 191600K .......... .......... .......... .......... .......... 80% 111M 0s 191650K .......... .......... .......... .......... .......... 80% 103M 0s 191700K .......... .......... .......... .......... .......... 80% 143M 0s 191750K .......... .......... .......... .......... .......... 80% 46.6M 0s 191800K .......... .......... .......... .......... .......... 80% 294M 0s 191850K .......... .......... .......... .......... .......... 80% 251M 0s 191900K .......... .......... .......... .......... .......... 80% 101M 0s 191950K .......... .......... .......... .......... .......... 80% 124M 0s 192000K .......... .......... .......... .......... .......... 80% 118M 0s 192050K .......... .......... .......... .......... .......... 80% 122M 0s 192100K .......... .......... .......... .......... .......... 80% 114M 0s 192150K .......... .......... .......... .......... .......... 80% 95.2M 0s 192200K .......... .......... .......... .......... .......... 80% 126M 0s 192250K .......... .......... .......... .......... .......... 80% 140M 0s 192300K .......... .......... .......... .......... .......... 80% 100M 0s 192350K .......... .......... .......... .......... .......... 80% 118M 0s 192400K .......... .......... .......... .......... .......... 80% 100M 0s 192450K .......... .......... .......... .......... .......... 80% 123M 0s 192500K .......... .......... .......... .......... .......... 80% 85.1M 0s 192550K .......... .......... .......... .......... .......... 80% 121M 0s 192600K .......... .......... .......... .......... .......... 80% 146M 0s 192650K .......... .......... .......... .......... .......... 80% 126M 0s 192700K .......... .......... .......... .......... .......... 80% 113M 0s 192750K .......... .......... .......... .......... .......... 80% 104M 0s 192800K .......... .......... .......... .......... .......... 80% 117M 0s 192850K .......... .......... .......... .......... .......... 80% 94.0M 0s 192900K .......... .......... .......... .......... .......... 80% 132M 0s 192950K .......... .......... .......... .......... .......... 80% 109M 0s 193000K .......... .......... .......... .......... .......... 80% 110M 0s 193050K .......... .......... .......... .......... .......... 80% 101M 0s 193100K .......... .......... .......... .......... .......... 80% 92.5M 0s 193150K .......... .......... .......... .......... .......... 80% 217M 0s 193200K .......... .......... .......... .......... .......... 80% 99.2M 0s 193250K .......... .......... .......... .......... .......... 80% 105M 0s 193300K .......... .......... .......... .......... .......... 80% 137M 0s 193350K .......... .......... .......... .......... .......... 80% 89.2M 0s 193400K .......... .......... .......... .......... .......... 80% 127M 0s 193450K .......... .......... .......... .......... .......... 81% 107M 0s 193500K .......... .......... .......... .......... .......... 81% 105M 0s 193550K .......... .......... .......... .......... .......... 81% 121M 0s 193600K .......... .......... .......... .......... .......... 81% 106M 0s 193650K .......... .......... .......... .......... .......... 81% 118M 0s 193700K .......... .......... .......... .......... .......... 81% 117M 0s 193750K .......... .......... .......... .......... .......... 81% 97.7M 0s 193800K .......... .......... .......... .......... .......... 81% 124M 0s 193850K .......... .......... .......... .......... .......... 81% 126M 0s 193900K .......... .......... .......... .......... .......... 81% 97.1M 0s 193950K .......... .......... .......... .......... .......... 81% 142M 0s 194000K .......... .......... .......... .......... .......... 81% 101M 0s 194050K .......... .......... .......... .......... .......... 81% 120M 0s 194100K .......... .......... .......... .......... .......... 81% 120M 0s 194150K .......... .......... .......... .......... .......... 81% 94.0M 0s 194200K .......... .......... .......... .......... .......... 81% 90.4M 0s 194250K .......... .......... .......... .......... .......... 81% 188M 0s 194300K .......... .......... .......... .......... .......... 81% 106M 0s 194350K .......... .......... .......... .......... .......... 81% 101M 0s 194400K .......... .......... .......... .......... .......... 81% 126M 0s 194450K .......... .......... .......... .......... .......... 81% 119M 0s 194500K .......... .......... .......... .......... .......... 81% 93.6M 0s 194550K .......... .......... .......... .......... .......... 81% 118M 0s 194600K .......... .......... .......... .......... .......... 81% 102M 0s 194650K .......... .......... .......... .......... .......... 81% 129M 0s 194700K .......... .......... .......... .......... .......... 81% 112M 0s 194750K .......... .......... .......... .......... .......... 81% 113M 0s 194800K .......... .......... .......... .......... .......... 81% 108M 0s 194850K .......... .......... .......... .......... .......... 81% 121M 0s 194900K .......... .......... .......... .......... .......... 81% 101M 0s 194950K .......... .......... .......... .......... .......... 81% 112M 0s 195000K .......... .......... .......... .......... .......... 81% 124M 0s 195050K .......... .......... .......... .......... .......... 81% 104M 0s 195100K .......... .......... .......... .......... .......... 81% 115M 0s 195150K .......... .......... .......... .......... .......... 81% 95.8M 0s 195200K .......... .......... .......... .......... .......... 81% 122M 0s 195250K .......... .......... .......... .......... .......... 81% 101M 0s 195300K .......... .......... .......... .......... .......... 81% 115M 0s 195350K .......... .......... .......... .......... .......... 81% 139M 0s 195400K .......... .......... .......... .......... .......... 81% 96.4M 0s 195450K .......... .......... .......... .......... .......... 81% 116M 0s 195500K .......... .......... .......... .......... .......... 81% 106M 0s 195550K .......... .......... .......... .......... .......... 81% 95.7M 0s 195600K .......... .......... .......... .......... .......... 81% 154M 0s 195650K .......... .......... .......... .......... .......... 81% 90.4M 0s 195700K .......... .......... .......... .......... .......... 81% 83.5M 0s 195750K .......... .......... .......... .......... .......... 81% 81.3M 0s 195800K .......... .......... .......... .......... .......... 81% 109M 0s 195850K .......... .......... .......... .......... .......... 82% 86.9M 0s 195900K .......... .......... .......... .......... .......... 82% 74.3M 0s 195950K .......... .......... .......... .......... .......... 82% 233M 0s 196000K .......... .......... .......... .......... .......... 82% 116M 0s 196050K .......... .......... .......... .......... .......... 82% 103M 0s 196100K .......... .......... .......... .......... .......... 82% 103M 0s 196150K .......... .......... .......... .......... .......... 82% 115M 0s 196200K .......... .......... .......... .......... .......... 82% 121M 0s 196250K .......... .......... .......... .......... .......... 82% 108M 0s 196300K .......... .......... .......... .......... .......... 82% 110M 0s 196350K .......... .......... .......... .......... .......... 82% 115M 0s 196400K .......... .......... .......... .......... .......... 82% 114M 0s 196450K .......... .......... .......... .......... .......... 82% 126M 0s 196500K .......... .......... .......... .......... .......... 82% 97.5M 0s 196550K .......... .......... .......... .......... .......... 82% 70.1M 0s 196600K .......... .......... .......... .......... .......... 82% 216M 0s 196650K .......... .......... .......... .......... .......... 82% 129M 0s 196700K .......... .......... .......... .......... .......... 82% 116M 0s 196750K .......... .......... .......... .......... .......... 82% 117M 0s 196800K .......... .......... .......... .......... .......... 82% 100M 0s 196850K .......... .......... .......... .......... .......... 82% 121M 0s 196900K .......... .......... .......... .......... .......... 82% 110M 0s 196950K .......... .......... .......... .......... .......... 82% 107M 0s 197000K .......... .......... .......... .......... .......... 82% 116M 0s 197050K .......... .......... .......... .......... .......... 82% 126M 0s 197100K .......... .......... .......... .......... .......... 82% 105M 0s 197150K .......... .......... .......... .......... .......... 82% 122M 0s 197200K .......... .......... .......... .......... .......... 82% 108M 0s 197250K .......... .......... .......... .......... .......... 82% 101M 0s 197300K .......... .......... .......... .......... .......... 82% 107M 0s 197350K .......... .......... .......... .......... .......... 82% 101M 0s 197400K .......... .......... .......... .......... .......... 82% 50.2M 0s 197450K .......... .......... .......... .......... .......... 82% 95.7M 0s 197500K .......... .......... .......... .......... .......... 82% 110M 0s 197550K .......... .......... .......... .......... .......... 82% 108M 0s 197600K .......... .......... .......... .......... .......... 82% 122M 0s 197650K .......... .......... .......... .......... .......... 82% 103M 0s 197700K .......... .......... .......... .......... .......... 82% 120M 0s 197750K .......... .......... .......... .......... .......... 82% 98.9M 0s 197800K .......... .......... .......... .......... .......... 82% 134M 0s 197850K .......... .......... .......... .......... .......... 82% 126M 0s 197900K .......... .......... .......... .......... .......... 82% 85.7M 0s 197950K .......... .......... .......... .......... .......... 82% 119M 0s 198000K .......... .......... .......... .......... .......... 82% 105M 0s 198050K .......... .......... .......... .......... .......... 82% 121M 0s 198100K .......... .......... .......... .......... .......... 82% 122M 0s 198150K .......... .......... .......... .......... .......... 82% 106M 0s 198200K .......... .......... .......... .......... .......... 82% 111M 0s 198250K .......... .......... .......... .......... .......... 83% 123M 0s 198300K .......... .......... .......... .......... .......... 83% 124M 0s 198350K .......... .......... .......... .......... .......... 83% 101M 0s 198400K .......... .......... .......... .......... .......... 83% 114M 0s 198450K .......... .......... .......... .......... .......... 83% 99.3M 0s 198500K .......... .......... .......... .......... .......... 83% 122M 0s 198550K .......... .......... .......... .......... .......... 83% 119M 0s 198600K .......... .......... .......... .......... .......... 83% 117M 0s 198650K .......... .......... .......... .......... .......... 83% 107M 0s 198700K .......... .......... .......... .......... .......... 83% 113M 0s 198750K .......... .......... .......... .......... .......... 83% 107M 0s 198800K .......... .......... .......... .......... .......... 83% 108M 0s 198850K .......... .......... .......... .......... .......... 83% 112M 0s 198900K .......... .......... .......... .......... .......... 83% 148M 0s 198950K .......... .......... .......... .......... .......... 83% 88.8M 0s 199000K .......... .......... .......... .......... .......... 83% 135M 0s 199050K .......... .......... .......... .......... .......... 83% 89.1M 0s 199100K .......... .......... .......... .......... .......... 83% 142M 0s 199150K .......... .......... .......... .......... .......... 83% 98.5M 0s 199200K .......... .......... .......... .......... .......... 83% 7.42M 0s 199250K .......... .......... .......... .......... .......... 83% 285M 0s 199300K .......... .......... .......... .......... .......... 83% 255M 0s 199350K .......... .......... .......... .......... .......... 83% 245M 0s 199400K .......... .......... .......... .......... .......... 83% 281M 0s 199450K .......... .......... .......... .......... .......... 83% 313M 0s 199500K .......... .......... .......... .......... .......... 83% 300M 0s 199550K .......... .......... .......... .......... .......... 83% 327M 0s 199600K .......... .......... .......... .......... .......... 83% 287M 0s 199650K .......... .......... .......... .......... .......... 83% 315M 0s 199700K .......... .......... .......... .......... .......... 83% 302M 0s 199750K .......... .......... .......... .......... .......... 83% 291M 0s 199800K .......... .......... .......... .......... .......... 83% 262M 0s 199850K .......... .......... .......... .......... .......... 83% 224M 0s 199900K .......... .......... .......... .......... .......... 83% 266M 0s 199950K .......... .......... .......... .......... .......... 83% 301M 0s 200000K .......... .......... .......... .......... .......... 83% 278M 0s 200050K .......... .......... .......... .......... .......... 83% 298M 0s 200100K .......... .......... .......... .......... .......... 83% 287M 0s 200150K .......... .......... .......... .......... .......... 83% 272M 0s 200200K .......... .......... .......... .......... .......... 83% 275M 0s 200250K .......... .......... .......... .......... .......... 83% 255M 0s 200300K .......... .......... .......... .......... .......... 83% 268M 0s 200350K .......... .......... .......... .......... .......... 83% 279M 0s 200400K .......... .......... .......... .......... .......... 83% 188M 0s 200450K .......... .......... .......... .......... .......... 83% 123M 0s 200500K .......... .......... .......... .......... .......... 83% 105M 0s 200550K .......... .......... .......... .......... .......... 83% 109M 0s 200600K .......... .......... .......... .......... .......... 83% 115M 0s 200650K .......... .......... .......... .......... .......... 84% 111M 0s 200700K .......... .......... .......... .......... .......... 84% 101M 0s 200750K .......... .......... .......... .......... .......... 84% 132M 0s 200800K .......... .......... .......... .......... .......... 84% 98.3M 0s 200850K .......... .......... .......... .......... .......... 84% 117M 0s 200900K .......... .......... .......... .......... .......... 84% 115M 0s 200950K .......... .......... .......... .......... .......... 84% 126M 0s 201000K .......... .......... .......... .......... .......... 84% 80.2M 0s 201050K .......... .......... .......... .......... .......... 84% 96.4M 0s 201100K .......... .......... .......... .......... .......... 84% 88.3M 0s 201150K .......... .......... .......... .......... .......... 84% 106M 0s 201200K .......... .......... .......... .......... .......... 84% 105M 0s 201250K .......... .......... .......... .......... .......... 84% 95.4M 0s 201300K .......... .......... .......... .......... .......... 84% 84.7M 0s 201350K .......... .......... .......... .......... .......... 84% 83.0M 0s 201400K .......... .......... .......... .......... .......... 84% 137M 0s 201450K .......... .......... .......... .......... .......... 84% 98.8M 0s 201500K .......... .......... .......... .......... .......... 84% 104M 0s 201550K .......... .......... .......... .......... .......... 84% 161M 0s 201600K .......... .......... .......... .......... .......... 84% 90.5M 0s 201650K .......... .......... .......... .......... .......... 84% 126M 0s 201700K .......... .......... .......... .......... .......... 84% 94.9M 0s 201750K .......... .......... .......... .......... .......... 84% 121M 0s 201800K .......... .......... .......... .......... .......... 84% 117M 0s 201850K .......... .......... .......... .......... .......... 84% 111M 0s 201900K .......... .......... .......... .......... .......... 84% 119M 0s 201950K .......... .......... .......... .......... .......... 84% 96.3M 0s 202000K .......... .......... .......... .......... .......... 84% 124M 0s 202050K .......... .......... .......... .......... .......... 84% 108M 0s 202100K .......... .......... .......... .......... .......... 84% 119M 0s 202150K .......... .......... .......... .......... .......... 84% 112M 0s 202200K .......... .......... .......... .......... .......... 84% 120M 0s 202250K .......... .......... .......... .......... .......... 84% 96.3M 0s 202300K .......... .......... .......... .......... .......... 84% 108M 0s 202350K .......... .......... .......... .......... .......... 84% 109M 0s 202400K .......... .......... .......... .......... .......... 84% 131M 0s 202450K .......... .......... .......... .......... .......... 84% 121M 0s 202500K .......... .......... .......... .......... .......... 84% 93.7M 0s 202550K .......... .......... .......... .......... .......... 84% 126M 0s 202600K .......... .......... .......... .......... .......... 84% 94.3M 0s 202650K .......... .......... .......... .......... .......... 84% 120M 0s 202700K .......... .......... .......... .......... .......... 84% 117M 0s 202750K .......... .......... .......... .......... .......... 84% 105M 0s 202800K .......... .......... .......... .......... .......... 84% 122M 0s 202850K .......... .......... .......... .......... .......... 84% 127M 0s 202900K .......... .......... .......... .......... .......... 84% 109M 0s 202950K .......... .......... .......... .......... .......... 84% 115M 0s 203000K .......... .......... .......... .......... .......... 85% 118M 0s 203050K .......... .......... .......... .......... .......... 85% 65.6M 0s 203100K .......... .......... .......... .......... .......... 85% 240M 0s 203150K .......... .......... .......... .......... .......... 85% 117M 0s 203200K .......... .......... .......... .......... .......... 85% 122M 0s 203250K .......... .......... .......... .......... .......... 85% 119M 0s 203300K .......... .......... .......... .......... .......... 85% 98.1M 0s 203350K .......... .......... .......... .......... .......... 85% 117M 0s 203400K .......... .......... .......... .......... .......... 85% 118M 0s 203450K .......... .......... .......... .......... .......... 85% 104M 0s 203500K .......... .......... .......... .......... .......... 85% 114M 0s 203550K .......... .......... .......... .......... .......... 85% 139M 0s 203600K .......... .......... .......... .......... .......... 85% 104M 0s 203650K .......... .......... .......... .......... .......... 85% 114M 0s 203700K .......... .......... .......... .......... .......... 85% 97.7M 0s 203750K .......... .......... .......... .......... .......... 85% 125M 0s 203800K .......... .......... .......... .......... .......... 85% 114M 0s 203850K .......... .......... .......... .......... .......... 85% 101M 0s 203900K .......... .......... .......... .......... .......... 85% 118M 0s 203950K .......... .......... .......... .......... .......... 85% 101M 0s 204000K .......... .......... .......... .......... .......... 85% 116M 0s 204050K .......... .......... .......... .......... .......... 85% 124M 0s 204100K .......... .......... .......... .......... .......... 85% 101M 0s 204150K .......... .......... .......... .......... .......... 85% 131M 0s 204200K .......... .......... .......... .......... .......... 85% 111M 0s 204250K .......... .......... .......... .......... .......... 85% 107M 0s 204300K .......... .......... .......... .......... .......... 85% 137M 0s 204350K .......... .......... .......... .......... .......... 85% 102M 0s 204400K .......... .......... .......... .......... .......... 85% 104M 0s 204450K .......... .......... .......... .......... .......... 85% 129M 0s 204500K .......... .......... .......... .......... .......... 85% 96.9M 0s 204550K .......... .......... .......... .......... .......... 85% 116M 0s 204600K .......... .......... .......... .......... .......... 85% 112M 0s 204650K .......... .......... .......... .......... .......... 85% 104M 0s 204700K .......... .......... .......... .......... .......... 85% 129M 0s 204750K .......... .......... .......... .......... .......... 85% 99.0M 0s 204800K .......... .......... .......... .......... .......... 85% 124M 0s 204850K .......... .......... .......... .......... .......... 85% 116M 0s 204900K .......... .......... .......... .......... .......... 85% 98.6M 0s 204950K .......... .......... .......... .......... .......... 85% 120M 0s 205000K .......... .......... .......... .......... .......... 85% 124M 0s 205050K .......... .......... .......... .......... .......... 85% 106M 0s 205100K .......... .......... .......... .......... .......... 85% 110M 0s 205150K .......... .......... .......... .......... .......... 85% 105M 0s 205200K .......... .......... .......... .......... .......... 85% 119M 0s 205250K .......... .......... .......... .......... .......... 85% 119M 0s 205300K .......... .......... .......... .......... .......... 85% 113M 0s 205350K .......... .......... .......... .......... .......... 85% 126M 0s 205400K .......... .......... .......... .......... .......... 86% 119M 0s 205450K .......... .......... .......... .......... .......... 86% 101M 0s 205500K .......... .......... .......... .......... .......... 86% 108M 0s 205550K .......... .......... .......... .......... .......... 86% 115M 0s 205600K .......... .......... .......... .......... .......... 86% 122M 0s 205650K .......... .......... .......... .......... .......... 86% 112M 0s 205700K .......... .......... .......... .......... .......... 86% 96.0M 0s 205750K .......... .......... .......... .......... .......... 86% 108M 0s 205800K .......... .......... .......... .......... .......... 86% 145M 0s 205850K .......... .......... .......... .......... .......... 86% 107M 0s 205900K .......... .......... .......... .......... .......... 86% 109M 0s 205950K .......... .......... .......... .......... .......... 86% 109M 0s 206000K .......... .......... .......... .......... .......... 86% 77.4M 0s 206050K .......... .......... .......... .......... .......... 86% 105M 0s 206100K .......... .......... .......... .......... .......... 86% 83.7M 0s 206150K .......... .......... .......... .......... .......... 86% 7.07M 0s 206200K .......... .......... .......... .......... .......... 86% 231M 0s 206250K .......... .......... .......... .......... .......... 86% 305M 0s 206300K .......... .......... .......... .......... .......... 86% 205M 0s 206350K .......... .......... .......... .......... .......... 86% 285M 0s 206400K .......... .......... .......... .......... .......... 86% 264M 0s 206450K .......... .......... .......... .......... .......... 86% 277M 0s 206500K .......... .......... .......... .......... .......... 86% 264M 0s 206550K .......... .......... .......... .......... .......... 86% 334M 0s 206600K .......... .......... .......... .......... .......... 86% 254M 0s 206650K .......... .......... .......... .......... .......... 86% 288M 0s 206700K .......... .......... .......... .......... .......... 86% 278M 0s 206750K .......... .......... .......... .......... .......... 86% 290M 0s 206800K .......... .......... .......... .......... .......... 86% 274M 0s 206850K .......... .......... .......... .......... .......... 86% 290M 0s 206900K .......... .......... .......... .......... .......... 86% 221M 0s 206950K .......... .......... .......... .......... .......... 86% 289M 0s 207000K .......... .......... .......... .......... .......... 86% 234M 0s 207050K .......... .......... .......... .......... .......... 86% 297M 0s 207100K .......... .......... .......... .......... .......... 86% 239M 0s 207150K .......... .......... .......... .......... .......... 86% 279M 0s 207200K .......... .......... .......... .......... .......... 86% 262M 0s 207250K .......... .......... .......... .......... .......... 86% 244M 0s 207300K .......... .......... .......... .......... .......... 86% 274M 0s 207350K .......... .......... .......... .......... .......... 86% 256M 0s 207400K .......... .......... .......... .......... .......... 86% 192M 0s 207450K .......... .......... .......... .......... .......... 86% 133M 0s 207500K .......... .......... .......... .......... .......... 86% 113M 0s 207550K .......... .......... .......... .......... .......... 86% 103M 0s 207600K .......... .......... .......... .......... .......... 86% 117M 0s 207650K .......... .......... .......... .......... .......... 86% 120M 0s 207700K .......... .......... .......... .......... .......... 86% 105M 0s 207750K .......... .......... .......... .......... .......... 86% 119M 0s 207800K .......... .......... .......... .......... .......... 87% 88.0M 0s 207850K .......... .......... .......... .......... .......... 87% 138M 0s 207900K .......... .......... .......... .......... .......... 87% 125M 0s 207950K .......... .......... .......... .......... .......... 87% 115M 0s 208000K .......... .......... .......... .......... .......... 87% 110M 0s 208050K .......... .......... .......... .......... .......... 87% 114M 0s 208100K .......... .......... .......... .......... .......... 87% 118M 0s 208150K .......... .......... .......... .......... .......... 87% 103M 0s 208200K .......... .......... .......... .......... .......... 87% 105M 0s 208250K .......... .......... .......... .......... .......... 87% 117M 0s 208300K .......... .......... .......... .......... .......... 87% 119M 0s 208350K .......... .......... .......... .......... .......... 87% 105M 0s 208400K .......... .......... .......... .......... .......... 87% 96.5M 0s 208450K .......... .......... .......... .......... .......... 87% 138M 0s 208500K .......... .......... .......... .......... .......... 87% 113M 0s 208550K .......... .......... .......... .......... .......... 87% 123M 0s 208600K .......... .......... .......... .......... .......... 87% 94.1M 0s 208650K .......... .......... .......... .......... .......... 87% 105M 0s 208700K .......... .......... .......... .......... .......... 87% 138M 0s 208750K .......... .......... .......... .......... .......... 87% 104M 0s 208800K .......... .......... .......... .......... .......... 87% 115M 0s 208850K .......... .......... .......... .......... .......... 87% 116M 0s 208900K .......... .......... .......... .......... .......... 87% 101M 0s 208950K .......... .......... .......... .......... .......... 87% 110M 0s 209000K .......... .......... .......... .......... .......... 87% 107M 0s 209050K .......... .......... .......... .......... .......... 87% 119M 0s 209100K .......... .......... .......... .......... .......... 87% 7.52M 0s 209150K .......... .......... .......... .......... .......... 87% 243M 0s 209200K .......... .......... .......... .......... .......... 87% 276M 0s 209250K .......... .......... .......... .......... .......... 87% 263M 0s 209300K .......... .......... .......... .......... .......... 87% 282M 0s 209350K .......... .......... .......... .......... .......... 87% 260M 0s 209400K .......... .......... .......... .......... .......... 87% 247M 0s 209450K .......... .......... .......... .......... .......... 87% 266M 0s 209500K .......... .......... .......... .......... .......... 87% 265M 0s 209550K .......... .......... .......... .......... .......... 87% 271M 0s 209600K .......... .......... .......... .......... .......... 87% 226M 0s 209650K .......... .......... .......... .......... .......... 87% 246M 0s 209700K .......... .......... .......... .......... .......... 87% 278M 0s 209750K .......... .......... .......... .......... .......... 87% 265M 0s 209800K .......... .......... .......... .......... .......... 87% 270M 0s 209850K .......... .......... .......... .......... .......... 87% 245M 0s 209900K .......... .......... .......... .......... .......... 87% 282M 0s 209950K .......... .......... .......... .......... .......... 87% 245M 0s 210000K .......... .......... .......... .......... .......... 87% 294M 0s 210050K .......... .......... .......... .......... .......... 87% 274M 0s 210100K .......... .......... .......... .......... .......... 87% 293M 0s 210150K .......... .......... .......... .......... .......... 87% 224M 0s 210200K .......... .......... .......... .......... .......... 88% 140M 0s 210250K .......... .......... .......... .......... .......... 88% 156M 0s 210300K .......... .......... .......... .......... .......... 88% 98.3M 0s 210350K .......... .......... .......... .......... .......... 88% 188M 0s 210400K .......... .......... .......... .......... .......... 88% 169M 0s 210450K .......... .......... .......... .......... .......... 88% 228M 0s 210500K .......... .......... .......... .......... .......... 88% 206M 0s 210550K .......... .......... .......... .......... .......... 88% 130M 0s 210600K .......... .......... .......... .......... .......... 88% 107M 0s 210650K .......... .......... .......... .......... .......... 88% 101M 0s 210700K .......... .......... .......... .......... .......... 88% 104M 0s 210750K .......... .......... .......... .......... .......... 88% 118M 0s 210800K .......... .......... .......... .......... .......... 88% 117M 0s 210850K .......... .......... .......... .......... .......... 88% 107M 0s 210900K .......... .......... .......... .......... .......... 88% 117M 0s 210950K .......... .......... .......... .......... .......... 88% 91.0M 0s 211000K .......... .......... .......... .......... .......... 88% 98.0M 0s 211050K .......... .......... .......... .......... .......... 88% 87.1M 0s 211100K .......... .......... .......... .......... .......... 88% 107M 0s 211150K .......... .......... .......... .......... .......... 88% 74.0M 0s 211200K .......... .......... .......... .......... .......... 88% 94.6M 0s 211250K .......... .......... .......... .......... .......... 88% 96.9M 0s 211300K .......... .......... .......... .......... .......... 88% 111M 0s 211350K .......... .......... .......... .......... .......... 88% 125M 0s 211400K .......... .......... .......... .......... .......... 88% 131M 0s 211450K .......... .......... .......... .......... .......... 88% 69.9M 0s 211500K .......... .......... .......... .......... .......... 88% 172M 0s 211550K .......... .......... .......... .......... .......... 88% 121M 0s 211600K .......... .......... .......... .......... .......... 88% 105M 0s 211650K .......... .......... .......... .......... .......... 88% 132M 0s 211700K .......... .......... .......... .......... .......... 88% 87.3M 0s 211750K .......... .......... .......... .......... .......... 88% 123M 0s 211800K .......... .......... .......... .......... .......... 88% 109M 0s 211850K .......... .......... .......... .......... .......... 88% 130M 0s 211900K .......... .......... .......... .......... .......... 88% 115M 0s 211950K .......... .......... .......... .......... .......... 88% 104M 0s 212000K .......... .......... .......... .......... .......... 88% 133M 0s 212050K .......... .......... .......... .......... .......... 88% 98.9M 0s 212100K .......... .......... .......... .......... .......... 88% 114M 0s 212150K .......... .......... .......... .......... .......... 88% 127M 0s 212200K .......... .......... .......... .......... .......... 88% 107M 0s 212250K .......... .......... .......... .......... .......... 88% 117M 0s 212300K .......... .......... .......... .......... .......... 88% 113M 0s 212350K .......... .......... .......... .......... .......... 88% 120M 0s 212400K .......... .......... .......... .......... .......... 88% 87.3M 0s 212450K .......... .......... .......... .......... .......... 88% 124M 0s 212500K .......... .......... .......... .......... .......... 88% 113M 0s 212550K .......... .......... .......... .......... .......... 89% 118M 0s 212600K .......... .......... .......... .......... .......... 89% 105M 0s 212650K .......... .......... .......... .......... .......... 89% 124M 0s 212700K .......... .......... .......... .......... .......... 89% 112M 0s 212750K .......... .......... .......... .......... .......... 89% 107M 0s 212800K .......... .......... .......... .......... .......... 89% 110M 0s 212850K .......... .......... .......... .......... .......... 89% 102M 0s 212900K .......... .......... .......... .......... .......... 89% 121M 0s 212950K .......... .......... .......... .......... .......... 89% 109M 0s 213000K .......... .......... .......... .......... .......... 89% 110M 0s 213050K .......... .......... .......... .......... .......... 89% 118M 0s 213100K .......... .......... .......... .......... .......... 89% 98.9M 0s 213150K .......... .......... .......... .......... .......... 89% 127M 0s 213200K .......... .......... .......... .......... .......... 89% 112M 0s 213250K .......... .......... .......... .......... .......... 89% 123M 0s 213300K .......... .......... .......... .......... .......... 89% 103M 0s 213350K .......... .......... .......... .......... .......... 89% 125M 0s 213400K .......... .......... .......... .......... .......... 89% 97.8M 0s 213450K .......... .......... .......... .......... .......... 89% 125M 0s 213500K .......... .......... .......... .......... .......... 89% 116M 0s 213550K .......... .......... .......... .......... .......... 89% 102M 0s 213600K .......... .......... .......... .......... .......... 89% 114M 0s 213650K .......... .......... .......... .......... .......... 89% 115M 0s 213700K .......... .......... .......... .......... .......... 89% 120M 0s 213750K .......... .......... .......... .......... .......... 89% 109M 0s 213800K .......... .......... .......... .......... .......... 89% 103M 0s 213850K .......... .......... .......... .......... .......... 89% 105M 0s 213900K .......... .......... .......... .......... .......... 89% 144M 0s 213950K .......... .......... .......... .......... .......... 89% 94.0M 0s 214000K .......... .......... .......... .......... .......... 89% 7.60M 0s 214050K .......... .......... .......... .......... .......... 89% 276M 0s 214100K .......... .......... .......... .......... .......... 89% 274M 0s 214150K .......... .......... .......... .......... .......... 89% 306M 0s 214200K .......... .......... .......... .......... .......... 89% 222M 0s 214250K .......... .......... .......... .......... .......... 89% 258M 0s 214300K .......... .......... .......... .......... .......... 89% 262M 0s 214350K .......... .......... .......... .......... .......... 89% 259M 0s 214400K .......... .......... .......... .......... .......... 89% 283M 0s 214450K .......... .......... .......... .......... .......... 89% 286M 0s 214500K .......... .......... .......... .......... .......... 89% 255M 0s 214550K .......... .......... .......... .......... .......... 89% 283M 0s 214600K .......... .......... .......... .......... .......... 89% 242M 0s 214650K .......... .......... .......... .......... .......... 89% 244M 0s 214700K .......... .......... .......... .......... .......... 89% 256M 0s 214750K .......... .......... .......... .......... .......... 89% 243M 0s 214800K .......... .......... .......... .......... .......... 89% 240M 0s 214850K .......... .......... .......... .......... .......... 89% 288M 0s 214900K .......... .......... .......... .......... .......... 89% 242M 0s 214950K .......... .......... .......... .......... .......... 90% 277M 0s 215000K .......... .......... .......... .......... .......... 90% 267M 0s 215050K .......... .......... .......... .......... .......... 90% 231M 0s 215100K .......... .......... .......... .......... .......... 90% 279M 0s 215150K .......... .......... .......... .......... .......... 90% 236M 0s 215200K .......... .......... .......... .......... .......... 90% 270M 0s 215250K .......... .......... .......... .......... .......... 90% 122M 0s 215300K .......... .......... .......... .......... .......... 90% 131M 0s 215350K .......... .......... .......... .......... .......... 90% 119M 0s 215400K .......... .......... .......... .......... .......... 90% 82.5M 0s 215450K .......... .......... .......... .......... .......... 90% 180M 0s 215500K .......... .......... .......... .......... .......... 90% 93.6M 0s 215550K .......... .......... .......... .......... .......... 90% 119M 0s 215600K .......... .......... .......... .......... .......... 90% 115M 0s 215650K .......... .......... .......... .......... .......... 90% 110M 0s 215700K .......... .......... .......... .......... .......... 90% 114M 0s 215750K .......... .......... .......... .......... .......... 90% 101M 0s 215800K .......... .......... .......... .......... .......... 90% 125M 0s 215850K .......... .......... .......... .......... .......... 90% 113M 0s 215900K .......... .......... .......... .......... .......... 90% 104M 0s 215950K .......... .......... .......... .......... .......... 90% 95.8M 0s 216000K .......... .......... .......... .......... .......... 90% 88.4M 0s 216050K .......... .......... .......... .......... .......... 90% 92.6M 0s 216100K .......... .......... .......... .......... .......... 90% 106M 0s 216150K .......... .......... .......... .......... .......... 90% 88.1M 0s 216200K .......... .......... .......... .......... .......... 90% 99.6M 0s 216250K .......... .......... .......... .......... .......... 90% 97.2M 0s 216300K .......... .......... .......... .......... .......... 90% 123M 0s 216350K .......... .......... .......... .......... .......... 90% 91.2M 0s 216400K .......... .......... .......... .......... .......... 90% 130M 0s 216450K .......... .......... .......... .......... .......... 90% 117M 0s 216500K .......... .......... .......... .......... .......... 90% 102M 0s 216550K .......... .......... .......... .......... .......... 90% 132M 0s 216600K .......... .......... .......... .......... .......... 90% 118M 0s 216650K .......... .......... .......... .......... .......... 90% 94.5M 0s 216700K .......... .......... .......... .......... .......... 90% 119M 0s 216750K .......... .......... .......... .......... .......... 90% 116M 0s 216800K .......... .......... .......... .......... .......... 90% 112M 0s 216850K .......... .......... .......... .......... .......... 90% 101M 0s 216900K .......... .......... .......... .......... .......... 90% 112M 0s 216950K .......... .......... .......... .......... .......... 90% 125M 0s 217000K .......... .......... .......... .......... .......... 90% 105M 0s 217050K .......... .......... .......... .......... .......... 90% 110M 0s 217100K .......... .......... .......... .......... .......... 90% 142M 0s 217150K .......... .......... .......... .......... .......... 90% 99.1M 0s 217200K .......... .......... .......... .......... .......... 90% 109M 0s 217250K .......... .......... .......... .......... .......... 90% 117M 0s 217300K .......... .......... .......... .......... .......... 90% 104M 0s 217350K .......... .......... .......... .......... .......... 91% 117M 0s 217400K .......... .......... .......... .......... .......... 91% 123M 0s 217450K .......... .......... .......... .......... .......... 91% 107M 0s 217500K .......... .......... .......... .......... .......... 91% 116M 0s 217550K .......... .......... .......... .......... .......... 91% 112M 0s 217600K .......... .......... .......... .......... .......... 91% 102M 0s 217650K .......... .......... .......... .......... .......... 91% 120M 0s 217700K .......... .......... .......... .......... .......... 91% 60.9M 0s 217750K .......... .......... .......... .......... .......... 91% 59.3M 0s 217800K .......... .......... .......... .......... .......... 91% 53.6M 0s 217850K .......... .......... .......... .......... .......... 91% 53.5M 0s 217900K .......... .......... .......... .......... .......... 91% 67.3M 0s 217950K .......... .......... .......... .......... .......... 91% 54.2M 0s 218000K .......... .......... .......... .......... .......... 91% 53.2M 0s 218050K .......... .......... .......... .......... .......... 91% 53.4M 0s 218100K .......... .......... .......... .......... .......... 91% 60.2M 0s 218150K .......... .......... .......... .......... .......... 91% 57.0M 0s 218200K .......... .......... .......... .......... .......... 91% 56.4M 0s 218250K .......... .......... .......... .......... .......... 91% 59.1M 0s 218300K .......... .......... .......... .......... .......... 91% 45.0M 0s 218350K .......... .......... .......... .......... .......... 91% 86.7M 0s 218400K .......... .......... .......... .......... .......... 91% 53.3M 0s 218450K .......... .......... .......... .......... .......... 91% 7.22M 0s 218500K .......... .......... .......... .......... .......... 91% 188M 0s 218550K .......... .......... .......... .......... .......... 91% 209M 0s 218600K .......... .......... .......... .......... .......... 91% 179M 0s 218650K .......... .......... .......... .......... .......... 91% 265M 0s 218700K .......... .......... .......... .......... .......... 91% 302M 0s 218750K .......... .......... .......... .......... .......... 91% 330M 0s 218800K .......... .......... .......... .......... .......... 91% 61.6M 0s 218850K .......... .......... .......... .......... .......... 91% 230M 0s 218900K .......... .......... .......... .......... .......... 91% 230M 0s 218950K .......... .......... .......... .......... .......... 91% 135M 0s 219000K .......... .......... .......... .......... .......... 91% 56.2M 0s 219050K .......... .......... .......... .......... .......... 91% 59.1M 0s 219100K .......... .......... .......... .......... .......... 91% 51.1M 0s 219150K .......... .......... .......... .......... .......... 91% 55.8M 0s 219200K .......... .......... .......... .......... .......... 91% 60.5M 0s 219250K .......... .......... .......... .......... .......... 91% 6.44M 0s 219300K .......... .......... .......... .......... .......... 91% 137M 0s 219350K .......... .......... .......... .......... .......... 91% 223M 0s 219400K .......... .......... .......... .......... .......... 91% 205M 0s 219450K .......... .......... .......... .......... .......... 91% 260M 0s 219500K .......... .......... .......... .......... .......... 91% 270M 0s 219550K .......... .......... .......... .......... .......... 91% 280M 0s 219600K .......... .......... .......... .......... .......... 91% 208M 0s 219650K .......... .......... .......... .......... .......... 91% 198M 0s 219700K .......... .......... .......... .......... .......... 91% 205M 0s 219750K .......... .......... .......... .......... .......... 92% 217M 0s 219800K .......... .......... .......... .......... .......... 92% 235M 0s 219850K .......... .......... .......... .......... .......... 92% 203M 0s 219900K .......... .......... .......... .......... .......... 92% 242M 0s 219950K .......... .......... .......... .......... .......... 92% 203M 0s 220000K .......... .......... .......... .......... .......... 92% 269M 0s 220050K .......... .......... .......... .......... .......... 92% 279M 0s 220100K .......... .......... .......... .......... .......... 92% 248M 0s 220150K .......... .......... .......... .......... .......... 92% 238M 0s 220200K .......... .......... .......... .......... .......... 92% 211M 0s 220250K .......... .......... .......... .......... .......... 92% 242M 0s 220300K .......... .......... .......... .......... .......... 92% 219M 0s 220350K .......... .......... .......... .......... .......... 92% 239M 0s 220400K .......... .......... .......... .......... .......... 92% 120M 0s 220450K .......... .......... .......... .......... .......... 92% 79.4M 0s 220500K .......... .......... .......... .......... .......... 92% 99.5M 0s 220550K .......... .......... .......... .......... .......... 92% 129M 0s 220600K .......... .......... .......... .......... .......... 92% 179M 0s 220650K .......... .......... .......... .......... .......... 92% 112M 0s 220700K .......... .......... .......... .......... .......... 92% 96.3M 0s 220750K .......... .......... .......... .......... .......... 92% 102M 0s 220800K .......... .......... .......... .......... .......... 92% 140M 0s 220850K .......... .......... .......... .......... .......... 92% 117M 0s 220900K .......... .......... .......... .......... .......... 92% 115M 0s 220950K .......... .......... .......... .......... .......... 92% 108M 0s 221000K .......... .......... .......... .......... .......... 92% 103M 0s 221050K .......... .......... .......... .......... .......... 92% 120M 0s 221100K .......... .......... .......... .......... .......... 92% 125M 0s 221150K .......... .......... .......... .......... .......... 92% 101M 0s 221200K .......... .......... .......... .......... .......... 92% 99.2M 0s 221250K .......... .......... .......... .......... .......... 92% 106M 0s 221300K .......... .......... .......... .......... .......... 92% 123M 0s 221350K .......... .......... .......... .......... .......... 92% 109M 0s 221400K .......... .......... .......... .......... .......... 92% 131M 0s 221450K .......... .......... .......... .......... .......... 92% 119M 0s 221500K .......... .......... .......... .......... .......... 92% 96.4M 0s 221550K .......... .......... .......... .......... .......... 92% 113M 0s 221600K .......... .......... .......... .......... .......... 92% 123M 0s 221650K .......... .......... .......... .......... .......... 92% 114M 0s 221700K .......... .......... .......... .......... .......... 92% 88.2M 0s 221750K .......... .......... .......... .......... .......... 92% 54.1M 0s 221800K .......... .......... .......... .......... .......... 92% 85.0M 0s 221850K .......... .......... .......... .......... .......... 92% 40.3M 0s 221900K .......... .......... .......... .......... .......... 92% 7.15M 0s 221950K .......... .......... .......... .......... .......... 92% 189M 0s 222000K .......... .......... .......... .......... .......... 92% 332M 0s 222050K .......... .......... .......... .......... .......... 92% 304M 0s 222100K .......... .......... .......... .......... .......... 92% 210M 0s 222150K .......... .......... .......... .......... .......... 93% 216M 0s 222200K .......... .......... .......... .......... .......... 93% 39.0M 0s 222250K .......... .......... .......... .......... .......... 93% 51.2M 0s 222300K .......... .......... .......... .......... .......... 93% 7.02M 0s 222350K .......... .......... .......... .......... .......... 93% 226M 0s 222400K .......... .......... .......... .......... .......... 93% 174M 0s 222450K .......... .......... .......... .......... .......... 93% 219M 0s 222500K .......... .......... .......... .......... .......... 93% 224M 0s 222550K .......... .......... .......... .......... .......... 93% 273M 0s 222600K .......... .......... .......... .......... .......... 93% 236M 0s 222650K .......... .......... .......... .......... .......... 93% 301M 0s 222700K .......... .......... .......... .......... .......... 93% 184M 0s 222750K .......... .......... .......... .......... .......... 93% 264M 0s 222800K .......... .......... .......... .......... .......... 93% 278M 0s 222850K .......... .......... .......... .......... .......... 93% 254M 0s 222900K .......... .......... .......... .......... .......... 93% 226M 0s 222950K .......... .......... .......... .......... .......... 93% 222M 0s 223000K .......... .......... .......... .......... .......... 93% 232M 0s 223050K .......... .......... .......... .......... .......... 93% 184M 0s 223100K .......... .......... .......... .......... .......... 93% 242M 0s 223150K .......... .......... .......... .......... .......... 93% 221M 0s 223200K .......... .......... .......... .......... .......... 93% 202M 0s 223250K .......... .......... .......... .......... .......... 93% 280M 0s 223300K .......... .......... .......... .......... .......... 93% 120M 0s 223350K .......... .......... .......... .......... .......... 93% 99.0M 0s 223400K .......... .......... .......... .......... .......... 93% 132M 0s 223450K .......... .......... .......... .......... .......... 93% 72.7M 0s 223500K .......... .......... .......... .......... .......... 93% 80.9M 0s 223550K .......... .......... .......... .......... .......... 93% 93.4M 0s 223600K .......... .......... .......... .......... .......... 93% 93.0M 0s 223650K .......... .......... .......... .......... .......... 93% 111M 0s 223700K .......... .......... .......... .......... .......... 93% 105M 0s 223750K .......... .......... .......... .......... .......... 93% 82.8M 0s 223800K .......... .......... .......... .......... .......... 93% 109M 0s 223850K .......... .......... .......... .......... .......... 93% 62.5M 0s 223900K .......... .......... .......... .......... .......... 93% 62.3M 0s 223950K .......... .......... .......... .......... .......... 93% 55.7M 0s 224000K .......... .......... .......... .......... .......... 93% 53.0M 0s 224050K .......... .......... .......... .......... .......... 93% 123M 0s 224100K .......... .......... .......... .......... .......... 93% 98.4M 0s 224150K .......... .......... .......... .......... .......... 93% 128M 0s 224200K .......... .......... .......... .......... .......... 93% 96.5M 0s 224250K .......... .......... .......... .......... .......... 93% 122M 0s 224300K .......... .......... .......... .......... .......... 93% 120M 0s 224350K .......... .......... .......... .......... .......... 93% 96.9M 0s 224400K .......... .......... .......... .......... .......... 93% 129M 0s 224450K .......... .......... .......... .......... .......... 93% 116M 0s 224500K .......... .......... .......... .......... .......... 94% 118M 0s 224550K .......... .......... .......... .......... .......... 94% 102M 0s 224600K .......... .......... .......... .......... .......... 94% 125M 0s 224650K .......... .......... .......... .......... .......... 94% 100M 0s 224700K .......... .......... .......... .......... .......... 94% 127M 0s 224750K .......... .......... .......... .......... .......... 94% 96.0M 0s 224800K .......... .......... .......... .......... .......... 94% 120M 0s 224850K .......... .......... .......... .......... .......... 94% 123M 0s 224900K .......... .......... .......... .......... .......... 94% 116M 0s 224950K .......... .......... .......... .......... .......... 94% 101M 0s 225000K .......... .......... .......... .......... .......... 94% 118M 0s 225050K .......... .......... .......... .......... .......... 94% 109M 0s 225100K .......... .......... .......... .......... .......... 94% 119M 0s 225150K .......... .......... .......... .......... .......... 94% 89.1M 0s 225200K .......... .......... .......... .......... .......... 94% 93.3M 0s 225250K .......... .......... .......... .......... .......... 94% 205M 0s 225300K .......... .......... .......... .......... .......... 94% 117M 0s 225350K .......... .......... .......... .......... .......... 94% 103M 0s 225400K .......... .......... .......... .......... .......... 94% 128M 0s 225450K .......... .......... .......... .......... .......... 94% 99.1M 0s 225500K .......... .......... .......... .......... .......... 94% 114M 0s 225550K .......... .......... .......... .......... .......... 94% 120M 0s 225600K .......... .......... .......... .......... .......... 94% 99.0M 0s 225650K .......... .......... .......... .......... .......... 94% 108M 0s 225700K .......... .......... .......... .......... .......... 94% 128M 0s 225750K .......... .......... .......... .......... .......... 94% 96.3M 0s 225800K .......... .......... .......... .......... .......... 94% 128M 0s 225850K .......... .......... .......... .......... .......... 94% 122M 0s 225900K .......... .......... .......... .......... .......... 94% 84.1M 0s 225950K .......... .......... .......... .......... .......... 94% 41.6M 0s 226000K .......... .......... .......... .......... .......... 94% 6.94M 0s 226050K .......... .......... .......... .......... .......... 94% 206M 0s 226100K .......... .......... .......... .......... .......... 94% 229M 0s 226150K .......... .......... .......... .......... .......... 94% 335M 0s 226200K .......... .......... .......... .......... .......... 94% 223M 0s 226250K .......... .......... .......... .......... .......... 94% 204M 0s 226300K .......... .......... .......... .......... .......... 94% 231M 0s 226350K .......... .......... .......... .......... .......... 94% 243M 0s 226400K .......... .......... .......... .......... .......... 94% 220M 0s 226450K .......... .......... .......... .......... .......... 94% 193M 0s 226500K .......... .......... .......... .......... .......... 94% 77.7M 0s 226550K .......... .......... .......... .......... .......... 94% 104M 0s 226600K .......... .......... .......... .......... .......... 94% 133M 0s 226650K .......... .......... .......... .......... .......... 94% 94.1M 0s 226700K .......... .......... .......... .......... .......... 94% 125M 0s 226750K .......... .......... .......... .......... .......... 94% 115M 0s 226800K .......... .......... .......... .......... .......... 94% 113M 0s 226850K .......... .......... .......... .......... .......... 94% 90.9M 0s 226900K .......... .......... .......... .......... .......... 95% 123M 0s 226950K .......... .......... .......... .......... .......... 95% 119M 0s 227000K .......... .......... .......... .......... .......... 95% 72.3M 0s 227050K .......... .......... .......... .......... .......... 95% 158M 0s 227100K .......... .......... .......... .......... .......... 95% 123M 0s 227150K .......... .......... .......... .......... .......... 95% 128M 0s 227200K .......... .......... .......... .......... .......... 95% 86.9M 0s 227250K .......... .......... .......... .......... .......... 95% 163M 0s 227300K .......... .......... .......... .......... .......... 95% 113M 0s 227350K .......... .......... .......... .......... .......... 95% 102M 0s 227400K .......... .......... .......... .......... .......... 95% 120M 0s 227450K .......... .......... .......... .......... .......... 95% 128M 0s 227500K .......... .......... .......... .......... .......... 95% 121M 0s 227550K .......... .......... .......... .......... .......... 95% 91.5M 0s 227600K .......... .......... .......... .......... .......... 95% 132M 0s 227650K .......... .......... .......... .......... .......... 95% 114M 0s 227700K .......... .......... .......... .......... .......... 95% 102M 0s 227750K .......... .......... .......... .......... .......... 95% 118M 0s 227800K .......... .......... .......... .......... .......... 95% 108M 0s 227850K .......... .......... .......... .......... .......... 95% 114M 0s 227900K .......... .......... .......... .......... .......... 95% 104M 0s 227950K .......... .......... .......... .......... .......... 95% 116M 0s 228000K .......... .......... .......... .......... .......... 95% 94.2M 0s 228050K .......... .......... .......... .......... .......... 95% 77.7M 0s 228100K .......... .......... .......... .......... .......... 95% 83.4M 0s 228150K .......... .......... .......... .......... .......... 95% 106M 0s 228200K .......... .......... .......... .......... .......... 95% 96.5M 0s 228250K .......... .......... .......... .......... .......... 95% 89.5M 0s 228300K .......... .......... .......... .......... .......... 95% 97.9M 0s 228350K .......... .......... .......... .......... .......... 95% 90.8M 0s 228400K .......... .......... .......... .......... .......... 95% 63.7M 0s 228450K .......... .......... .......... .......... .......... 95% 56.4M 0s 228500K .......... .......... .......... .......... .......... 95% 63.6M 0s 228550K .......... .......... .......... .......... .......... 95% 73.8M 0s 228600K .......... .......... .......... .......... .......... 95% 107M 0s 228650K .......... .......... .......... .......... .......... 95% 116M 0s 228700K .......... .......... .......... .......... .......... 95% 138M 0s 228750K .......... .......... .......... .......... .......... 95% 98.6M 0s 228800K .......... .......... .......... .......... .......... 95% 104M 0s 228850K .......... .......... .......... .......... .......... 95% 76.6M 0s 228900K .......... .......... .......... .......... .......... 95% 57.6M 0s 228950K .......... .......... .......... .......... .......... 95% 58.7M 0s 229000K .......... .......... .......... .......... .......... 95% 53.2M 0s 229050K .......... .......... .......... .......... .......... 95% 56.3M 0s 229100K .......... .......... .......... .......... .......... 95% 51.7M 0s 229150K .......... .......... .......... .......... .......... 95% 63.9M 0s 229200K .......... .......... .......... .......... .......... 95% 71.9M 0s 229250K .......... .......... .......... .......... .......... 95% 99.5M 0s 229300K .......... .......... .......... .......... .......... 96% 118M 0s 229350K .......... .......... .......... .......... .......... 96% 108M 0s 229400K .......... .......... .......... .......... .......... 96% 107M 0s 229450K .......... .......... .......... .......... .......... 96% 93.2M 0s 229500K .......... .......... .......... .......... .......... 96% 50.0M 0s 229550K .......... .......... .......... .......... .......... 96% 133M 0s 229600K .......... .......... .......... .......... .......... 96% 201M 0s 229650K .......... .......... .......... .......... .......... 96% 103M 0s 229700K .......... .......... .......... .......... .......... 96% 55.9M 0s 229750K .......... .......... .......... .......... .......... 96% 58.7M 0s 229800K .......... .......... .......... .......... .......... 96% 53.3M 0s 229850K .......... .......... .......... .......... .......... 96% 57.1M 0s 229900K .......... .......... .......... .......... .......... 96% 53.5M 0s 229950K .......... .......... .......... .......... .......... 96% 99.2M 0s 230000K .......... .......... .......... .......... .......... 96% 112M 0s 230050K .......... .......... .......... .......... .......... 96% 105M 0s 230100K .......... .......... .......... .......... .......... 96% 150M 0s 230150K .......... .......... .......... .......... .......... 96% 104M 0s 230200K .......... .......... .......... .......... .......... 96% 102M 0s 230250K .......... .......... .......... .......... .......... 96% 97.8M 0s 230300K .......... .......... .......... .......... .......... 96% 113M 0s 230350K .......... .......... .......... .......... .......... 96% 71.7M 0s 230400K .......... .......... .......... .......... .......... 96% 101M 0s 230450K .......... .......... .......... .......... .......... 96% 102M 0s 230500K .......... .......... .......... .......... .......... 96% 130M 0s 230550K .......... .......... .......... .......... .......... 96% 97.2M 0s 230600K .......... .......... .......... .......... .......... 96% 113M 0s 230650K .......... .......... .......... .......... .......... 96% 118M 0s 230700K .......... .......... .......... .......... .......... 96% 111M 0s 230750K .......... .......... .......... .......... .......... 96% 112M 0s 230800K .......... .......... .......... .......... .......... 96% 104M 0s 230850K .......... .......... .......... .......... .......... 96% 125M 0s 230900K .......... .......... .......... .......... .......... 96% 96.7M 0s 230950K .......... .......... .......... .......... .......... 96% 121M 0s 231000K .......... .......... .......... .......... .......... 96% 127M 0s 231050K .......... .......... .......... .......... .......... 96% 97.0M 0s 231100K .......... .......... .......... .......... .......... 96% 121M 0s 231150K .......... .......... .......... .......... .......... 96% 114M 0s 231200K .......... .......... .......... .......... .......... 96% 103M 0s 231250K .......... .......... .......... .......... .......... 96% 122M 0s 231300K .......... .......... .......... .......... .......... 96% 101M 0s 231350K .......... .......... .......... .......... .......... 96% 118M 0s 231400K .......... .......... .......... .......... .......... 96% 112M 0s 231450K .......... .......... .......... .......... .......... 96% 127M 0s 231500K .......... .......... .......... .......... .......... 96% 121M 0s 231550K .......... .......... .......... .......... .......... 96% 93.3M 0s 231600K .......... .......... .......... .......... .......... 96% 106M 0s 231650K .......... .......... .......... .......... .......... 96% 98.4M 0s 231700K .......... .......... .......... .......... .......... 97% 155M 0s 231750K .......... .......... .......... .......... .......... 97% 112M 0s 231800K .......... .......... .......... .......... .......... 97% 99.9M 0s 231850K .......... .......... .......... .......... .......... 97% 120M 0s 231900K .......... .......... .......... .......... .......... 97% 131M 0s 231950K .......... .......... .......... .......... .......... 97% 105M 0s 232000K .......... .......... .......... .......... .......... 97% 128M 0s 232050K .......... .......... .......... .......... .......... 97% 106M 0s 232100K .......... .......... .......... .......... .......... 97% 107M 0s 232150K .......... .......... .......... .......... .......... 97% 81.3M 0s 232200K .......... .......... .......... .......... .......... 97% 115M 0s 232250K .......... .......... .......... .......... .......... 97% 110M 0s 232300K .......... .......... .......... .......... .......... 97% 102M 0s 232350K .......... .......... .......... .......... .......... 97% 134M 0s 232400K .......... .......... .......... .......... .......... 97% 105M 0s 232450K .......... .......... .......... .......... .......... 97% 93.1M 0s 232500K .......... .......... .......... .......... .......... 97% 78.0M 0s 232550K .......... .......... .......... .......... .......... 97% 142M 0s 232600K .......... .......... .......... .......... .......... 97% 97.2M 0s 232650K .......... .......... .......... .......... .......... 97% 82.0M 0s 232700K .......... .......... .......... .......... .......... 97% 111M 0s 232750K .......... .......... .......... .......... .......... 97% 110M 0s 232800K .......... .......... .......... .......... .......... 97% 95.0M 0s 232850K .......... .......... .......... .......... .......... 97% 78.0M 0s 232900K .......... .......... .......... .......... .......... 97% 79.9M 0s 232950K .......... .......... .......... .......... .......... 97% 65.1M 0s 233000K .......... .......... .......... .......... .......... 97% 35.0M 0s 233050K .......... .......... .......... .......... .......... 97% 33.5M 0s 233100K .......... .......... .......... .......... .......... 97% 6.53M 0s 233150K .......... .......... .......... .......... .......... 97% 155M 0s 233200K .......... .......... .......... .......... .......... 97% 228M 0s 233250K .......... .......... .......... .......... .......... 97% 203M 0s 233300K .......... .......... .......... .......... .......... 97% 261M 0s 233350K .......... .......... .......... .......... .......... 97% 229M 0s 233400K .......... .......... .......... .......... .......... 97% 305M 0s 233450K .......... .......... .......... .......... .......... 97% 246M 0s 233500K .......... .......... .......... .......... .......... 97% 217M 0s 233550K .......... .......... .......... .......... .......... 97% 192M 0s 233600K .......... .......... .......... .......... .......... 97% 198M 0s 233650K .......... .......... .......... .......... .......... 97% 238M 0s 233700K .......... .......... .......... .......... .......... 97% 295M 0s 233750K .......... .......... .......... .......... .......... 97% 240M 0s 233800K .......... .......... .......... .......... .......... 97% 342M 0s 233850K .......... .......... .......... .......... .......... 97% 301M 0s 233900K .......... .......... .......... .......... .......... 97% 335M 0s 233950K .......... .......... .......... .......... .......... 97% 314M 0s 234000K .......... .......... .......... .......... .......... 97% 298M 0s 234050K .......... .......... .......... .......... .......... 98% 8.50M 0s 234100K .......... .......... .......... .......... .......... 98% 236M 0s 234150K .......... .......... .......... .......... .......... 98% 248M 0s 234200K .......... .......... .......... .......... .......... 98% 233M 0s 234250K .......... .......... .......... .......... .......... 98% 236M 0s 234300K .......... .......... .......... .......... .......... 98% 302M 0s 234350K .......... .......... .......... .......... .......... 98% 290M 0s 234400K .......... .......... .......... .......... .......... 98% 323M 0s 234450K .......... .......... .......... .......... .......... 98% 300M 0s 234500K .......... .......... .......... .......... .......... 98% 233M 0s 234550K .......... .......... .......... .......... .......... 98% 185M 0s 234600K .......... .......... .......... .......... .......... 98% 201M 0s 234650K .......... .......... .......... .......... .......... 98% 218M 0s 234700K .......... .......... .......... .......... .......... 98% 252M 0s 234750K .......... .......... .......... .......... .......... 98% 241M 0s 234800K .......... .......... .......... .......... .......... 98% 247M 0s 234850K .......... .......... .......... .......... .......... 98% 266M 0s 234900K .......... .......... .......... .......... .......... 98% 282M 0s 234950K .......... .......... .......... .......... .......... 98% 246M 0s 235000K .......... .......... .......... .......... .......... 98% 252M 0s 235050K .......... .......... .......... .......... .......... 98% 201M 0s 235100K .......... .......... .......... .......... .......... 98% 233M 0s 235150K .......... .......... .......... .......... .......... 98% 311M 0s 235200K .......... .......... .......... .......... .......... 98% 312M 0s 235250K .......... .......... .......... .......... .......... 98% 224M 0s 235300K .......... .......... .......... .......... .......... 98% 235M 0s 235350K .......... .......... .......... .......... .......... 98% 213M 0s 235400K .......... .......... .......... .......... .......... 98% 104M 0s 235450K .......... .......... .......... .......... .......... 98% 124M 0s 235500K .......... .......... .......... .......... .......... 98% 33.2M 0s 235550K .......... .......... .......... .......... .......... 98% 223M 0s 235600K .......... .......... .......... .......... .......... 98% 255M 0s 235650K .......... .......... .......... .......... .......... 98% 266M 0s 235700K .......... .......... .......... .......... .......... 98% 162M 0s 235750K .......... .......... .......... .......... .......... 98% 122M 0s 235800K .......... .......... .......... .......... .......... 98% 87.2M 0s 235850K .......... .......... .......... .......... .......... 98% 65.0M 0s 235900K .......... .......... .......... .......... .......... 98% 121M 0s 235950K .......... .......... .......... .......... .......... 98% 109M 0s 236000K .......... .......... .......... .......... .......... 98% 118M 0s 236050K .......... .......... .......... .......... .......... 98% 99.3M 0s 236100K .......... .......... .......... .......... .......... 98% 106M 0s 236150K .......... .......... .......... .......... .......... 98% 97.7M 0s 236200K .......... .......... .......... .......... .......... 98% 105M 0s 236250K .......... .......... .......... .......... .......... 98% 98.7M 0s 236300K .......... .......... .......... .......... .......... 98% 123M 0s 236350K .......... .......... .......... .......... .......... 98% 124M 0s 236400K .......... .......... .......... .......... .......... 98% 119M 0s 236450K .......... .......... .......... .......... .......... 99% 99.9M 0s 236500K .......... .......... .......... .......... .......... 99% 92.7M 0s 236550K .......... .......... .......... .......... .......... 99% 96.8M 0s 236600K .......... .......... .......... .......... .......... 99% 117M 0s 236650K .......... .......... .......... .......... .......... 99% 98.3M 0s 236700K .......... .......... .......... .......... .......... 99% 132M 0s 236750K .......... .......... .......... .......... .......... 99% 96.0M 0s 236800K .......... .......... .......... .......... .......... 99% 119M 0s 236850K .......... .......... .......... .......... .......... 99% 125M 0s 236900K .......... .......... .......... .......... .......... 99% 63.5M 0s 236950K .......... .......... .......... .......... .......... 99% 234M 0s 237000K .......... .......... .......... .......... .......... 99% 87.9M 0s 237050K .......... .......... .......... .......... .......... 99% 92.3M 0s 237100K .......... .......... .......... .......... .......... 99% 106M 0s 237150K .......... .......... .......... .......... .......... 99% 109M 0s 237200K .......... .......... .......... .......... .......... 99% 92.7M 0s 237250K .......... .......... .......... .......... .......... 99% 105M 0s 237300K .......... .......... .......... .......... .......... 99% 77.0M 0s 237350K .......... .......... .......... .......... .......... 99% 105M 0s 237400K .......... .......... .......... .......... .......... 99% 123M 0s 237450K .......... .......... .......... .......... .......... 99% 86.1M 0s 237500K .......... .......... .......... .......... .......... 99% 98.7M 0s 237550K .......... .......... .......... .......... .......... 99% 224M 0s 237600K .......... .......... .......... .......... .......... 99% 97.0M 0s 237650K .......... .......... .......... .......... .......... 99% 126M 0s 237700K .......... .......... .......... .......... .......... 99% 101M 0s 237750K .......... .......... .......... .......... .......... 99% 114M 0s 237800K .......... .......... .......... .......... .......... 99% 47.1M 0s 237850K .......... .......... .......... .......... .......... 99% 160M 0s 237900K .......... .......... .......... .......... .......... 99% 142M 0s 237950K .......... .......... .......... .......... .......... 99% 7.16M 0s 238000K .......... .......... .......... .......... .......... 99% 144M 0s 238050K .......... .......... .......... .......... .......... 99% 196M 0s 238100K .......... .......... .......... .......... .......... 99% 207M 0s 238150K .......... .......... .......... .......... .......... 99% 182M 0s 238200K .......... .......... .......... .......... .......... 99% 207M 0s 238250K .......... .......... .......... .......... .......... 99% 261M 0s 238300K .......... .......... .......... .......... .......... 99% 229M 0s 238350K .......... .......... .......... .......... .......... 99% 211M 0s 238400K .......... .......... .......... .......... .......... 99% 267M 0s 238450K .......... .......... .......... .......... .......... 99% 335M 0s 238500K .......... .......... .......... .......... .......... 99% 319M 0s 238550K .......... .......... .......... .......... .......... 99% 331M 0s 238600K .......... .......... .......... .......... .......... 99% 297M 0s 238650K .......... .......... .......... .......... .......... 99% 342M 0s 238700K .......... .......... .......... .......... .......... 99% 317M 0s 238750K .......... .......... .......... .......... .......... 99% 345M 0s 238800K .......... .......... .......... .......... .......... 99% 294M 0s 238850K .......... .......... .... 100% 348M=2.4s 2024-01-03 12:26:46 (98.9 MB/s) - '/home/jenkins/extension.lib.external/eclipse-SDK-4.10-linux-gtk-x86_64.tar.gz' saved [244607364/244607364] --2024-01-03 12:26:46-- 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)... 65.108.204.189, 2a01:4f9:1a:a084::2 Connecting to archive.apache.org (archive.apache.org)|65.108.204.189|: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% 95.6K 92s 50K .......... .......... .......... .......... .......... 1% 219K 66s 100K .......... .......... .......... .......... .......... 1% 133K 65s 150K .......... .......... .......... .......... .......... 2% 260K 57s 200K .......... .......... .......... .......... .......... 2% 244K 52s 250K .......... .......... .......... .......... .......... 3% 225K 50s 300K .......... .......... .......... .......... .......... 3% 212K 48s 350K .......... .......... .......... .......... .......... 4% 187K 47s 400K .......... .......... .......... .......... .......... 5% 191K 47s 450K .......... .......... .......... .......... .......... 5% 206K 46s 500K .......... .......... .......... .......... .......... 6% 252K 45s 550K .......... .......... .......... .......... .......... 6% 1.51M 41s 600K .......... .......... .......... .......... .......... 7% 264K 40s 650K .......... .......... .......... .......... .......... 7% 305K 39s 700K .......... .......... .......... .......... .......... 8% 259K 38s 750K .......... .......... .......... .......... .......... 9% 715K 36s 800K .......... .......... .......... .......... .......... 9% 370K 35s 850K .......... .......... .......... .......... .......... 10% 217K 35s 900K .......... .......... .......... .......... .......... 10% 584K 34s 950K .......... .......... .......... .......... .......... 11% 288K 33s 1000K .......... .......... .......... .......... .......... 11% 205K 33s 1050K .......... .......... .......... .......... .......... 12% 1.69M 32s 1100K .......... .......... .......... .......... .......... 12% 230K 32s 1150K .......... .......... .......... .......... .......... 13% 1.81M 30s 1200K .......... .......... .......... .......... .......... 14% 227K 30s 1250K .......... .......... .......... .......... .......... 14% 320K 30s 1300K .......... .......... .......... .......... .......... 15% 586K 29s 1350K .......... .......... .......... .......... .......... 15% 215K 29s 1400K .......... .......... .......... .......... .......... 16% 6.32M 28s 1450K .......... .......... .......... .......... .......... 16% 343K 27s 1500K .......... .......... .......... .......... .......... 17% 594K 27s 1550K .......... .......... .......... .......... .......... 18% 2.48M 26s 1600K .......... .......... .......... .......... .......... 18% 247K 26s 1650K .......... .......... .......... .......... .......... 19% 8.35M 25s 1700K .......... .......... .......... .......... .......... 19% 229K 25s 1750K .......... .......... .......... .......... .......... 20% 10.7M 24s 1800K .......... .......... .......... .......... .......... 20% 2.38M 23s 1850K .......... .......... .......... .......... .......... 21% 219K 23s 1900K .......... .......... .......... .......... .......... 22% 8.16M 23s 1950K .......... .......... .......... .......... .......... 22% 2.39M 22s 2000K .......... .......... .......... .......... .......... 23% 242K 22s 2050K .......... .......... .......... .......... .......... 23% 10.8M 21s 2100K .......... .......... .......... .......... .......... 24% 17.0M 21s 2150K .......... .......... .......... .......... .......... 24% 253K 21s 2200K .......... .......... .......... .......... .......... 25% 4.50M 20s 2250K .......... .......... .......... .......... .......... 25% 28.3M 19s 2300K .......... .......... .......... .......... .......... 26% 4.89M 19s 2350K .......... .......... .......... .......... .......... 27% 281K 19s 2400K .......... .......... .......... .......... .......... 27% 3.95M 18s 2450K .......... .......... .......... .......... .......... 28% 16.4M 18s 2500K .......... .......... .......... .......... .......... 28% 532K 18s 2550K .......... .......... .......... .......... .......... 29% 632K 17s 2600K .......... .......... .......... .......... .......... 29% 4.17M 17s 2650K .......... .......... .......... .......... .......... 30% 12.3M 16s 2700K .......... .......... .......... .......... .......... 31% 1.91M 16s 2750K .......... .......... .......... .......... .......... 31% 332K 16s 2800K .......... .......... .......... .......... .......... 32% 4.52M 16s 2850K .......... .......... .......... .......... .......... 32% 7.88M 15s 2900K .......... .......... .......... .......... .......... 33% 12.4M 15s 2950K .......... .......... .......... .......... .......... 33% 280K 15s 3000K .......... .......... .......... .......... .......... 34% 5.09M 14s 3050K .......... .......... .......... .......... .......... 35% 5.45M 14s 3100K .......... .......... .......... .......... .......... 35% 11.4M 14s 3150K .......... .......... .......... .......... .......... 36% 1.69M 13s 3200K .......... .......... .......... .......... .......... 36% 338K 13s 3250K .......... .......... .......... .......... .......... 37% 4.15M 13s 3300K .......... .......... .......... .......... .......... 37% 6.77M 13s 3350K .......... .......... .......... .......... .......... 38% 9.74M 13s 3400K .......... .......... .......... .......... .......... 38% 1.55M 12s 3450K .......... .......... .......... .......... .......... 39% 330K 12s 3500K .......... .......... .......... .......... .......... 40% 5.34M 12s 3550K .......... .......... .......... .......... .......... 40% 7.13M 12s 3600K .......... .......... .......... .......... .......... 41% 9.75M 11s 3650K .......... .......... .......... .......... .......... 41% 19.7M 11s 3700K .......... .......... .......... .......... .......... 42% 289K 11s 3750K .......... .......... .......... .......... .......... 42% 4.00M 11s 3800K .......... .......... .......... .......... .......... 43% 5.85M 11s 3850K .......... .......... .......... .......... .......... 44% 7.71M 10s 3900K .......... .......... .......... .......... .......... 44% 14.0M 10s 3950K .......... .......... .......... .......... .......... 45% 12.2M 10s 4000K .......... .......... .......... .......... .......... 45% 267K 10s 4050K .......... .......... .......... .......... .......... 46% 3.30M 10s 4100K .......... .......... .......... .......... .......... 46% 5.45M 10s 4150K .......... .......... .......... .......... .......... 47% 7.62M 9s 4200K .......... .......... .......... .......... .......... 48% 10.2M 9s 4250K .......... .......... .......... .......... .......... 48% 20.0M 9s 4300K .......... .......... .......... .......... .......... 49% 475K 9s 4350K .......... .......... .......... .......... .......... 49% 551K 9s 4400K .......... .......... .......... .......... .......... 50% 6.94M 9s 4450K .......... .......... .......... .......... .......... 50% 8.64M 8s 4500K .......... .......... .......... .......... .......... 51% 8.44M 8s 4550K .......... .......... .......... .......... .......... 51% 21.9M 8s 4600K .......... .......... .......... .......... .......... 52% 1.56M 8s 4650K .......... .......... .......... .......... .......... 53% 315K 8s 4700K .......... .......... .......... .......... .......... 53% 3.39M 8s 4750K .......... .......... .......... .......... .......... 54% 9.74M 7s 4800K .......... .......... .......... .......... .......... 54% 11.0M 7s 4850K .......... .......... .......... .......... .......... 55% 7.37M 7s 4900K .......... .......... .......... .......... .......... 55% 19.4M 7s 4950K .......... .......... .......... .......... .......... 56% 16.8M 7s 5000K .......... .......... .......... .......... .......... 57% 438K 7s 5050K .......... .......... .......... .......... .......... 57% 380K 7s 5100K .......... .......... .......... .......... .......... 58% 2.01M 7s 5150K .......... .......... .......... .......... .......... 58% 2.49M 6s 5200K .......... .......... .......... .......... .......... 59% 2.40M 6s 5250K .......... .......... .......... .......... .......... 59% 7.72M 6s 5300K .......... .......... .......... .......... .......... 60% 7.72M 6s 5350K .......... .......... .......... .......... .......... 61% 8.32M 6s 5400K .......... .......... .......... .......... .......... 61% 525K 6s 5450K .......... .......... .......... .......... .......... 62% 634K 6s 5500K .......... .......... .......... .......... .......... 62% 1.56M 6s 5550K .......... .......... .......... .......... .......... 63% 1.29M 5s 5600K .......... .......... .......... .......... .......... 63% 2.02M 5s 5650K .......... .......... .......... .......... .......... 64% 3.47M 5s 5700K .......... .......... .......... .......... .......... 64% 17.7M 5s 5750K .......... .......... .......... .......... .......... 65% 14.3M 5s 5800K .......... .......... .......... .......... .......... 66% 1.61M 5s 5850K .......... .......... .......... .......... .......... 66% 656K 5s 5900K .......... .......... .......... .......... .......... 67% 1.28M 5s 5950K .......... .......... .......... .......... .......... 67% 1.47M 5s 6000K .......... .......... .......... .......... .......... 68% 1.30M 5s 6050K .......... .......... .......... .......... .......... 68% 1.88M 4s 6100K .......... .......... .......... .......... .......... 69% 1.86M 4s 6150K .......... .......... .......... .......... .......... 70% 1.29M 4s 6200K .......... .......... .......... .......... .......... 70% 1.64M 4s 6250K .......... .......... .......... .......... .......... 71% 4.93M 4s 6300K .......... .......... .......... .......... .......... 71% 20.9M 4s 6350K .......... .......... .......... .......... .......... 72% 3.36M 4s 6400K .......... .......... .......... .......... .......... 72% 1.38M 4s 6450K .......... .......... .......... .......... .......... 73% 1.09M 4s 6500K .......... .......... .......... .......... .......... 74% 1.41M 4s 6550K .......... .......... .......... .......... .......... 74% 3.44M 3s 6600K .......... .......... .......... .......... .......... 75% 3.98M 3s 6650K .......... .......... .......... .......... .......... 75% 1.58M 3s 6700K .......... .......... .......... .......... .......... 76% 2.31M 3s 6750K .......... .......... .......... .......... .......... 76% 2.24M 3s 6800K .......... .......... .......... .......... .......... 77% 1.71M 3s 6850K .......... .......... .......... .......... .......... 77% 1.97M 3s 6900K .......... .......... .......... .......... .......... 78% 5.88M 3s 6950K .......... .......... .......... .......... .......... 79% 6.94M 3s 7000K .......... .......... .......... .......... .......... 79% 1.33M 3s 7050K .......... .......... .......... .......... .......... 80% 3.64M 3s 7100K .......... .......... .......... .......... .......... 80% 4.48M 2s 7150K .......... .......... .......... .......... .......... 81% 2.16M 2s 7200K .......... .......... .......... .......... .......... 81% 949K 2s 7250K .......... .......... .......... .......... .......... 82% 1.27M 2s 7300K .......... .......... .......... .......... .......... 83% 3.53M 2s 7350K .......... .......... .......... .......... .......... 83% 4.51M 2s 7400K .......... .......... .......... .......... .......... 84% 19.9M 2s 7450K .......... .......... .......... .......... .......... 84% 22.1M 2s 7500K .......... .......... .......... .......... .......... 85% 22.6M 2s 7550K .......... .......... .......... .......... .......... 85% 1.63M 2s 7600K .......... .......... .......... .......... .......... 86% 3.37M 2s 7650K .......... .......... .......... .......... .......... 86% 4.92M 2s 7700K .......... .......... .......... .......... .......... 87% 2.30M 1s 7750K .......... .......... .......... .......... .......... 88% 1.47M 1s 7800K .......... .......... .......... .......... .......... 88% 1.11M 1s 7850K .......... .......... .......... .......... .......... 89% 2.49M 1s 7900K .......... .......... .......... .......... .......... 89% 3.98M 1s 7950K .......... .......... .......... .......... .......... 90% 12.9M 1s 8000K .......... .......... .......... .......... .......... 90% 4.39M 1s 8050K .......... .......... .......... .......... .......... 91% 6.35M 1s 8100K .......... .......... .......... .......... .......... 92% 16.8M 1s 8150K .......... .......... .......... .......... .......... 92% 2.52M 1s 8200K .......... .......... .......... .......... .......... 93% 12.5M 1s 8250K .......... .......... .......... .......... .......... 93% 3.09M 1s 8300K .......... .......... .......... .......... .......... 94% 1.59M 1s 8350K .......... .......... .......... .......... .......... 94% 1.94M 1s 8400K .......... .......... .......... .......... .......... 95% 1.44M 1s 8450K .......... .......... .......... .......... .......... 96% 2.04M 0s 8500K .......... .......... .......... .......... .......... 96% 7.04M 0s 8550K .......... .......... .......... .......... .......... 97% 4.02M 0s 8600K .......... .......... .......... .......... .......... 97% 6.05M 0s 8650K .......... .......... .......... .......... .......... 98% 28.5M 0s 8700K .......... .......... .......... .......... .......... 98% 12.0M 0s 8750K .......... .......... .......... .......... .......... 99% 3.35M 0s 8800K .......... .......... .......... .......... .......... 99% 5.18M 0s 8850K . 100% 2211G=11s 2024-01-03 12:26:57 (821 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-cb-2.7_test [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key F956DAF8F18311D3: public key "Eclipselink Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key F956DAF8F18311D3: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key AB11759F53250EEBD92E2F85836B571D384E2887 trust Secret subkeys are available. pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key D8216E428324480EEA98EE26F956DAF8F18311D3 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2024-05-14 pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + echo 'AAAA: In sh - BEGIN' AAAA: In sh - BEGIN + export bind_address=0.0.0.0 + bind_address=0.0.0.0 + df -h Filesystem Size Used Avail Use% Mounted on overlay 32G 1.1G 31G 4% / tmpfs 64M 0 64M 0% /dev tmpfs 63G 0 63G 0% /sys/fs/cgroup shm 64M 0 64M 0% /dev/shm tmpfs 26G 65M 26G 1% /etc/hostname bambam:/home/data/cbi/buildtools 22T 5.2T 17T 24% /opt/tools /dev/sda4 894G 102G 792G 12% /etc/hosts tmpfs 16G 4.0K 16G 1% /home/jenkins/.m2/settings-security.xml tmpfs 16G 4.0K 16G 1% /home/jenkins/.m2/settings.xml tmpfs 16G 32K 16G 1% /run/secrets/kubernetes.io/serviceaccount tmpfs 63G 0 63G 0% /proc/acpi tmpfs 63G 0 63G 0% /proc/scsi tmpfs 63G 0 63G 0% /sys/firmware + java -cp .:mysql-connector-j-8.2.0.jar TestJDBC jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true root root 1 aaa + cat /var/log/mysqld.log 2023-01-23T19:52:03.049387Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.32) initializing of server in progress as process 224 2023-01-23T19:52:03.054708Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-01-23T19:52:03.428538Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-01-23T19:52:04.409705Z 6 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: 9meg*FbcjUjq 2023-01-23T19:52:07.167098Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 276 2023-01-23T19:52:07.172376Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-01-23T19:52:07.242854Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-01-23T19:52:07.345741Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2023-01-23T19:52:07.345788Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2023-01-23T19:52:07.361894Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL. 2023-01-23T19:52:07.361979Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock 2023-01-23T19:52:08.028816Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.32). 2023-01-23T19:52:08.896497Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL. 2024-01-03T12:26:23.951267Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 29 2024-01-03T12:26:23.958372Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2024-01-03T12:26:24.179404Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2024-01-03T12:26:24.391799Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2024-01-03T12:26:24.391836Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2024-01-03T12:26:24.407999Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock 2024-01-03T12:26:24.408064Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL. + echo 'AAAA: In sh - END' AAAA: In sh - END + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- BBBB: In bash - BEGIN Filesystem Size Used Avail Use% Mounted on overlay 32G 1.1G 31G 4% / tmpfs 64M 0 64M 0% /dev tmpfs 63G 0 63G 0% /sys/fs/cgroup shm 64M 0 64M 0% /dev/shm tmpfs 26G 65M 26G 1% /etc/hostname bambam:/home/data/cbi/buildtools 22T 5.2T 17T 24% /opt/tools /dev/sda4 894G 102G 792G 12% /etc/hosts tmpfs 16G 4.0K 16G 1% /home/jenkins/.m2/settings-security.xml tmpfs 16G 4.0K 16G 1% /home/jenkins/.m2/settings.xml tmpfs 16G 32K 16G 1% /run/secrets/kubernetes.io/serviceaccount tmpfs 63G 0 63G 0% /proc/acpi tmpfs 63G 0 63G 0% /proc/scsi tmpfs 63G 0 63G 0% /sys/firmware jenkins 29 1.7 0.3 2438804 405380 ? Sl 12:26 0:00 mysqld jenkins 249 0.0 0.0 9216 1208 ? S 12:27 0:00 grep mysql 2023-01-23T19:52:03.049387Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.32) initializing of server in progress as process 224 2023-01-23T19:52:03.054708Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-01-23T19:52:03.428538Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-01-23T19:52:04.409705Z 6 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: 9meg*FbcjUjq 2023-01-23T19:52:07.167098Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 276 2023-01-23T19:52:07.172376Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-01-23T19:52:07.242854Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-01-23T19:52:07.345741Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2023-01-23T19:52:07.345788Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2023-01-23T19:52:07.361894Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL. 2023-01-23T19:52:07.361979Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock 2023-01-23T19:52:08.028816Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.32). 2023-01-23T19:52:08.896497Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL. 2024-01-03T12:26:23.951267Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 29 2024-01-03T12:26:23.958372Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2024-01-03T12:26:24.179404Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2024-01-03T12:26:24.391799Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2024-01-03T12:26:24.391836Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2024-01-03T12:26:24.407999Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock 2024-01-03T12:26:24.408064Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL. jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true root root 1 aaa BBBB: In bash - END Buildfile: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/autobuild.xml [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' 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-cb-2.7_test' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.7' 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 = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest' [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 ='11.0.11' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='5.18.5-100.fc35.x86_64' [echo] [echo] builddate.buildtime='20240103.1227' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20240103-d320a30cc1' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] common-init: [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] milestone.tag ='2.7.14-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.7' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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.7.14' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.7.14.v20240103-d320a30cc1' [echo] build.number ='20240103' [echo] git.hash ='d320a30cc1' [echo] [echo] milestone.tag ='2.7.14-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' [echo] db.driver ='com.mysql.cj.jdbc.Driver' [echo] db.url ='jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true' [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-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.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: 'false' generate-internal-compdeps: [echo] Generating local internal 'Compile Dependency P2 Repository' using Tycho. [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.multiModuleProjectDirectory=buildsystem/org.eclipse.persistence.parent [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.internal >-- [java] [INFO] Building EclipseLink Internal Compilation Dependencies 1.0.5-SNAPSHOT [java] [INFO] --------------------------------[ pom ]--------------------------------- [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 13 kB/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 567 kB/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 643 kB/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 389 kB/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 324 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.8/maven-antrun-plugin-1.8.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.8/maven-antrun-plugin-1.8.pom (3.3 kB at 34 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 291 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 970 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 405 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.8/maven-antrun-plugin-1.8.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.8/maven-antrun-plugin-1.8.jar (36 kB at 632 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom (5.6 kB at 57 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 341 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar (29 kB at 367 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 32 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.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/1.3.0/tycho-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 451 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 192 kB/s) [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.internal --- [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 63 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 476 kB/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 492 kB/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 137 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/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 104 kB/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 334 kB/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 204 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.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 330 kB/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 2.9 MB/s) [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.8:run (inject-common-into-src-bundles) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 81 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.2 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 1.8 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 205 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 121 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 121 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 180 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 403 kB/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 611 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 36 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 243 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 113 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 21 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 319 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 50 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 403 kB/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 71 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 94 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.2.1/maven-artifact-manager-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 94 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.2.1/maven-repository-metadata-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 98 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 79 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 31 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.2.1/maven-plugin-registry-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 102 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.20/plexus-utils-3.0.20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 166 kB/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.0 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 376 kB/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 714 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 192 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 90 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 36 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.2.1/maven-plugin-api-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 495 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.2.1/maven-artifact-manager-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 4.7 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.2.1/maven-repository-metadata-2.2.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.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 667 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.2.1/maven-plugin-registry-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 860 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.3 MB/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.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 424 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/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 662 kB/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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 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/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 298 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.20/plexus-utils-3.0.20.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.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [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 383 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 803 kB/s) [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.7 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.20/plexus-utils-3.0.20.jar (243 kB at 2.0 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 125 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 7.8 MB/s) [java] [INFO] Executing tasks [java] [java] main: [java] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- tycho-p2-extras-plugin:1.3.0:publish-features-and-bundles (default) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 36 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 43 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 240 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 935 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 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-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 316 kB/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 625 kB/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 1.3 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 753 kB/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 195 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.24/plexus-utils-3.0.24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 197 kB/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 82 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 123 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 38 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 268 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 1.1 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 45 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 163 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 156 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 425 kB/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 254 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 129 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.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 102 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 107 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 114 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 256 kB/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 130 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 137 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 73 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 354 kB/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 468 kB/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.4/plexus-component-annotations-1.5.4.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.4/plexus-component-annotations-1.5.4.pom (815 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-containers/1.5.4/plexus-containers-1.5.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 236 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 867 kB/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 174 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 882 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.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 210 kB/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 614 kB/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 125 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 107 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 73 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 407 kB/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 86 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 176 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 73 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 296 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 246 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 893 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 460 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 758 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 633 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 327 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 580 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 139 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 533 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 83 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.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.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.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 18 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 35 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 14 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.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 16 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 21 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.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 392 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 30 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/1.3.0/org.eclipse.tycho.embedder.shared-1.3.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/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 23 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 40 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/1.3.0/org.eclipse.tycho.core.shared-1.3.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/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 13 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.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 98 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 688 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/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.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/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 10 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/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.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/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 19 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 109 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 110 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 343 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 136 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 100 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 303 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 1.7 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 635 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 204 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 1.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 5.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 2.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.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 941 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 3.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 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/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 819 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 1.1 MB/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/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 527 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.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.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 2.2 MB/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/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 3.9 MB/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/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 261 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 66 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 44 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.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 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.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 638 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 302 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/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [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/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 197 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 99 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.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.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 125 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.24/plexus-utils-3.0.24.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 56 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.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 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-settings/3.0/maven-settings-3.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.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 86 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.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 974 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-settings/3.0/maven-settings-3.0.jar (47 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-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-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 144 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.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 5.4 MB/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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 111 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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 186 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.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 380 kB/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/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.8 MB/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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 178 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-api/1.7/aether-api-1.7.jar (74 kB at 251 kB/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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 46 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/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 363 kB/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-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 657 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.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 495 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [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 193 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.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 144 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.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 88 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.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 1.4 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 40 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 78 kB/s) [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 144 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 8.4 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 38 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/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.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/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 2.7 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.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.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/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 2.9 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/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.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/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 1.3 MB/s) [java] [INFO] Command line: [java] [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar, -configuration, /tmp/tycho-p2-runtime15253845482218616747.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source] [java] Generating metadata for .. [java] Generation completed with success [0 seconds]. [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default) @ org.eclipse.persistence.compdeps.internal --- [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 161 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 261 kB/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.jar [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] 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 742 kB/s) [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 7.8 MB/s) [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 8.7 MB/s) [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/org.eclipse.persistence.compdeps.internal-1.0.5-SNAPSHOT.zip [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 9.715 s [java] [INFO] Finished at: 2024-01-03T12:27:18Z [java] [INFO] ------------------------------------------------------------------------ clean-plugins: generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using Tycho. [echo] -Dclassworlds.conf=/home/jenkins/extension.lib.external/apache-maven-3.6.0/bin/m2.conf [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/compdeps [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.pom (2.1 kB at 33 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom (17 kB at 266 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom (4.8 kB at 88 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 53 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 523 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.pom [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/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.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/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.pom (1.1 kB at 25 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom (3.0 kB at 65 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 60 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 466 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 111 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 375 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 435 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.3 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/21/apache-21.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 590 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 29 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.pom (2.0 kB at 51 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 42 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.pom (1.8 kB at 45 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.0.pom (1.0 kB at 31 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.pom (1.7 kB at 44 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom (1.3 kB at 31 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 264 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.pom (2.1 kB at 57 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.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/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.pom (1.1 kB at 26 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.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/1.7.0/org.eclipse.tycho.core.shared-1.7.0.pom (1.0 kB at 24 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.pom (2.1 kB at 65 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.0.pom (1.1 kB at 31 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.pom [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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.pom (1.1 kB at 17 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [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/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 5.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [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/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar (22 kB at 343 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar (5.4 kB at 85 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.jar (205 kB at 2.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar (248 kB at 2.1 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 905 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 1.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 5.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar (13 kB at 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar (3.1 kB at 22 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/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar (38 kB at 274 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/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 917 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar (7.0 kB at 45 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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.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/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar (9.3 kB at 59 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/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar (37 kB at 227 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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar (29 kB at 168 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar (37 kB at 209 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar (1.5 MB at 7.6 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip (8.2 MB at 29 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.0.jar [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/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.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/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.0.jar (218 kB at 7.0 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.0.jar [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/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.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/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.0.jar (148 kB at 6.2 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.0.jar [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/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.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/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.0.jar (50 kB at 2.3 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 254 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 127 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 748 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 360 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 3.1 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.pom (1.7 kB at 44 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar (7.8 kB at 127 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [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 82 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [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 325 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [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 475 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom [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 240 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [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 718 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom (2.5 kB at 62 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar (130 kB at 2.4 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.pom (2.2 kB at 55 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar (29 kB at 840 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.pom (2.7 kB at 75 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 323 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 2.0 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 462 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom (2.2 kB at 44 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 73 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 340 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 64 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 42 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 56 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 3.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar (20 kB at 501 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar (28 kB at 627 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 1.0 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 360 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 370 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.pom (2.5 kB at 60 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar (34 kB at 1.9 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [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 222 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [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.3 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [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 110 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [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 259 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [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 525 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [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 372 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [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 164 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [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 693 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [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 669 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.pom (1.4 kB at 37 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar (15 kB at 403 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom (1.9 kB at 28 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar (21 kB at 566 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 127 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 93 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.7 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 131 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 88 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.1 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 65 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 554 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 3.5 MB/s) [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom (22 kB at 100 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 222 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom (9.7 kB at 51 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom (19 kB at 304 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom (4.2 kB at 64 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 1.0 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 219 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom (4.6 kB at 39 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.2/all-1.2.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 192 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 256 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.pom (5.7 kB at 84 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/all/1.6.7/all-1.6.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/all/1.6.7/all-1.6.7.pom (24 kB at 402 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (4.9 kB at 87 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 341 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 223 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.pom (14 kB at 210 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.9/jaxb-bundles-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.9/jaxb-bundles-2.3.9.pom (1.3 kB at 22 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.9/jaxb-parent-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.9/jaxb-parent-2.3.9.pom (32 kB at 554 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.9/jaxb-bom-ext-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.9/jaxb-bom-ext-2.3.9.pom (3.5 kB at 58 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.9/jaxb-bom-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.9/jaxb-bom-2.3.9.pom (11 kB at 173 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 251 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 209 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 155 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.pom (19 kB at 305 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.pom (16 kB at 238 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/metro-saaj/1.5.3/metro-saaj-1.5.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/metro-saaj/1.5.3/metro-saaj-1.5.3.pom (13 kB at 215 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.pom (18 kB at 299 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.pom (16 kB at 230 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.pom (17 kB at 282 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.pom (18 kB at 271 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.pom (14 kB at 246 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.3/jaxb-bundles-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.3/jaxb-bundles-2.3.3.pom (1.3 kB at 23 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.3/jaxb-parent-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.3/jaxb-parent-2.3.3.pom (29 kB at 503 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.3/jaxb-bom-ext-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.3/jaxb-bom-ext-2.3.3.pom (3.4 kB at 62 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.3/jaxb-bom-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.3/jaxb-bom-2.3.3.pom (8.2 kB at 147 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.pom (7.2 kB at 96 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 346 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom (4.9 kB at 78 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/32/oss-parent-32.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/32/oss-parent-32.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/32/oss-parent-32.pom (22 kB at 349 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.pom (15 kB at 117 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/project/2.3.7/project-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/project/2.3.7/project-2.3.7.pom (36 kB at 449 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.7/jaxws-ri-bom-ext-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.7/jaxws-ri-bom-ext-2.3.7.pom (4.0 kB at 65 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom/2.3.7/jaxws-ri-bom-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom/2.3.7/jaxws-ri-bom-2.3.7.pom (14 kB at 250 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom (12 kB at 188 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 154 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom (2.7 kB at 42 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom (13 kB at 240 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom (17 kB at 257 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.pom (3.2 kB at 47 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/fastinfoset-project/1.2.18/fastinfoset-project-1.2.18.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/fastinfoset-project/1.2.18/fastinfoset-project-1.2.18.pom (15 kB at 251 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 145 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/50/oss-parent-50.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/50/oss-parent-50.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 375 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 95 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 363 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom (19 kB at 147 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/2.1.0/jakarta.jws-api-2.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/2.1.0/jakarta.jws-api-2.1.0.pom (17 kB at 290 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 229 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 47 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 253 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom (19 kB at 298 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom (13 kB at 221 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom (12 kB at 192 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom (8.8 kB at 142 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom (13 kB at 224 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 59 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom (5.2 kB at 82 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom (1.5 kB at 27 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom (42 kB at 650 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom (11 kB at 192 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.pom (15 kB at 281 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.pom (6.7 kB at 111 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.pom (13 kB at 147 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 272 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 227 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom (11 kB at 189 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom (35 kB at 584 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 93 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom (3.3 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom (16 kB at 169 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom (9.5 kB at 96 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.pom (2.9 kB at 27 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom (11 kB at 185 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/json/1.1.6/json-1.1.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/json/1.1.6/json-1.1.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/json/1.1.6/json-1.1.6.pom (19 kB at 130 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.pom (2.8 kB at 26 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba/4.2.5/glassfish-corba-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba/4.2.5/glassfish-corba-4.2.5.pom (19 kB at 253 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 85 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 398 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.pom (3.2 kB at 57 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.pom (4.6 kB at 78 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.pom (2.5 kB at 44 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.pom (6.8 kB at 128 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom (3.6 kB at 69 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/9.1/asm-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/9.1/asm-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 43 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom (5.3 kB at 54 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom (2.9 kB at 98 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 74 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 61 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom (3.2 kB at 30 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom (3.6 kB at 68 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom (3.7 kB at 29 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom (2.9 kB at 105 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom (3.1 kB at 38 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom (3.2 kB at 57 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.pom (6.2 kB at 52 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 9.3 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom (3.4 kB at 33 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom (4.9 kB at 86 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom (17 kB at 222 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom (12 kB at 215 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom (5.5 kB at 90 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom (6.5 kB at 106 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom (10 kB at 129 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.pom (6.8 kB at 62 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/project/2.41/project-2.41.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/project/2.41/project-2.41.pom (108 kB at 882 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 48 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.pom (37 kB at 302 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 112 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.pom (15 kB at 120 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/glassfish-nucleus-parent/5.1.0/glassfish-nucleus-parent-5.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/glassfish-nucleus-parent/5.1.0/glassfish-nucleus-parent-5.1.0.pom (5.1 kB at 94 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/nucleus-parent/5.1.0/nucleus-parent-5.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/nucleus-parent/5.1.0/nucleus-parent-5.1.0.pom (49 kB at 602 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-bom/2.5.0/hk2-bom-2.5.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-bom/2.5.0/hk2-bom-2.5.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-bom/2.5.0/hk2-bom-2.5.0.pom (7.7 kB at 118 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/grizzly/grizzly-bom/2.4.4/grizzly-bom-2.4.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/grizzly/grizzly-bom/2.4.4/grizzly-bom-2.4.4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/grizzly/grizzly-bom/2.4.4/grizzly-bom-2.4.4.pom (9.5 kB at 134 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/jersey-bom/2.28/jersey-bom-2.28.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/jersey-bom/2.28/jersey-bom-2.28.pom (19 kB at 152 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.pom (2.9 kB at 44 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.0/pfl-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.0/pfl-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.0/pfl-4.1.0.pom (18 kB at 272 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.pom (4.7 kB at 72 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.pom (3.2 kB at 50 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.pom (5.1 kB at 80 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.pom (3.4 kB at 54 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.pom (2.9 kB at 43 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 23 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.pom (1.4 kB at 22 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 43 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 235 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.pom (790 B at 12 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom (1.1 kB at 8.0 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom (19 kB at 166 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom (1.5 kB at 12 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom (1.3 kB at 20 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom (1.4 kB at 21 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom (1.3 kB at 22 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom (1.3 kB at 21 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom (1.3 kB at 21 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.pom (1.7 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom (1.5 kB at 7.3 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom (13 kB at 96 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [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 252 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom (3.1 kB at 27 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom (5.6 kB at 42 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom (19 kB at 143 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom (9.6 kB at 141 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 12 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom (1.6 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom (11 kB at 182 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom (3.4 kB at 56 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom (13 kB at 193 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 345 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom (11 kB at 145 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.pom (1.9 kB at 16 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 45 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 203 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom (4.1 kB at 62 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom (5.4 kB at 89 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom (12 kB at 202 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 136 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom (6.3 kB at 103 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 29 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 130 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 328 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom (2.6 kB at 42 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 134 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 339 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 57 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 72 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 117 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 130 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 176 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 73 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 41 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 31 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 91 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 49 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 45 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 80 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 427 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 88 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 19 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom (3.3 kB at 28 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 599 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom (15 kB at 204 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/39/jboss-parent-39.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/39/jboss-parent-39.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 1.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 50 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.pom (1.6 kB at 23 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-parent/3.1.SP4/weld-api-parent-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-parent/3.1.SP4/weld-api-parent-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-parent/3.1.SP4/weld-api-parent-3.1.SP4.pom (7.9 kB at 127 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom (54 kB at 576 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.pom (2.8 kB at 42 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.pom (1.8 kB at 26 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-parent/3.1.9.Final/weld-core-parent-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-parent/3.1.9.Final/weld-core-parent-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-parent/3.1.9.Final/weld-core-parent-3.1.9.Final.pom (31 kB at 456 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/45/weld-parent-45.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/45/weld-parent-45.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/45/weld-parent-45.pom (54 kB at 826 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom (10 kB at 193 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 58 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 149 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 645 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 194 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-bom/3.1.SP4/weld-api-bom-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-bom/3.1.SP4/weld-api-bom-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-bom/3.1.SP4/weld-api-bom-3.1.SP4.pom (5.1 kB at 43 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.pom (8.4 kB at 124 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom (12 kB at 34 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 2.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom (13 kB at 107 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom (13 kB at 123 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.pom (8.0 kB at 76 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-parent/3.1.9.Final/weld-se-parent-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-parent/3.1.9.Final/weld-se-parent-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-parent/3.1.9.Final/weld-se-parent-3.1.9.Final.pom (1.6 kB at 29 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.pom (11 kB at 198 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-parent/3.1.9.Final/weld-probe-parent-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-parent/3.1.9.Final/weld-probe-parent-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-parent/3.1.9.Final/weld-probe-parent-3.1.9.Final.pom (855 B at 16 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 579 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar (290 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar (364 kB at 1.8 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar (232 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.jar (677 kB at 8.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar (450 kB at 2.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar (68 kB at 500 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.jar (1.1 MB at 14 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar (37 kB at 671 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.jar (39 kB at 714 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.jar (1.9 MB at 23 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.jar (75 kB at 1.3 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.jar (174 kB at 3.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 732 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 3.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar (50 kB at 987 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 927 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.jar (457 kB at 2.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.jar (2.6 MB at 29 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar (65 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar (58 kB at 1.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar (16 kB at 324 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.jar (317 kB at 4.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 456 kB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 240 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar (64 kB at 1.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 296 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 1.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar (109 kB at 2.0 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar (25 kB at 455 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 55 kB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar (18 kB at 219 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar (57 kB at 715 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.jar (220 kB at 2.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.jar (68 kB at 644 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 1.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar (140 kB at 2.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3-sources.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar (92 kB at 1.2 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 914 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3-sources.jar (273 kB at 5.0 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.jar (174 kB at 3.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.jar (21 kB at 382 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar (140 kB at 1.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.jar (118 kB at 2.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.jar (208 kB at 3.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.jar (42 kB at 804 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.jar (1.4 MB at 21 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar (214 kB at 3.8 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar (2.3 MB at 17 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar (51 kB at 978 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.jar (71 kB at 984 kB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.jar (340 kB at 4.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.jar (1.7 MB at 17 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar (72 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.jar (94 kB at 602 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar (132 kB at 2.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 4.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar (200 kB at 1.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar (27 kB at 231 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.jar (1.3 MB at 13 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 375 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar (203 kB at 1.2 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar (738 kB at 7.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.jar (303 kB at 1.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.jar (1.4 MB at 19 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar (3.9 kB at 42 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.jar (2.3 MB at 15 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.jar (358 kB at 2.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar (187 kB at 2.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.jar (742 kB at 2.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar (2.4 MB at 15 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar (129 kB at 834 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar (7.0 MB at 30 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar (1.7 MB at 8.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar (1.9 MB at 19 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar (1.5 MB at 22 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar (2.2 MB at 27 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.jar (1.5 MB at 22 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar (63 kB at 1.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar (426 kB at 6.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar (3.4 MB at 23 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 4.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar (30 kB at 591 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar (1.3 MB at 20 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 3.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar (241 kB at 3.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (324 kB at 5.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 599 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1.3 MB at 17 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar (67 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 3.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 376 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 183 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 73 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar (2.7 MB at 10 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 40 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 638 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar (120 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 39 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar (61 kB at 844 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.jar (33 kB at 627 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.jar (85 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.jar (87 kB at 884 kB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.jar (1.7 MB at 24 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar (25 kB at 273 kB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar (100 kB at 919 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar (26 kB at 205 kB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.jar (818 kB at 7.2 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.jar (72 kB at 532 kB/s) [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [java] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (480B) [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [java] [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [java] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ [java] [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from https://mirror.aarnet.edu.au/pub/eclipse/releases/2018-12/201812191000/plugins/ (454.7kB) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2018-12/201812191000/plugins/ (57.07kB) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink CompDeps [pom] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect [eclipse-plugin] [java] [INFO] EclipseLink Compilation Dependencies [eclipse-feature] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository [eclipse-repository] [java] [INFO] [java] [INFO] ------------------< org.eclipse.persistence:compdeps >------------------ [java] [INFO] Building EclipseLink CompDeps 1.0.5-SNAPSHOT [1/4] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ compdeps --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.sun-misc >------ [java] [INFO] Building System Bundle Fragment exporting sun.misc and sun.reflect 1.0.5-SNAPSHOT [2/4] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 110 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 443 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 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-tree/7.3.1/asm-tree-7.3.1.jar (53 kB at 429 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar (33 kB at 261 kB/s) [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sun-misc --- [java] [INFO] The project's OSGi version is 1.0.5.202401031227 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [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 73 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [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 83 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [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 92 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [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 48 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [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 132 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [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 57 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [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 37 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [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 39 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [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 45 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [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 53 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [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 203 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [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 33 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [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 37 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [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 33 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [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 9.9 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [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 109 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [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 33 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [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 64 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [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 37 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [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 136 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [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 33 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [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 85 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [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 85 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [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 145 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [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 252 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [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 13 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [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 65 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [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 72 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [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 101 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [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 183 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [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 20 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [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 44 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [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 351 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [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-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-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-core/2.0.6/maven-core-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] 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 3.0 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-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 734 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.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.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.2 MB/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.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 2.4 MB/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.6/maven-plugin-registry-2.0.6.jar (29 kB at 452 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.jar [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] 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 324 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.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 146 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.jar [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 76 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.jar [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 304 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-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 369 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.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 131 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] 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 127 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.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 229 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.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 329 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/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 753 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-model/2.0.6/maven-model-2.0.6.jar (86 kB at 680 kB/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-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 384 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.jar [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 80 kB/s) [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/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 248 kB/s) [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 48 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 418 kB/s) [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/src/main/resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 11 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 215 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 133 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 51 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.pom (2.4 kB at 42 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.pom (1.6 kB at 31 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom (1.7 kB at 56 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar (3.5 kB at 56 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar (18 kB at 269 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 410 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 55 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar (3.0 MB at 31 MB/s) [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/src/test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/target/org.eclipse.persistence.sun-misc-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.compdeps >------ [java] [INFO] Building EclipseLink Compilation Dependencies 1.0.5-SNAPSHOT [3/4] [java] [INFO] --------------------------[ eclipse-feature ]--------------------------- [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.jar (514 kB at 2.2 MB/s) [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps --- [java] [INFO] The project's OSGi version is 1.0.5.202401031227 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.persistence.compdeps --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/target/org.eclipse.persistence.compdeps-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo >--- [java] [INFO] Building EclipseLink Compilation Dependencies p2 Repository 1.0.5-SNAPSHOT [4/4] [java] [INFO] -------------------------[ eclipse-repository ]------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] The project's OSGi version is 1.0.5.202401031227 [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/src/main/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [java] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/org.eclipse.persistence.compdeps.p2repo-1.0.5-SNAPSHOT.zip [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-sources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 78 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 166 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 44 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [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/doxia-sink-api-1.0.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/doxia-sink-api-1.0.pom (1.4 kB at 48 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 235 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 772 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 96 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 100 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 100 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 683 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 326 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 139 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 155 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 25 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.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.2/doxia-sink-api-1.2.pom (1.6 kB at 36 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 330 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/19/maven-parent-19.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 568 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 37 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [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-30/plexus-container-default-1.0-alpha-30.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-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 77 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 57 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 63 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 73 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 223 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 96 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 39 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 52 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 378 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 609 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 167 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 204 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/4.1/project-4.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 482 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 132 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 161 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 320 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 427 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 321 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 70 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 120 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 382 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 96 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 37 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 56 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 131 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 28 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 91 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 40 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [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-20/plexus-container-default-1.0-alpha-20.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-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 60 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 38 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 22 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 123 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 31 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 233 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 204 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 179 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 191 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 1.7 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 368 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 220 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 5.8 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 15 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 29 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 58 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.1 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 3.6 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 61 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 73 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 112 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.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.4/doxia-sink-api-1.4.pom (1.5 kB at 39 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 579 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 43 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 122 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 358 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 85 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 71 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 197 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 70 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 44 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 41 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 150 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 343 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 180 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 121 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.2 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 4.2 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 4.5 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 5.2 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 97 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 276 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 4.4 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 15 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 1.6 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 159 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-master/4/struts-master-4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 282 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/2/apache-2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 30 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 2.7 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 65 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 79 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 180 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 12 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 31 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 97 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 120 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 391 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/43/commons-parent-43.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 1.1 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 114 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 84 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 831 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 217 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 94 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 34 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 20 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 321 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 67 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 114 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 146 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 832 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 188 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 929 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 96 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 87 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 90 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 84 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 58 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 52 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 38 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 136 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 17 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 13 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 208 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 36 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 899 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 105 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 86 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 177 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 196 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 749 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 64 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 182 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 98 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 437 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 821 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 177 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 377 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 6.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 2.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 1.9 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 2.4 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 217 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 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/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 13 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 107 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 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/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 442 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 317 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 94 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.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-30/plexus-container-default-1.0-alpha-30.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 475 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 119 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 276 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 77 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [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-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 50 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 416 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 2.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 150 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 511 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 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-utils/3.1.0/plexus-utils-3.1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 581 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 929 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 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/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 159 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 185 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 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/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 438 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 134 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 504 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 135 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 272 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 195 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 410 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 205 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 522 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 703 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 859 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.8 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 79 kB/s) [java] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar (193 kB at 1.0 MB/s) [java] [INFO] Copying jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jakarta.xml.bind-api-2.3.3-sources.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-binaries-without-osgi-info) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.sun.xml.ws:jaxws-rt:2.3.7:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-api:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-spi:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld.environment:weld-environment-common:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld.se:weld-se-core:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-core-impl:3.1.9.Final:jar [java] [INFO] Copying jaxws-rt-2.3.7.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jaxws-rt-2.3.7.jar [java] [INFO] Copying weld-api-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-api-3.1.SP4.jar [java] [INFO] Copying weld-spi-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-spi-3.1.SP4.jar [java] [INFO] Copying weld-environment-common-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-environment-common-3.1.9.Final.jar [java] [INFO] Copying weld-se-core-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-se-core-3.1.9.Final.jar [java] [INFO] Copying weld-core-impl-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-core-impl-3.1.9.Final.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-oracle-binaries) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ojdbc8:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.nls:orai18n:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xdb:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xmlparserv2:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ucp:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.observability:dms:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.messaging:aqapi:23.2.0.0:jar [java] [INFO] Configured Artifact: com.oracle.kv:oracle-nosql-client:18.3.10:jar [java] [INFO] Copying ojdbc8-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar [java] [INFO] Copying orai18n-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar [java] [INFO] Copying xdb-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar [java] [INFO] Copying xmlparserv2-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar [java] [INFO] Copying ucp-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar [java] [INFO] Copying dms-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar [java] [INFO] Copying aqapi-23.2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar [java] [INFO] Copying oracle-nosql-client-18.3.10.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink CompDeps 1.0.5-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink CompDeps ............................... SUCCESS [ 0.049 s] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [ 3.957 s] [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [ 1.158 s] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [ 17.550 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 01:18 min [java] [INFO] Finished at: 2024-01-03T12:28:38Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins check-oracle-p2: [echo] Oracle Build Settings: [echo] oracle.p2.dir: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] oracle.p2.url: 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Generate a local Oracle p2 repo? [echo] generate.oracle.p2: 'true' (undefined = false) generate-oracle-p2: [echo] Generating local 'Oracle Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='oraclelibs' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs' [echo] oraclelibs.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs' [echo] oraclelibs.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/../..' [echo] oraclelibs.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/../../buildsystem' [echo] --- [echo] Loading user defined properties from: '/home/jenkins/build.properties' [echo] [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] [echo] Defined Oracle dependencies: [echo] ojdbc.jar = 'ojdbc.jar' [echo] orai18n.jar = 'orai18n.jar' [echo] xdb.jar = 'xdb.jar' [echo] xmlparser.jar = 'xmlparserv2.jar ' [echo] ucp.jar = 'ucp.jar' [echo] dms.jar = 'dms.jar' [echo] aqapi.jar = 'aqapi.jar ' [echo] kvclient.jar = 'kvclient.jar' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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] oraclelibs.version ='1.0.0' [echo] oraclelibs.qualifier ='v202401031228' [echo] oraclelibs.version.string ='1.0.0.v202401031228' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/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-cb-2.7_test/buildsystem/oraclelibs/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins' [echo] --- [echo] oraclelibs.build.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink oraclelibs Artifacts"' clean: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' check-oracle-dependencies: [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar' package-oracle-dep-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins [echo] Packaging: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202401031228.jar'... [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202401031228.jar resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins... [say] oracle.libs.version = '1.0.0.v202401031228' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/features/oracle.libs.feature_1.0.0.v202401031228.jar generate-p2: [echo] java.home ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9' [echo] ----- [echo] eclipse.plugin.dir='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' [echo] ----- [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. build: clean-runtime-checkedin: init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../utils/plugins' [echo] local.p2.repo.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.7.14' [echo] version.qualifier ='v20240103-d320a30cc1' [echo] version.string ='2.7.14.v20240103-d320a30cc1' [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.7.14.v20240103-d320a30cc1.zip' [echo] build.id ='2.7.14' [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-cb-2.7_test/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite/plugins' [say] bundle.install.file: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../eclipselink-plugins.zip' not found! [say] nosql.install.file: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../eclipselink-plugins-nosql.zip' not found! [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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: 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/1.3.0/tycho-maven-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 4.9 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 147 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 120 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 881 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 50 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 199 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom (2.9 kB at 137 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar (23 kB at 1.2 MB/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 65 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 184 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 239 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 483 kB/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 42 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 665 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 89 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/1.3.0/tycho-packaging-plugin-1.3.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 992 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 1.1 MB/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 130 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 129 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.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 824 kB/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.1/findbugs-maven-plugin-3.0.1.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.1/findbugs-maven-plugin-3.0.1.pom (21 kB at 176 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (0 B at 0 B/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 (0 B at 0 B/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.1/findbugs-maven-plugin-3.0.1.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.1/findbugs-maven-plugin-3.0.1.jar (144 kB at 1.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/1.3.0/tycho-p2-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.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/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 596 kB/s) [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [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] EclipseLink Oracle Extension [eclipse-plugin] [java] [INFO] EclipseLink Oracle NoSQL Extension [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.7.14-SNAPSHOT [1/13] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.parent --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.7.14-SNAPSHOT [2/13] [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.7.14-SNAPSHOT [3/13] [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.7.14-SNAPSHOT [4/13] [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.7.14-SNAPSHOT [5/13] [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.7.14-SNAPSHOT [6/13] [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.7.14-SNAPSHOT [7/13] [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.7.14-SNAPSHOT [8/13] [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.7.14-SNAPSHOT [9/13] [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.7.14-SNAPSHOT [10/13] [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.7.14-SNAPSHOT [11/13] [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] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [java] [INFO] Building EclipseLink Oracle Extension 2.7.14-SNAPSHOT [12/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [java] [INFO] Building EclipseLink Oracle NoSQL Extension 2.7.14-SNAPSHOT [13/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.7.14-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 0.039 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.002 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.001 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.001 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 0.002 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 8.612 s [java] [INFO] Finished at: 2024-01-03T12:28:53Z [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-cb-2.7_test/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.7.14' [echo] release.version = '2.7.14' [echo] BuildDate.BuildTime = '20240103.1227' [echo] java.version = '11.0.11' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.18.5-100.fc35.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.8' [echo] java_home = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/logs init: [echo] ant.project.name ='oraclelibs' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs' [echo] oraclelibs.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs' [echo] oraclelibs.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/../..' [echo] oraclelibs.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/../../buildsystem' [echo] --- [echo] Loading user defined properties from: '/home/jenkins/build.properties' [echo] [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] [echo] Defined Oracle dependencies: [echo] ojdbc.jar = 'ojdbc.jar' [echo] orai18n.jar = 'orai18n.jar' [echo] xdb.jar = 'xdb.jar' [echo] xmlparser.jar = 'xmlparserv2.jar ' [echo] ucp.jar = 'ucp.jar' [echo] dms.jar = 'dms.jar' [echo] aqapi.jar = 'aqapi.jar ' [echo] kvclient.jar = 'kvclient.jar' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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] oraclelibs.version ='1.0.0' [echo] oraclelibs.qualifier ='v202401031228' [echo] oraclelibs.version.string ='1.0.0.v202401031228' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/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-cb-2.7_test/buildsystem/oraclelibs/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins' [echo] --- [echo] oraclelibs.build.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink oraclelibs Artifacts"' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/target [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo clean-runtime: clean-testing: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-core-tests.jar [echo] Loading test properties [echo] - test.properties value was not set [echo] + /home/jenkins/build.properties found [echo] - /home/jenkins/test.properties not found [echo] - /home/jenkins/local.build.properties not found [echo] Loading build properties [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.extension.test/antbuild.properties found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.extension.test/test.properties found [echo] Checking build utilities: [echo] + Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023 [echo] + JDK: 11.0.11 clean: [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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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] Loading user-defined overrides from '/home/jenkins/build.properties'... [echo] No user-defined test overrides found to load ('/home/jenkins/test.properties' non-existant). [echo] No Local overrides found to load. ('/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/local.build.properties' non-existant). [echo] ant.project.name = 'eclipselink.hermes.test' [echo] hermes.test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test' [echo] hermes.test.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../..' [echo] hermes.test.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins' [echo] hermes.test.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins' clean: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='${oep.nosql.lib}' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/classes [echo] JDK version detected: '11.0.11' [echo] java.version='11.0.11' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.13.2.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-cb-2.7_test/utils/eclipselink.utils.workbench.test' [echo] release.designation = 'EclipseLink 2.7.14' [echo] release.version = '2.7.14' [echo] BuildDate.BuildTime = '20240103.1227' [echo] java.version = '11.0.11' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.18.5-100.fc35.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.8' [echo] java_home = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.test/logs clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.test/logs [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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. clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' check.oracle.dependencies: oracle.dependencies: [echo] Oracle DB dependencies check failed: [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar library found [echo] - orai18n-mapping.jar library missing [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar library found clean-oracle-if-dependencies: clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clean-plugins: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clean-local-compdeps: [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink CompDeps [pom] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect [eclipse-plugin] [java] [INFO] EclipseLink Compilation Dependencies [eclipse-feature] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository [eclipse-repository] [java] [INFO] [java] [INFO] ------------------< org.eclipse.persistence:compdeps >------------------ [java] [INFO] Building EclipseLink CompDeps 1.0.5-SNAPSHOT [1/4] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ compdeps --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.sun-misc >------ [java] [INFO] Building System Bundle Fragment exporting sun.misc and sun.reflect 1.0.5-SNAPSHOT [2/4] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/target [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.compdeps >------ [java] [INFO] Building EclipseLink Compilation Dependencies 1.0.5-SNAPSHOT [3/4] [java] [INFO] --------------------------[ eclipse-feature ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/target [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo >--- [java] [INFO] Building EclipseLink Compilation Dependencies p2 Repository 1.0.5-SNAPSHOT [4/4] [java] [INFO] -------------------------[ eclipse-repository ]------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink CompDeps 1.0.5-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink CompDeps ............................... SUCCESS [ 0.047 s] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [ 0.004 s] [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [ 0.004 s] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [ 0.013 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 10.155 s [java] [INFO] Finished at: 2024-01-03T12:29:04Z [java] [INFO] ------------------------------------------------------------------------ [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clean-internal-compdeps: [java] [INFO] Scanning for projects... [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.internal >-- [java] [INFO] Building EclipseLink Internal Compilation Dependencies 1.0.5-SNAPSHOT [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 0.247 s [java] [INFO] Finished at: 2024-01-03T12:29:06Z [java] [INFO] ------------------------------------------------------------------------ build-no-javadoc: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.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: 'false' generate-internal-compdeps: [echo] Generating local internal 'Compile Dependency P2 Repository' using Tycho. [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.multiModuleProjectDirectory=buildsystem/org.eclipse.persistence.parent [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.internal >-- [java] [INFO] Building EclipseLink Internal Compilation Dependencies 1.0.5-SNAPSHOT [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.8:run (inject-common-into-src-bundles) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Executing tasks [java] [java] main: [java] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- tycho-p2-extras-plugin:1.3.0:publish-features-and-bundles (default) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Command line: [java] [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar, -configuration, /tmp/tycho-p2-runtime14517055801671219390.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source] [java] Generating metadata for .. [java] Generation completed with success [0 seconds]. [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/org.eclipse.persistence.compdeps.internal-1.0.5-SNAPSHOT.zip [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 3.191 s [java] [INFO] Finished at: 2024-01-03T12:29:10Z [java] [INFO] ------------------------------------------------------------------------ clean-plugins: generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using Tycho. [echo] -Dclassworlds.conf=/home/jenkins/extension.lib.external/apache-maven-3.6.0/bin/m2.conf [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/compdeps [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink CompDeps [pom] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect [eclipse-plugin] [java] [INFO] EclipseLink Compilation Dependencies [eclipse-feature] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository [eclipse-repository] [java] [INFO] [java] [INFO] ------------------< org.eclipse.persistence:compdeps >------------------ [java] [INFO] Building EclipseLink CompDeps 1.0.5-SNAPSHOT [1/4] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ compdeps --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.sun-misc >------ [java] [INFO] Building System Bundle Fragment exporting sun.misc and sun.reflect 1.0.5-SNAPSHOT [2/4] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sun-misc --- [java] [INFO] The project's OSGi version is 1.0.5.202401031229 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/src/main/resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/src/test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/sun.misc/target/org.eclipse.persistence.sun-misc-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.compdeps >------ [java] [INFO] Building EclipseLink Compilation Dependencies 1.0.5-SNAPSHOT [3/4] [java] [INFO] --------------------------[ eclipse-feature ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps --- [java] [INFO] The project's OSGi version is 1.0.5.202401031229 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.persistence.compdeps --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps/target/org.eclipse.persistence.compdeps-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo >--- [java] [INFO] Building EclipseLink Compilation Dependencies p2 Repository 1.0.5-SNAPSHOT [4/4] [java] [INFO] -------------------------[ eclipse-repository ]------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] The project's OSGi version is 1.0.5.202401031229 [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/src/main/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [java] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/org.eclipse.persistence.compdeps.p2repo-1.0.5-SNAPSHOT.zip [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-sources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar [java] [INFO] Copying jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jakarta.xml.bind-api-2.3.3-sources.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-binaries-without-osgi-info) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.sun.xml.ws:jaxws-rt:2.3.7:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-api:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-spi:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld.environment:weld-environment-common:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld.se:weld-se-core:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-core-impl:3.1.9.Final:jar [java] [INFO] Copying jaxws-rt-2.3.7.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jaxws-rt-2.3.7.jar [java] [INFO] Copying weld-api-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-api-3.1.SP4.jar [java] [INFO] Copying weld-spi-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-spi-3.1.SP4.jar [java] [INFO] Copying weld-environment-common-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-environment-common-3.1.9.Final.jar [java] [INFO] Copying weld-se-core-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-se-core-3.1.9.Final.jar [java] [INFO] Copying weld-core-impl-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-core-impl-3.1.9.Final.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-oracle-binaries) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ojdbc8:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.nls:orai18n:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xdb:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xmlparserv2:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ucp:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.observability:dms:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.messaging:aqapi:23.2.0.0:jar [java] [INFO] Configured Artifact: com.oracle.kv:oracle-nosql-client:18.3.10:jar [java] [INFO] Copying ojdbc8-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar [java] [INFO] Copying orai18n-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar [java] [INFO] Copying xdb-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar [java] [INFO] Copying xmlparserv2-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar [java] [INFO] Copying ucp-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar [java] [INFO] Copying dms-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar [java] [INFO] Copying aqapi-23.2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar [java] [INFO] Copying oracle-nosql-client-18.3.10.jar to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink CompDeps 1.0.5-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink CompDeps ............................... SUCCESS [ 0.036 s] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [ 0.621 s] [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [ 0.811 s] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [ 4.398 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 15.792 s [java] [INFO] Finished at: 2024-01-03T12:29:27Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins check-oracle-p2: [echo] Oracle Build Settings: [echo] oracle.p2.dir: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] oracle.p2.url: 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Generate a local Oracle p2 repo? [echo] generate.oracle.p2: 'true' (undefined = false) generate-oracle-p2: [echo] Generating local 'Oracle Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='oraclelibs' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs' [echo] oraclelibs.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs' [echo] oraclelibs.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/../..' [echo] oraclelibs.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/../../buildsystem' [echo] --- [echo] Loading user defined properties from: '/home/jenkins/build.properties' [echo] [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] [echo] Defined Oracle dependencies: [echo] ojdbc.jar = 'ojdbc.jar' [echo] orai18n.jar = 'orai18n.jar' [echo] xdb.jar = 'xdb.jar' [echo] xmlparser.jar = 'xmlparserv2.jar ' [echo] ucp.jar = 'ucp.jar' [echo] dms.jar = 'dms.jar' [echo] aqapi.jar = 'aqapi.jar ' [echo] kvclient.jar = 'kvclient.jar' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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] oraclelibs.version ='1.0.0' [echo] oraclelibs.qualifier ='v202401031229' [echo] oraclelibs.version.string ='1.0.0.v202401031229' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/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-cb-2.7_test/buildsystem/oraclelibs/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins' [echo] --- [echo] oraclelibs.build.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink oraclelibs Artifacts"' clean: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' check-oracle-dependencies: [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar' package-oracle-dep-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins [echo] Packaging: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202401031229.jar'... [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202401031229.jar resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/plugins... [say] oracle.libs.version = '1.0.0.v202401031229' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo/features/oracle.libs.feature_1.0.0.v202401031229.jar generate-p2: [echo] java.home ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9' [echo] ----- [echo] eclipse.plugin.dir='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' [echo] ----- [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. build: clean-runtime-checkedin: init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../utils/plugins' [echo] local.p2.repo.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.7.14' [echo] version.qualifier ='v20240103-d320a30cc1' [echo] version.string ='2.7.14.v20240103-d320a30cc1' [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.7.14.v20240103-d320a30cc1.zip' [echo] build.id ='2.7.14' [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-cb-2.7_test/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite/plugins' [say] bundle.install.file: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../eclipselink-plugins.zip' not found! [say] nosql.install.file: '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/../eclipselink-plugins-nosql.zip' not found! [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/p2site/__EL-RepositorySite' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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: 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=v20240103-d320a30cc1 [echo] -DforceContextQualifier=v20240103-d320a30cc1 [echo] -Declipselink.full=true [echo] -Doracle.p2.url=file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo [echo] -B verify [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [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] EclipseLink Oracle Extension [eclipse-plugin] [java] [INFO] EclipseLink Oracle NoSQL Extension [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.7.14-SNAPSHOT [1/13] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.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 5.4 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 273 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 604 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 69 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 68 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 147 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 90 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 228 kB/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 62 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 54 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 77 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 48 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 32 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 96 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 165 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 400 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 77 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-model/2.0.11/maven-model-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] 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 422 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-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 770 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.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.11/maven-repository-metadata-2.0.11.jar (26 kB at 255 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 447 kB/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] 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 318 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.jar [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.0 MB/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] 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 744 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.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.11/maven-plugin-registry-2.0.11.jar (31 kB at 236 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.jar [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 631 kB/s) [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 240 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 80 kB/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 2.5 MB/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 7.3 MB/s) [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.parent.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.7.14-SNAPSHOT [2/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.3.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/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 20 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 82 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 219 kB/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 23 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 61 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 27 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.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/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.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/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.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 253 kB/s) [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 1.2 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 113 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 260 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 15 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar (66 kB at 2.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 2.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 77 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 116 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 3.5 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 13 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 4.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 842 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 306 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 229 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 2.5 MB/s) [java] [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.jpa.jpql_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.jpa.jpql.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.jpa.jpql.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [java] [INFO] Building EclipseLink Core 2.7.14-SNAPSHOT [3/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.core --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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.7.14' [java] [echo] qualifier: 'v20240103-d320a30cc1' [java] [echo] buildDate: '20240103' [java] [echo] buildTime: '1229' [java] [echo] buildType: 'SNAPSHOT' [java] [echo] buildRevision: 'NA' [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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:1.3.0:compile (default-compile) @ org.eclipse.persistence.core --- [java] [INFO] Compiling 1763 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/converters/SerializedObjectConverter.java:[102] [java] this.serializer = (Serializer)serializerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/descriptors/ClassDescriptor.java:[4185] [java] setInstantiationPolicy(new PersistenceObjectInstantiationPolicy((PersistenceObject)getJavaClass().newInstance())); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/databaseaccess/DatabaseCall.java:[30] [java] import java.io.CharArrayWriter; [java] ^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.io.CharArrayWriter is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/factories/XMLSessionConfigLoader.java:[19] [java] import java.util.Iterator; [java] ^^^^^^^^^^^^^^^^^^ [java] The import java.util.Iterator is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/helper/WriteLockManager.java:[37] [java] import org.eclipse.persistence.internal.localization.LoggingLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.LoggingLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/XMLContext.java:[104] [java] this(sessionNames, PrivilegedAccessHelper.privilegedGetClassLoaderForClass(XMLContext.class)); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/XMLContext.java:[132] [java] this(sessionNames, PrivilegedAccessHelper.privilegedGetClassLoaderForClass(XMLContext.class), xmlResource); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/XMLContext.java:[760] [java] dbSession = (DatabaseSession) SessionManager.getManager().getSession(sessionLoader, sessionName, PrivilegedAccessHelper.privilegedGetClassLoaderForClass(this.getClass()), false, false, false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[632] [java] if (!method.isAccessible()) { [java] ^^^^^^^^^^^^^^ [java] The method isAccessible() from the type AccessibleObject is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[643] [java] return clazz.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/helper/ExplainDeadLockUtil.java:[28] [java] import static java.lang.String.format; [java] ^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.lang.String.format is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266] [java] databaseString = expression.getOperator().getDatabaseStrings()[0]; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The method getDatabaseStrings() from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/MappedKeyMapContainerPolicy.java:[70] [java] import org.eclipse.persistence.sessions.DatabaseRecord; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.sessions.DatabaseRecord is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/HANAPlatform.java:[284] [java] expOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/HANAPlatform.java:[300] [java] expOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/HANAPlatform.java:[323] [java] exOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[74] [java] if(null != getContainerAccessor()) { [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The method getContainerAccessor() from the type XMLCompositeObjectMapping is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75] [java] getContainerAccessor().initializeAttributes(this.referenceClass); [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The method getContainerAccessor() from the type XMLCompositeObjectMapping is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/AbstractSession.java:[127] [java] import org.eclipse.persistence.sessions.ObjectCopyingPolicy; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The type ObjectCopyingPolicy is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[35] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/EISAccessor.java:[22] [java] import javax.resource.cci.Record; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci.Record is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/server/NoServerPlatformDetector.java:[29] [java] loaderStr = PrivilegedAccessHelper.privilegedGetClassLoaderForClass(NoServerPlatformDetector.class).toString(); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/ListContainerPolicy.java:[36] [java] import org.eclipse.persistence.sessions.DatabaseRecord; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.sessions.DatabaseRecord is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/json/JsonStructureReader.java:[53] [java] import org.eclipse.persistence.internal.oxm.OXMSystemProperties; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.oxm.OXMSystemProperties is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/DOMRecord.java:[17] [java] import javax.resource.cci.*; [java] ^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[476] [java] jndiConnector.setLookupType(databaseLoginConfig.getLookupType().intValue()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setLookupType(int) from the type JNDIConnector is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[1003] [java] Sequence sequence = (Sequence)xmlClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[1243] [java] javaLog = (SessionLog)((Class)conversionManager.convertObject("org.eclipse.persistence.logging.JavaLog", Class.class)).newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[46] [java] if (((ExpressionOperator)attributeValue).getDatabaseStrings() != null) { [java] ^^^^^^^^^^^^^^^^^^^^ [java] The method getDatabaseStrings() from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47] [java] String databaseString = ((ExpressionOperator)attributeValue).getDatabaseStrings()[0]; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The method getDatabaseStrings() from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[19] [java] import javax.resource.cci.*; [java] ^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/XMLMarshaller.java:[43] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[221] [java] addProp(new BooleanProp(PersistenceUnitProperties.ORDER_UPDATES, "true")); [java] ^^^^^^^^^^^^^ [java] The field PersistenceUnitProperties.ORDER_UPDATES is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[603] [java] {TargetServer.SunAS9, pcg + "sunas.SunAS9ServerPlatform"}, [java] ^^^^^^ [java] The field TargetServer.SunAS9 is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMReader.java:[17] [java] import java.lang.reflect.Method; [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.lang.reflect.Method is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMReader.java:[29] [java] import org.eclipse.persistence.internal.security.PrivilegedAccessHelper; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.security.PrivilegedAccessHelper is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335] [java] operator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/UnitOfWorkChangeSet.java:[22] [java] import java.util.List; [java] ^^^^^^^^^^^^^^ [java] The import java.util.List is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/RecordConverter.java:[17] [java] import javax.resource.cci.*; [java] ^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMUnmarshaller.java:[21] [java] import java.lang.reflect.Method; [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.lang.reflect.Method is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMUnmarshaller.java:[39] [java] import org.eclipse.persistence.internal.security.PrivilegedAccessHelper; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.security.PrivilegedAccessHelper is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225] [java] exOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] 42 problems (42 warnings) [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-cb-2.7_test/foundation/eclipselink.core.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.core --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.core_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.core --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.core.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.core.source_2.7.14.v20240103-d320a30cc1.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-cb-2.7_test/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.7.14-SNAPSHOT [4/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.nosql --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.nosql --- [java] [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[112] [java] mongo = new MongoClient(new ServerAddress(), credentialsList, options); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor MongoClient(ServerAddress, List, MongoClientOptions) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[114] [java] mongo = new MongoClient(servers, credentialsList, options); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor MongoClient(List, List, MongoClientOptions) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[58] [java] this.db.getMongo().close(); [java] ^^^^^^^^^^ [java] The method getMongo() from the type DB is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[58] [java] this.db.getMongo().close(); [java] ^^^^^^^ [java] The method close() from the type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[165] [java] BasicDBObject select = null; // FIXME: select? [java] ^^^^^^ [java] The value of the local variable select is not used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[139] [java] spec.setWriteConcern(WriteConcern.FSYNC_SAFE); [java] ^^^^^^^^^^ [java] The field WriteConcern.FSYNC_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[141] [java] spec.setWriteConcern(WriteConcern.JOURNAL_SAFE); [java] ^^^^^^^^^^^^ [java] The field WriteConcern.JOURNAL_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[147] [java] spec.setWriteConcern(WriteConcern.NORMAL); [java] ^^^^^^ [java] The field WriteConcern.NORMAL is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[149] [java] spec.setWriteConcern(WriteConcern.REPLICAS_SAFE); [java] ^^^^^^^^^^^^^ [java] The field WriteConcern.REPLICAS_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[151] [java] spec.setWriteConcern(WriteConcern.SAFE); [java] ^^^^ [java] The field WriteConcern.SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[31] [java] import com.mongodb.Mongo; [java] ^^^^^^^^^^^^^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41] [java] protected transient Mongo mongo; [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53] [java] public MongoConnectionFactory(Mongo mongo) { [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90] [java] Mongo mongo = this.mongo; [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94] [java] mongo = new Mongo(); [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94] [java] mongo = new Mongo(); [java] ^^^^^^^ [java] The constructor Mongo() is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96] [java] mongo = new Mongo(servers); [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96] [java] mongo = new Mongo(servers); [java] ^^^^^^^^^^^^^^ [java] The constructor Mongo(List) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99] [java] db = mongo.getDB(connectionSpec.getDB()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method getDB(String) from the type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111] [java] db.setOptions(connectionSpec.getOptions()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setOptions(int) from the type DB is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148] [java] public Mongo getMongo() { [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152] [java] public void setMongo(Mongo mongo) { [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[27] [java] import org.bson.types.Binary; [java] ^^^^^^^^^^^^^^^^^^^^^ [java] The import org.bson.types.Binary is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[35] [java] import org.eclipse.persistence.exceptions.ConversionException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.exceptions.ConversionException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174] [java] mongoSpec.setWriteConcern(WriteConcern.FSYNC_SAFE); [java] ^^^^^^^^^^ [java] The field WriteConcern.FSYNC_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[176] [java] mongoSpec.setWriteConcern(WriteConcern.JOURNAL_SAFE); [java] ^^^^^^^^^^^^ [java] The field WriteConcern.JOURNAL_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182] [java] mongoSpec.setWriteConcern(WriteConcern.NORMAL); [java] ^^^^^^ [java] The field WriteConcern.NORMAL is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184] [java] mongoSpec.setWriteConcern(WriteConcern.REPLICAS_SAFE); [java] ^^^^^^^^^^^^^ [java] The field WriteConcern.REPLICAS_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[186] [java] mongoSpec.setWriteConcern(WriteConcern.SAFE); [java] ^^^^ [java] The field WriteConcern.SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[119] [java] Object result = this.connection.getDB().eval(mongoSpec.getCode()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method eval(String, Object...) from the type DB is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[129] [java] collection.setOptions(mongoSpec.getOptions()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setOptions(int) from the type DBCollection is deprecated [java] 31 problems (31 warnings) [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-cb-2.7_test/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.nosql_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.nosql.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.nosql.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [java] [INFO] Building EclipseLink Extension 2.7.14-SNAPSHOT [5/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.extension --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.extension --- [java] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/foundation/eclipselink.extension.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.extension --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.extension_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.extension --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.extension.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.extension.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [java] [INFO] Building EclipseLink JPA 2.7.14-SNAPSHOT [6/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.jpa --- [java] [INFO] Compiling 564 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1215] [java] singletonLog = (SessionLog)sessionLogClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1216] [java] sessionLog = (SessionLog)sessionLogClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1489] [java] session.getProject().setDefaultIsIsolated(!defaultShared); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setDefaultIsIsolated(boolean) from the type Project is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1535] [java] descriptor.setIsIsolated(!shared); [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsIsolated(boolean) from the type ClassDescriptor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2192] [java] TransportManager transport = (TransportManager)transportClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2260] [java] rcm.setTransportManager((TransportManager)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2267] [java] rcm.setSerializer((Serializer)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2325] [java] this.session.setSerializer((Serializer)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2932] [java] sessionCustomizer = (SessionCustomizer) sessionCustomizerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3013] [java] DescriptorCustomizer customizer = (DescriptorCustomizer)customizerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3257] [java] processor.setMetadataSource((MetadataSource)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3283] [java] tuner = (SessionTuner)tunerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3389] [java] projectCacheAccessor = (ProjectCache)transportClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3408] [java] } else if (parser.equalsIgnoreCase(ParserType.ANTLR)) { [java] ^^^^^ [java] The field ParserType.ANTLR is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4021] [java] BeanValidationInitializationHelper beanValidationInitializationHelper = (BeanValidationInitializationHelper)helperClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[43] [java] import org.eclipse.persistence.internal.libraries.asm.ClassVisitor; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.libraries.asm.ClassVisitor is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[51] [java] import org.eclipse.persistence.internal.libraries.asm.Opcodes; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.libraries.asm.Opcodes is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[55] [java] import org.eclipse.persistence.internal.sessions.AbstractSession; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.sessions.AbstractSession is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/MetadataDynamicClassWriter.java:[77] [java] mv.visitMethodInsn(INVOKESPECIAL, parentClassType, "get", "(" + LJAVA_LANG_STRING + ")" + LJAVA_LANG_OBJECT); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/MetadataDynamicClassWriter.java:[89] [java] mv.visitMethodInsn(INVOKESPECIAL, parentClassType, SET, "(" + LJAVA_LANG_STRING + LJAVA_LANG_OBJECT + ")" + LDYNAMIC_ENTITY); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[21] [java] import java.security.AccessController; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.security.AccessController is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[22] [java] import java.security.PrivilegedActionException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.security.PrivilegedActionException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[35] [java] import org.eclipse.persistence.internal.localization.ExceptionLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.ExceptionLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[37] [java] import org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderFromCurrentThread; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderFromCurrentThread is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[40] [java] import org.eclipse.persistence.logging.SessionLogEntry; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.logging.SessionLogEntry is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ObjectAccessor.java:[90] [java] import org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310] [java] put(EntityManagerProperties.ORDER_UPDATES, new PropertyProcessor() { [java] ^^^^^^^^^^^^^ [java] The field EntityManagerProperties.ORDER_UPDATES is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[198] [java] result = new File(spec.substring(0, separator++)).toURL(); [java] ^^^^^^^ [java] The method toURL() from the type File is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[125] [java] public Subgraph addSubgraph(String attributeName) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[129] [java] public Subgraph addSubgraph(String attributeName, Class type) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[178] [java] public Subgraph addKeySubgraph(String attributeName) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[182] [java] public Subgraph addKeySubgraph(String attributeName, Class type) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[207] [java] return getPKClass().newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[332] [java] aggregate = mapping.getReferenceDescriptor().getJavaClass().newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/JPAQuery.java:[25] [java] import org.eclipse.persistence.exceptions.EclipseLinkException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.exceptions.EclipseLinkException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/JPAQuery.java:[35] [java] import javax.persistence.PersistenceException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import javax.persistence.PersistenceException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[23] [java] import org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[38] [java] TransactionManagerImpl tm; [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[68] [java] public void setTransactionManager(TransactionManagerImpl tm) { [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[108] [java] if (isTransactional() && tm.isTransactionActive()) { [java] ^^^^^^^^^^^^^^^^^^^^^ [java] The method isTransactionActive() from the type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[111] [java] return tm.getConnection(this, userName, password); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method getConnection(DataSourceImpl, String, String) from the type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[437] [java] String shouldOrderUpdates = PropertiesHandler.getPropertyValueLogDebug(EntityManagerProperties.ORDER_UPDATES, properties, this.session, true); [java] ^^^^^^^^^^^^^ [java] The field EntityManagerProperties.ORDER_UPDATES is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/DirectAccessor.java:[43] [java] import java.util.Collection; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The import java.util.Collection is never used [java] 43 problems (43 warnings) [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-cb-2.7_test/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.jpa_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.jpa.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.jpa.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [java] [INFO] Building EclipseLink MOXy 2.7.14-SNAPSHOT [7/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.moxy --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.moxy --- [java] [INFO] Compiling 182 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[155] [java] @java.lang.SuppressWarnings("squid:S1191") [java] ^^^^^^^^^^^^^ [java] Unsupported @SuppressWarnings("squid:S1191") [java] 4. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/BeanValidationHelper.java (at line 139) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 5. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 70) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 6. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 95) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 7. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 123) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 8. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 172) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 9. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 182) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/json/schema/model/JsonSchema.java:[71] [java] private List required; [java] ^^^^^^^^ [java] The value of the field JsonSchema.required is not used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[56] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/Property.java:[157] [java] private JavaClass xmlAdapterClass; [java] ^^^^^^^^^^^^^^^ [java] The value of the field Property.xmlAdapterClass is not used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/rs/MOXyJsonProvider.java:[74] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] 13 problems (0 errors, 5 warnings, 5 info) [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-cb-2.7_test/moxy/eclipselink.moxy.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.moxy --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.moxy_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.moxy --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.moxy.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.moxy.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [java] [INFO] Building EclipseLink DBWS 2.7.14-SNAPSHOT [8/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.dbws --- [java] [INFO] Compiling 152 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[338] [java] (Class>) Class.forName(adapterClassName, true, cl))); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Class to Class> [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[354] [java] (Class>) Class.forName(adapterClassName, true, cl))); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Class to Class> [java] 3. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryOperation.java (at line 109) [java] @SuppressWarnings({"serial", "unchecked"/*, "rawtypes"*/}) [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryOperation.java:[408] [java] ((ArrayList) value).add(1); [java] ^^^^^^^^^ [java] ArrayList is a raw type. References to generic type ArrayList should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryOperation.java:[410] [java] ((Vector) value).add(1); [java] ^^^^^^ [java] Vector is a raw type. References to generic type Vector should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/ProjectHelper.java:[65] [java] XRDynamicEntity newInstance = (XRDynamicEntity)clz.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[44] [java] import java.util.Collection; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The import java.util.Collection is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[271] [java] final Map descriptors = context.getServerSession().getDescriptors(); [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[416] [java] private Property buildProperty(PersistenceContext context, Class clazz) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[437] [java] private Class getCollectionGenericClass(DatabaseMapping mapping) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[438] [java] Class collectionName = null; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184] [java] @SuppressWarnings("rawtypes") [java] ^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("rawtypes") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[252] [java] final Collection collection = (Collection) attributeValue; [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[252] [java] final Collection collection = (Collection) attributeValue; [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[296] [java] if (!(((Collection) value).isEmpty())) { [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] 17. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/dbws/DBWSModelProject.java (at line 70) [java] @SuppressWarnings({"serial", "rawtypes"}) [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[58] [java] for (Object o : ((PageableCollection) object).getItems()) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[83] [java] boolean accessible = field.isAccessible(); [java] ^^^^^^^^^^^^^^ [java] The method isAccessible() from the type AccessibleObject is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[92] [java] CollectionProxy proxy = getRestCollectionProxy((Collection) field.get(entity), entity.getClass().getName(), field.getName()); [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[108] [java] private CollectionProxy getRestCollectionProxy(final Collection toProxy, final String entityName, final String fieldname) { [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[118] [java] final Class referenceAdaptorClass = Class.forName(proxyClassName, true, classLoader); [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[119] [java] final Class[] argTypes = {Collection.class}; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[120] [java] final Constructor referenceAdaptorConstructor = referenceAdaptorClass.getDeclaredConstructor(argTypes); [java] ^^^^^^^^^^^ [java] Constructor is a raw type. References to generic type Constructor should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[120] [java] final Constructor referenceAdaptorConstructor = referenceAdaptorClass.getDeclaredConstructor(argTypes); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method getDeclaredConstructor(Class...) belongs to the raw type Class. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultList.java:[31] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PageableFieldValidator.java:[31] [java] private final Class entityClass; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PageableFieldValidator.java:[41] [java] public PageableFieldValidator(Class entityClass, String fieldName, UriInfo uri) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRSessionConfigLoader.java:[37] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] 31. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/sxf/SimpleXMLFormatProject.java (at line 36) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[75] [java] createNodeForPageableCollection((PageableCollection) object, root); [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[86] [java] private void createNodeForPageableCollection(PageableCollection collection, Node node) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[103] [java] private void processFieldsList(Node fieldsNode, List elements) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[104] [java] for (JAXBElement field : elements) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/AbstractPagingValidator.java:[21] [java] import org.eclipse.persistence.logging.AbstractSessionLog; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.logging.AbstractSessionLog is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/AbstractPagingValidator.java:[36] [java] private final UriInfo uri; [java] ^^^ [java] The value of the field AbstractPagingValidator.uri is not used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[111] [java] private Collection loadItems(String href) throws Exception { [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[130] [java] return (Collection) attributeMapping.getRealAttributeValueFromAttribute(attributeMapping.getAttributeValueFromObject(entity), entity, (AbstractSession)context.getServerSession()); [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] 40. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryHandler.java (at line 130) [java] @SuppressWarnings("unused") [java] ^^^^^^^^ [java] At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored [java] 41. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryHandler.java (at line 142) [java] @SuppressWarnings("unused") [java] ^^^^^^^^ [java] At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ConcreteSubclassFactory.java:[50] [java] return clazz.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/xmladapters/ReferenceAdapterV2.java:[132] [java] return (T)entity; [java] ^^^^^^^^^ [java] Type safety: Unchecked cast from Object to T [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapterV2.java:[20] [java] import org.eclipse.persistence.internal.sessions.AbstractSession; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.sessions.AbstractSession is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryList.java:[34] [java] private List fields; [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryList.java:[49] [java] public List getFields() { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryList.java:[59] [java] public void setFields(List fields) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[444] [java] super.finalize(); [java] ^^^^^^^^^^ [java] The method finalize() from the type Object is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[558] [java] @SuppressWarnings({ "unchecked", "rawtypes" }) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1190] [java] @SuppressWarnings({ "rawtypes", "unchecked" }) [java] ^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("rawtypes") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1190] [java] @SuppressWarnings({ "rawtypes", "unchecked" }) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1220] [java] for (XmlAdapter adapter : getAdapters()) { [java] ^^^^^^^^^^ [java] XmlAdapter is a raw type. References to generic type XmlAdapter should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1244] [java] writer.writeStartElement(ReservedWords.JPARS_LIST_GROUPING_NAME); [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1245] [java] for (Object o : (List) object) { [java] ^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Object to List [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1521] [java] for (Class clazz : getServerSession().getProject().getDescriptors().keySet()) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1522] [java] if (clazz.isAnnotationPresent(RestPageableQueries.class)) { [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method isAnnotationPresent(Class) belongs to the raw type Class. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1523] [java] final RestPageableQueries restPageableQueries = (RestPageableQueries) clazz.getAnnotation(RestPageableQueries.class); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method getAnnotation(Class) belongs to the raw type Class. References to generic type Class should be parameterized [java] 58. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRDynamicEntityAccessor.java (at line 31) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] 59. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/Util.java (at line 82) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryResult.java:[34] [java] private List fields; [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryResult.java:[45] [java] public List getFields() { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryResult.java:[50] [java] public void setFields(List fields) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] 63. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRDynamicEntityVHAccessor.java (at line 38) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[77] [java] response.setItems((List) results); [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Object to List [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[101] [java] private PageableCollection populatePagedCollectionLinks(Map queryParams, UriInfo uriInfo, PageableCollection resultCollection) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[101] [java] private PageableCollection populatePagedCollectionLinks(Map queryParams, UriInfo uriInfo, PageableCollection resultCollection) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[145] [java] resultCollection.setLinks(itemLinksBuilder.build().getLinks()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method setLinks(List) belongs to the raw type PageableCollection. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQuery.java:[35] [java] List getFields(); [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQuery.java:[42] [java] void setFields(List fields); [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRSessionsFactory.java:[59] [java] new PrivilegedNewInstanceFromClass(m_classLoader.loadClass(projectString))); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] PrivilegedNewInstanceFromClass is a raw type. References to generic type PrivilegedNewInstanceFromClass should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/dbws/SOAPResponseWriter.java:[209] [java] response = (SOAPResponse) descriptor.getJavaClass().newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SimpleHomogeneousList.java:[33] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[221] [java] partner = matrixParams.get(MatrixParameters.JPARS_RELATIONSHIP_PARTNER); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field MatrixParameters.JPARS_RELATIONSHIP_PARTNER is deprecated [java] 73 problems (0 errors, 65 warnings, 65 info) [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-cb-2.7_test/dbws/eclipselink.dbws.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.dbws_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.dbws.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.dbws.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [java] [INFO] Building EclipseLink JPA-RS 2.7.14-SNAPSHOT [9/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpars --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.jpars --- [java] [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpars/.settings/org.eclipse.jdt.core.prefs' could not be found! [java] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpars --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.jpars_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpars --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.jpars.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.jpars.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [java] [INFO] Building EclipseLink SDO 2.7.14-SNAPSHOT [10/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sdo --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.sdo --- [java] [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/DataObjectInputStream.java:[36] [java] import java.util.Arrays; [java] ^^^^^^^^^^^^^^^^ [java] The import java.util.Arrays is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOResolvable.java:[22] [java] import java.io.ObjectOutputStream; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.io.ObjectOutputStream is never used [java] 2 problems (2 warnings) [java] [WARNING] Source directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/sdo/eclipselink.sdo.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sdo --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.sdo_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.sdo --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.sdo.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.sdo.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [java] [INFO] Building EclipseLink DBWS Builder 2.7.14-SNAPSHOT [11/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[600] [java] @SuppressWarnings({"unchecked"}) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[606] [java] Class driverClass = null; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[693] [java] @SuppressWarnings({"unchecked"}) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[698] [java] Class platformClass = null; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/WebSpherePackager.java:[40] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] 6. INFO in /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java (at line 45) [java] @SuppressWarnings({"serial", "unchecked"}) [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java:[65] [java] for (Iterator descriptors = getDescriptors().values().iterator(); descriptors.hasNext();) { [java] ^^^^^^^^ [java] Iterator is a raw type. References to generic type Iterator should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/JBossPackager.java:[102] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/WeblogicPackager.java:[62] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/XmlEntityMappingsGenerator.java:[49] [java] import org.eclipse.persistence.internal.databaseaccess.DatabaseCall; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.databaseaccess.DatabaseCall is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[975] [java] @SuppressWarnings("rawtypes") [java] ^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("rawtypes") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[1107] [java] @SuppressWarnings({ "rawtypes", "unchecked" }) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/GlassfishPackager.java:[40] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] 13 problems (0 errors, 12 warnings, 1 info) [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-cb-2.7_test/utils/eclipselink.dbws.builder.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.dbws.builder_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.dbws.builder.source_2.7.14.v20240103-d320a30cc1-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-cb-2.7_test/target/org.eclipse.persistence.dbws.builder.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [java] [INFO] Building EclipseLink Oracle Extension 2.7.14-SNAPSHOT [12/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.oracle --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.oracle --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.persistence.oracle --- [java] [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[426] [java] State.create(sessionNoun, SessionProfiler.SessionName, "", DMSLocalization.buildMessage("session_name"), (this.getSession().getName() == "") ? "session name not specified" : getSession().getName()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[429] [java] State sessionLoginTime = State.create(sessionNoun, SessionProfiler.LoginTime, "", DMSLocalization.buildMessage("session_login_time"), "not available"); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[469] [java] State rcmStatus = State.create(rcmNoun, SessionProfiler.RcmStatus, "", DMSLocalization.buildMessage("rcm_status"), "not available"); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[489] [java] State connectionInUse = State.create(connectionsNoun, ConnectionInUse + "(" + poolName + ")", "", DMSLocalization.buildMessage("connection_in_used"), "not available"); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:[171] [java] session.log(SessionLog.WARNING, SessionLog.EJB_OR_METADATA, "locking_required_for_database_change_notification", descriptor.getJavaClass()); [java] ^^^^^^^^^^^^^^^ [java] The field SessionLog.EJB_OR_METADATA is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[78] [java] rowCount = ((OraclePreparedStatement)statement).sendBatch(); [java] ^^^^^^^^^^^ [java] The method sendBatch() from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[80] [java] ((OraclePreparedStatement) statement).setExecuteBatch(1); [java] ^^^^^^^^^^^^^^^^^^ [java] The method setExecuteBatch(int) from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle12Platform.java:[26] [java] import org.eclipse.persistence.exceptions.ValidationException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.exceptions.ValidationException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[24] [java] import oracle.sql.OPAQUE; [java] ^^^^^^^^^^^^^^^^^ [java] The type OPAQUE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[26] [java] import oracle.xdb.dom.XDBDocument; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The type XDBDocument is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37] [java] return XMLType.createXML(connection, dom); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method createXML(Connection, Document) from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42] [java] return XMLType.createXML(connection, xml); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method createXML(Connection, String) from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53] [java] return xml.getDocument(); [java] ^^^^^^^^^^^^^ [java] The method getDocument() from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59] [java] String xmlString = xmlType.getStringVal(); [java] ^^^^^^^^^^^^^^ [java] The method getStringVal() from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64] [java] xmlType.close(); [java] ^^^^^^^ [java] The method close() from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70] [java] return obj instanceof XDBDocument; [java] ^^^^^^^^^^^ [java] The type XDBDocument is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79] [java] return XMLType.createXML((OPAQUE) opaque); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method createXML(OPAQUE) from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79] [java] return XMLType.createXML((OPAQUE) opaque); [java] ^^^^^^ [java] The type OPAQUE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[828] [java] rowCount = ((OraclePreparedStatement)statement).sendBatch(); [java] ^^^^^^^^^^^ [java] The method sendBatch() from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[830] [java] ((OraclePreparedStatement) statement).setExecuteBatch(1); [java] ^^^^^^^^^^^^^^^^^^ [java] The method setExecuteBatch(int) from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[865] [java] ((OraclePreparedStatement) statement).setExecuteBatch(maxBatchWritingSize); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setExecuteBatch(int) from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor ARRAY(ArrayDescriptor, Connection, Object) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^ [java] The type ARRAY is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor ArrayDescriptor(String, Connection) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^^^^^^^^^^^ [java] The type ArrayDescriptor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor STRUCT(StructDescriptor, Connection, Object[]) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^ [java] The type STRUCT is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor StructDescriptor(String, Connection) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^^^^^^^^^^^ [java] The type StructDescriptor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[296] [java] ((oracle.sql.REF)ref).setPhysicalConnectionOf(connection); [java] ^^^ [java] The type REF is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[297] [java] return ((oracle.sql.REF)ref).getValue(); [java] ^^^ [java] The type REF is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[297] [java] return ((oracle.sql.REF)ref).getValue(); [java] ^^^^^^^^^^ [java] The method getValue() from the type REF is deprecated [java] 32 problems (32 warnings) [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.oracle --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.oracle_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.oracle --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.oracle.source_2.7.14.v20240103-d320a30cc1-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.oracle --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.oracle.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [java] [INFO] Building EclipseLink Oracle NoSQL Extension 2.7.14-SNAPSHOT [13/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] The project's OSGi version is 2.7.14.v20240103-d320a30cc1 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/org.eclipse.persistence.oracle.nosql/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.oracle.nosql_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.oracle.nosql.source_2.7.14.v20240103-d320a30cc1-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/org.eclipse.persistence.oracle.nosql.source_2.7.14.v20240103-d320a30cc1.jar [java] [INFO] Executed tasks [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.7.14-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 1.558 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 4.850 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 6.847 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.371 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.167 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 1.668 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 0.900 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.529 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.165 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.527 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.384 s] [java] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.288 s] [java] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 0.239 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 24.867 s [java] [INFO] Finished at: 2024-01-03T12:29:56Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 24 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins [echo] modelgen.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: init: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.xml:145: 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-cb-2.7_test/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/org.eclipse.persistence.jpa.modelgen.source_2.7.14.v20240103-d320a30cc1.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-cb-2.7_test/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy.dynamicxjc/antbuild.xml:158: 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-cb-2.7_test/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/org.eclipse.persistence.moxy.dynamicxjc/src/org/eclipse/persistence/jaxb/javamodel/xjc/XJCJavaMethodImpl.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/eclipselink-moxy-dynamicxjc_2.7.14.v20240103-d320a30cc1.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/eclipselink-moxy-dynamicxjc.source_2.7.14.v20240103-d320a30cc1.jar jar: build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.jaxb/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.jaxb/antbuild.xml:106: 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-cb-2.7_test/utils/eclipselink.utils.jaxb/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning build: package-eclipselink-jar: [echo] Implementation-Version: 2.7.14.v20240103-d320a30cc1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/build/javax.persistence/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins/jakarta.persistence_2.2.3.jar into /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/build/javax.persistence/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/build/hermes/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/org.eclipse.persistence.jpa.jpql_2.7.14.v20240103-d320a30cc1.jar into /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/build/hermes/classes [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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] 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 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/build/eclipselink/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar into /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/build/eclipselink/classes [echo] module-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.activation.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/org.eclipse.persistence.antlr:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/org.eclipse.persistence.asm.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jaxb-impl.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jaxb-xjc.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.resource-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.json.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.validation-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.jms-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.xml.soap-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.mail.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/javax.wsdl_1.6.2.v201012040545.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/slf4j-api.jar' [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/antbuild.xml:1216: 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-cb-2.7_test/build/eclipselink/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/features/bundles/eclipselink/src/module-info.java:26: warning: requires transitive directive for an automatic module [javac] requires transitive java.persistence; [javac] ^ [javac] 1 warning [jar] Updating jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar build-eclipselink-jar: package-persistence20_21_diff-jar: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/build/javax.persistence20_21_diff.jar build-core-test: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-core-tests.jar init-eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar. init-bundles: init-classes: init-classpaths: init-modulepaths: init: compile: [echo] Compiler settings: [echo] jdk.version ='"11.0.11"' [echo] srcdir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src' [echo] destdir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes' [echo] debug/debuglevel ='true'/'lines,vars,source' [echo] source/target ='9'/'9' [echo] deprecation ='off' [echo] failonerror ='true' [echo] memoryMaximumSize ='1024m' [echo] javac args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-orb.jar' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/antbuild.xml:496: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2921 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 9 [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:247: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public BigDecimal getBigDecimal(int columnIndex, int scale) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:368: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public java.io.InputStream getUnicodeStream(int columnIndex) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:545: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public BigDecimal getBigDecimal(String columnName, int scale) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:664: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public java.io.InputStream getUnicodeStream(String columnName) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedStatement.java:329: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) { [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] 6 warnings process-resource: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.cj.jdbc.Driver' [echo] dbURL 'jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true' [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-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [copy] Copied 20 empty directories to 2 empty directories under /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-core-tests.jar build: [echo] Loading test properties [echo] - test.properties value was not set [echo] + /home/jenkins/build.properties found [echo] - /home/jenkins/test.properties not found [echo] - /home/jenkins/local.build.properties not found [echo] Loading build properties [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.extension.test/antbuild.properties found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.extension.test/test.properties found [echo] Checking build utilities: [echo] + Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023 [echo] + JDK: 11.0.11 common-path: build-path: [echo] Build Path: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/org.eclipse.persistence.core_2.7.14.v20240103-d320a30cc1.jar [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/org.eclipse.persistence.extension_2.7.14.v20240103-d320a30cc1.jar [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/slf4j-api.jar [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/logback-core.jar [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/logback-classic.jar [echo] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/slf4j-nop.jar [echo] /home/jenkins/extension.lib.external/junit-4.13.2.jar [echo] /home/jenkins/extension.lib.external/hamcrest-core-1.3.jar [echo] /home/jenkins/extension.lib.external/jmockit-1.35.jar build-dirs: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.extension.test/classes compile: [javac] Compiling 3 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.extension.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.extension.test/eclipselink-extension-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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes21 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes22 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-jpa22-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/jpa-performance [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/jpa-performance2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-remote [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] set-server-properties: prepare-modelgen-xml: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes compile-with-modelgen: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:663: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 198 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: 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. [javac] 1 warning [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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:663: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 91 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inheritance/InheritanceModelExamples.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:663: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 45 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] warning: [EL Warning]: metadata: ServerSession(1170157528)--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. [javac] warning: [EL Warning]: metadata: ServerSession(1170157528)--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. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.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] 3 warnings [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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:663: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 39 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/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. [javac] 1 warning [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes/META-INF compile-standard: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:755: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1056 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 compile-jpa21-standard: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:785: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1329 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes21 [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 compile-jpa22-standard: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:813: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1475 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/classes22 [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 proxy: compile-springplatform: compile-criteria: [echo] Compile the Modelgen (criteria metamodel) Tests [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:901: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds compile-fullregression: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/antbuild.xml:838: 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-cb-2.7_test/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning compile: package-annotation: [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [copy] Copying 1030 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar package-ddl: [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model/META-INF [copy] Copying 119 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-ddl-generation-model.jar package-xml-only: [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model/META-INF [copy] Copying 217 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar package-xml-merge: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model/META-INF [copy] Copying 31 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar package-jpa21-model: [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model/META-INF [copy] Copying 123 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-jpa21-model.jar package-jpa22-model: [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-jpa22-model/META-INF [copy] Copying 125 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-jpa22-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-jpa22-model.jar package-xml-extended: [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model/META-INF [copy] Copying 161 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-xml-extended-model.jar package-validation-failed: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-validation-failed-model.jar package-jpa-advanced-field-access: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-advanced-field-access-model.jar package-jpa-advanced-properties: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-advanced-properties.jar package-jpa-pu_with_spaces: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-pu with spaces.jar package-partitioned: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model/META-INF [copy] Copying 13 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-partitioned-model.jar package-plsql: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model/META-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-plsql-model.jar package-jpa-performance: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/jpa-performance/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/jpa-performance [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/jpa-performance.jar package-jpa-performance2: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/jpa-performance2/META-INF [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/jpa-performance2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/jpa-performance2.jar package-cascade-deletes: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-cascade-deletes-model.jar package-jpa-metamodel: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model/META-INF [copy] Copying 110 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-metamodel-model.jar package-delimited: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-delimited-model.jar package-beanvalidation: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-model.jar package-beanvalidation-dynamic: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-dynamic-model.jar package-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model/META-INF [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [copy] Copied 3 empty directories to 3 empty directories under /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model.jar package-composite-advanced-member_1: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2/META-INF [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3/META-INF [copy] Copying 12 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3/META-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-extensibility-model.jar package-jpa-remote: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-remote/META-INF [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-remote [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-remote [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-remote.jar package-xml-mapping-metadata-complete: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-xml-mapping-metadata-complete.jar package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-jpa21-tests.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/eclipselink-jpa22-tests.jar build: [echo] Loading user-defined overrides from '/home/jenkins/build.properties'... [echo] No user-defined test overrides found to load ('/home/jenkins/test.properties' non-existant). [echo] No Local overrides found to load. ('/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/local.build.properties' non-existant). [echo] ant.project.name = 'eclipselink.hermes.test' [echo] hermes.test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test' [echo] hermes.test.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../..' [echo] hermes.test.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins' [echo] hermes.test.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins' clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/classes config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins/org.eclipse.persistence.jpa.jpql_*.jar' [echo] compile-test: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/antbuild.xml:160: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/src/org/eclipse/persistence/jpa/tests/jpql/JPQLTestRunner.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning compile: package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/org.eclipse.persistence.jpa.jpql.test/hermes-test.jar build: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/classes init_against_jar: compile: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/antbuild.xml:197: 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-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/antbuild.xml:214: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 73 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 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-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/stage [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/stage [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-tests.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/stage package-wdf-jpa2-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/build/META-INF package-wdf-jpa1-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.wdf.test/build/META-INF package: build-against-jar: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.13.2.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-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.bind-api.jar' [echo] persistence20.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] jersey.client.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jersey-client.jar' [echo] jersey.common.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jersey-common.jar' [echo] hk2.api.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/hk2-api.jar' [echo] hk2.locator.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/hk2-locator.jar' [echo] hk2.utils.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/hk2-utils.jar' [echo] jersey.guava.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jersey-core.jar' [echo] javax.inject.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.inject.jar' [echo] javax.annotation.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.annotation-api.jar' [echo] javax.ws.rs.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.ws.rs-api.jar' [echo] validation.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.validation-api.jar' [echo] javax.xml.ws.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.ws-api.jar' [echo] json-api.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.json.jar' [echo] antlr.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.antlr_3.5.3.v202311210849.jar' [echo] hermes.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa.jpql_2.7.14.v20240103-d320a30cc1.jar' [echo] core.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.7.14.v20240103-d320a30cc1.jar' [echo] moxy.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.7.14.v20240103-d320a30cc1.jar' [echo] jpa.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.7.14.v20240103-d320a30cc1.jar' [echo] jpars.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.7.14.v20240103-d320a30cc1.jar' [echo] javax.ejb.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.ejb-api.jar' build: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/antbuild.xml:536: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 81 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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-cb-2.7_test/jpa/eclipselink.jpars.test/classes/META-INF [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.7.14.v20240103-d320a30cc1.jar' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build compile-tests-against-jar: [echo] Compiling OXM tests... [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/antbuild.xml:1086: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1299 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 897 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [echo] [echo] Compiling JAXB tests... [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/antbuild.xml:1086: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2762 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 2400 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [copy] Copied 15 empty directories to 1 empty directory under /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [echo] Compiling MOXy unit tests... [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/antbuild.xml:1086: 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-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/classes compile-sdo-tests-against-jar: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/antbuild.xml:329: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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: '11.0.11' [echo] java.version='11.0.11' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/dbws/eclipselink.dbws.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/antbuild.xml:385: 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-cb-2.7_test/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/src/dbws/testing/xrdynamicentity/XRDynamicEntityTestSuite.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar library found [echo] - orai18n-mapping.jar library missing [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar library found build-oracle-if-dependencies: build: build-utils: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' build-util: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.sigcompare/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.sigcompare/antbuild.xml:86: 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-cb-2.7_test/utils/eclipselink.utils.sigcompare/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.sigcompare/sig-compare.jar build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.rename/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.rename/antbuild.xml:79: 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-cb-2.7_test/utils/eclipselink.utils.rename/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.rename/package-rename.jar build: init: [echo] mw.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.7.14' [echo] release.version = '2.7.14' [echo] BuildDate.BuildTime = '20240103.1227' [echo] java.version = '11.0.11' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.18.5-100.fc35.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.8' [echo] java_home = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/logs build-component-libs: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/logs\iconlib.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw jar-iconlib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/iconlib.jar build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/logs\utility.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/utility/classes compile-utility: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/utility/build.xml:110: 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-cb-2.7_test/utils/eclipselink.utils.workbench/utility/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-utility-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/utility.jar jar-utility-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\uitools.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/uitools/classes compile-uitools: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/uitools/build.xml:110: 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-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/uitools.jar jar-uitools-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\framework.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/framework/classes compile-framework: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/framework/build.xml:110: 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-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/framework.jar jar-framework-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\platformsmodel.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/platformsmodel/classes compile-platformsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/platformsmodel/build.xml:110: 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-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/platformsmodel.jar jar-platformsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\platformsplugin.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/platformsplugin/classes compile-platformsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/platformsplugin/build.xml:110: 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-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/platformsplugin.jar jar-platformsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\mappingsmodel.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/mappingsmodel/classes compile-mappingsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/mappingsmodel/build.xml:110: 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-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel.jar jar-mappingsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\mappingsio.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/mappingsio/classes compile-mappingsio: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/mappingsio/build.xml:110: 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-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/mappingsio.jar jar-mappingsio-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\mappingsplugin.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/mappingsplugin/classes compile-mappingsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/mappingsplugin/build.xml:110: 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-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin.jar jar-mappingsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/utils/eclipselink.utils.workbench/logs\scplugin.log init: [echo] BuildDate.BuildTime='20240103.1227' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.18.5-100.fc35.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/scplugin/classes compile-scplugin: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench/scplugin/build.xml:110: 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-cb-2.7_test/utils/eclipselink.utils.workbench/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-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/scplugin.jar jar-scplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/scplugin_src.jar jar-scplugin: build-all: jar-mwcore-src: [echo] Implementation-Version: 2.7.14.v20240103-d320a30cc1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/elmwcore_src.jar jar-mwcore: [echo] Implementation-Version: 2.7.14.v20240103-d320a30cc1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/elmwcore.jar jar-workbench-src: [echo] Implementation-Version: 2.7.14.v20240103-d320a30cc1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw_src.jar jar-workbench: [echo] Implementation-Version: 2.7.14.v20240103-d320a30cc1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw.jar build-workbench: build: all: test-srg: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clear-db: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' init-eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar. init-bundles: init-classes: init-classpaths: init-modulepaths: init: init-test-macro: init-report-macro: init-java-macro: init-test-prompt-macro: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.cj.jdbc.Driver' [echo] dbURL 'jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true' [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-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run init-testing: clear-database: [echo] [echo] [echo] Running test on jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true [echo] [echo] JUnit settings: [echo] test ='org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest' [echo] run.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [echo] report.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports' [echo] failonerror ='true' [echo] Java settings: [echo] jdk.version ='"11.0.11"' [echo] additional.jvmargs ='' [echo] maxmemory ='1024m' [echo] java args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-orb.jar:/home/jenkins/extension.lib.external/jacocoagent.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-core-tests.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar:/home/jenkins/extension.lib.external/jgroups.jar' [echo] System properties: ='db.driver=com.mysql.cj.jdbc.Driver, db.platform=org.eclipse.persistence.platform.database.MySQLPlatform, db.url=jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true, db.user=root, eclipselink.logging.level=INFO, jdbc.driver.jar=/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar, test.security-manager=-Dignore, test.security-manager.policy=-Dignore, xdb.jar=xdb.jar' [echo] db.pwd ='**********' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports [junit] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [junit] [EL Info]: 2024-01-03 12:31:05.854--DatabaseSessionImpl(1205406622)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:06.283--DatabaseSessionImpl(1205406622)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec test-core-srg: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' init-eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar. init-bundles: init-classes: init-classpaths: init-modulepaths: init: init-test-macro: init-report-macro: init-java-macro: init-test-prompt-macro: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.cj.jdbc.Driver' [echo] dbURL 'jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true' [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-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run init-testing: test-srg: [echo] [echo] [echo] Running test on jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true [echo] [echo] JUnit settings: [echo] test ='**/junit/**/*Test.java' [echo] run.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [echo] report.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports' [echo] failonerror ='true' [echo] Java settings: [echo] jdk.version ='"11.0.11"' [echo] additional.jvmargs ='' [echo] maxmemory ='1024m' [echo] java args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-orb.jar:/home/jenkins/extension.lib.external/jacocoagent.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-core-tests.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar:/home/jenkins/extension.lib.external/jgroups.jar' [echo] System properties: ='db.driver=com.mysql.cj.jdbc.Driver, db.platform=org.eclipse.persistence.platform.database.MySQLPlatform, db.url=jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true, db.user=root, eclipselink.logging.level=INFO, jdbc.driver.jar=/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar, test.security-manager=-Dignore, test.security-manager.policy=-Dignore, xdb.jar=xdb.jar' [echo] db.pwd ='**********' [junit] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [junit] [EL Info]: 2024-01-03 12:31:06.946--ServerSession(511707818)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: query: 2024-01-03 12:31:07.006--ClientSession(530042637)--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.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:07.014--ClientSession(302977067)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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: 2024-01-03 12:31:07.015--ClientSession(1716093734)--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.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:07.018--ServerSession(364639279)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: query: 2024-01-03 12:31:07.02--ClientSession(38262958)--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.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:07.02--ServerSession(364639279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2024-01-03 12:31:07.021--ClientSession(38262958)--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.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:12.021--ServerSession(364639279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2024-01-03 12:31:12.022--ClientSession(38262958)--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.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:17.022--ServerSession(364639279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Warning]: 2024-01-03 12:31:17.023--ClientSession(38262958)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.307 sec [junit] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [junit] [EL Info]: 2024-01-03 12:31:17.533--DatabaseSessionImpl(109228794)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: query: 2024-01-03 12:31:17.598--DatabaseSessionImpl(109228794)--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.7.14.v20240103-d320a30cc1): 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.804 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec [junit] Running org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec [junit] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec [junit] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec [junit] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec [junit] Running org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec [junit] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec [junit] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec [junit] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [junit] WARNING: An illegal reflective access operation has occurred [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec [junit] WARNING: Illegal reflective access by org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest (file:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-core-tests.jar) to field java.lang.reflect.Field.modifiers [junit] WARNING: Please consider reporting this to the maintainers of org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [junit] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [junit] WARNING: All illegal access operations will be denied in a future release [junit] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec [junit] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [junit] [EL Warning]: jpa: 2024-01-03 12:31:25.965--Database password was encrypted by deprecated algorithm. [junit] It is recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-01-03 12:31:26.008--Database password was encrypted by deprecated algorithm. [junit] It is recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-01-03 12:31:26.012--Database password was encrypted by deprecated algorithm. [junit] It is recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-01-03 12:31:26.013--Database password was encrypted by deprecated algorithm. [junit] It is recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-01-03 12:31:26.021--Database password used in /file:/testdir/_test-jpa-pu was encrypted by deprecated algorithm. [junit] It is recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec [junit] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [junit] [EL Warning]: connection: 2024-01-03 12:31:26.481--Exception [EclipseLink-63001] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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: 2024-01-03 12:31:26.698--Exception [EclipseLink-63002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.ServerPlatformException [junit] Exception Description: Server platform class is not valid: org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest$Platform [junit] Internal Exception: java.lang.reflect.InvocationTargetException [junit] Target Invocation Exception: java.lang.NullPointerException [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 sec [junit] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [junit] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec [junit] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [junit] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec [junit] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest [junit] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec [echo] [echo] [echo] Running test on jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true [echo] [echo] JUnit settings: [echo] test ='org.eclipse.persistence.testing.tests.SRGTestModel' [echo] run.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run' [echo] report.dir ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports' [echo] failonerror ='true' [echo] Java settings: [echo] jdk.version ='"11.0.11"' [echo] additional.jvmargs ='' [echo] maxmemory ='1024m' [echo] java args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/plugins/glassfish-corba-orb.jar:/home/jenkins/extension.lib.external/jacocoagent.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/eclipselink-core-tests.jar:/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/run:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar:/home/jenkins/extension.lib.external/jgroups.jar' [echo] System properties: ='db.driver=com.mysql.cj.jdbc.Driver, db.platform=org.eclipse.persistence.platform.database.MySQLPlatform, db.url=jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true, db.user=root, eclipselink.logging.level=INFO, jdbc.driver.jar=/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar, test.security-manager=-Dignore, test.security-manager.policy=-Dignore, xdb.jar=xdb.jar' [echo] db.pwd ='**********' [junit] Running org.eclipse.persistence.testing.tests.SRGTestModel [junit] [EL Info]: 2024-01-03 12:31:28.954--DatabaseSessionImpl(1374026904)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: 2024-01-03 12:31:29.912--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PHONE' [junit] Error Code: 1051 [junit] Call: drop table PHONE [junit] Query: DataModifyQuery(sql="drop table PHONE") [junit] [EL Warning]: 2024-01-03 12:31:29.915--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RESPONS' [junit] Error Code: 1051 [junit] Call: drop table RESPONS [junit] Query: DataModifyQuery(sql="drop table RESPONS") [junit] [EL Warning]: 2024-01-03 12:31:29.917--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SALARY' [junit] Error Code: 1051 [junit] Call: drop table SALARY [junit] Query: DataModifyQuery(sql="drop table SALARY") [junit] [EL Warning]: 2024-01-03 12:31:29.918--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ_EMP' [junit] Error Code: 1051 [junit] Call: drop table PROJ_EMP [junit] Query: DataModifyQuery(sql="drop table PROJ_EMP") [junit] [EL Warning]: 2024-01-03 12:31:29.92--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJECT' [junit] Error Code: 1051 [junit] Call: drop table LPROJECT [junit] Query: DataModifyQuery(sql="drop table LPROJECT") [junit] [EL Warning]: 2024-01-03 12:31:29.921--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJECT' [junit] Error Code: 1051 [junit] Call: drop table PROJECT [junit] Query: DataModifyQuery(sql="drop table PROJECT") [junit] [EL Warning]: 2024-01-03 12:31:29.922--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMPLOYEE' [junit] Error Code: 1051 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2024-01-03 12:31:29.924--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADDRESS' [junit] Error Code: 1051 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2024-01-03 12:31:30.288--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.WORKER' [junit] Error Code: 1051 [junit] Call: DROP TABLE WORKER [junit] Query: DataModifyQuery(sql="DROP TABLE WORKER") [junit] [EL Warning]: 2024-01-03 12:31:30.294--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ADD") [junit] [EL Warning]: 2024-01-03 12:31:30.298--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_CLNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_CLNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT") [junit] [EL Warning]: 2024-01-03 12:31:30.303--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ECNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ECNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT") [junit] [EL Warning]: 2024-01-03 12:31:30.307--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_COM [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_COM") [junit] [EL Warning]: 2024-01-03 12:31:30.311--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_EMP") [junit] [EL Warning]: 2024-01-03 12:31:30.315--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_LAN") [junit] [EL Warning]: 2024-01-03 12:31:30.326--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_RES' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_RES [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_RES") [junit] [EL Warning]: 2024-01-03 12:31:30.33--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGGVEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGGVEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE") [junit] [EL Warning]: 2024-01-03 12:31:30.335--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGENT [junit] Query: DataModifyQuery(sql="DROP TABLE AGENT") [junit] [EL Warning]: 2024-01-03 12:31:30.339--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE CUSTOMER") [junit] [EL Warning]: 2024-01-03 12:31:30.343--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE HOUSE") [junit] [EL Warning]: 2024-01-03 12:31:30.348--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE DEPENDANT") [junit] [EL Warning]: 2024-01-03 12:31:30.353--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPANY_AGG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COMPANY_AGG [junit] Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG") [junit] [EL Warning]: 2024-01-03 12:31:30.357--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SINGLE_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE SINGLE_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE") [junit] [EL Warning]: 2024-01-03 12:31:30.361--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SELLING_POINT' [junit] Error Code: 1051 [junit] Call: DROP TABLE SELLING_POINT [junit] Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT") [junit] [EL Warning]: 2024-01-03 12:31:30.365--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER") [junit] [EL Warning]: 2024-01-03 12:31:30.37--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE") [junit] [EL Warning]: 2024-01-03 12:31:30.374--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-01-03 12:31:30.378--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-01-03 12:31:30.383--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER") [junit] [EL Warning]: 2024-01-03 12:31:30.387--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT") [junit] [EL Warning]: 2024-01-03 12:31:30.391--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE") [junit] [EL Warning]: 2024-01-03 12:31:30.395--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.Employee1' [junit] Error Code: 1051 [junit] Call: DROP TABLE Employee1 [junit] Query: DataModifyQuery(sql="DROP TABLE Employee1") [junit] [EL Warning]: 2024-01-03 12:31:30.4--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMP_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_LAN") [junit] [EL Warning]: 2024-01-03 12:31:30.419--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE STUDENT [junit] Query: DataModifyQuery(sql="DROP TABLE STUDENT") [junit] [EL Warning]: 2024-01-03 12:31:30.424--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GOLF_CLUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE GOLF_CLUB [junit] Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB") [junit] [EL Warning]: 2024-01-03 12:31:30.428--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MANUFACTURER' [junit] Error Code: 1051 [junit] Call: DROP TABLE MANUFACTURER [junit] Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER") [junit] [EL Warning]: 2024-01-03 12:31:31.15--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' [junit] Error Code: 1051 [junit] Call: drop table CHILDNAM [junit] Query: DataModifyQuery(sql="drop table CHILDNAM") [junit] [EL Warning]: 2024-01-03 12:31:31.15--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' [junit] Error Code: 1051 [junit] Call: drop table CHILDNAM [junit] Query: DataModifyQuery(sql="drop table CHILDNAM") [junit] [EL Warning]: 2024-01-03 12:31:31.32--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-01-03 12:31:31.321--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-01-03 12:31:31.322--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-01-03 12:31:31.323--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-01-03 12:31:31.324--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-01-03 12:31:31.324--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_A' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_A [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [junit] [EL Warning]: 2024-01-03 12:31:31.329--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_B' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_B [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [junit] [EL Warning]: 2024-01-03 12:31:31.333--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_C' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_C [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [junit] [EL Warning]: 2024-01-03 12:31:31.338--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_D' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_D [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [junit] [EL Warning]: 2024-01-03 12:31:31.342--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_E' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_E [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [junit] [EL Warning]: 2024-01-03 12:31:31.682--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTCUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTCUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER") [junit] [EL Warning]: 2024-01-03 12:31:31.687--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EASSOCIATIONS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EASSOCIATIONS [junit] Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS") [junit] [EL Warning]: 2024-01-03 12:31:31.691--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTORDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTORDER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTORDER") [junit] [EL Warning]: 2024-01-03 12:31:31.696--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMAILACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMAILACC [junit] Query: DataModifyQuery(sql="DROP TABLE EMAILACC") [junit] [EL Warning]: 2024-01-03 12:31:31.7--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EPHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE EPHONE [junit] Query: DataModifyQuery(sql="DROP TABLE EPHONE") [junit] [EL Warning]: 2024-01-03 12:31:31.704--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE EADDRESS") [junit] [EL Warning]: 2024-01-03 12:31:31.752--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE PROJ [junit] Query: DataModifyQuery(sql="DROP TABLE PROJ") [junit] [EL Warning]: 2024-01-03 12:31:31.756--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE LPROJ [junit] Query: DataModifyQuery(sql="DROP TABLE LPROJ") [junit] [EL Warning]: 2024-01-03 12:31:31.76--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUDGET' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUDGET [junit] Query: DataModifyQuery(sql="DROP TABLE BUDGET") [junit] [EL Warning]: 2024-01-03 12:31:31.783--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE TESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1") [junit] [EL Warning]: 2024-01-03 12:31:31.807--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-01-03 12:31:31.812--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_MENU' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_MENU [junit] Query: DataModifyQuery(sql="DROP TABLE COL_MENU") [junit] [EL Warning]: 2024-01-03 12:31:31.816--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_PERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_PERS [junit] Query: DataModifyQuery(sql="DROP TABLE COL_PERS") [junit] [EL Warning]: 2024-01-03 12:31:31.821--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LOCA' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LOCA [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LOCA") [junit] [EL Warning]: 2024-01-03 12:31:31.824--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-01-03 12:31:31.828--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-01-03 12:31:31.832--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-01-03 12:31:31.836--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_REST' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_REST [junit] Query: DataModifyQuery(sql="DROP TABLE COL_REST") [junit] [EL Warning]: 2024-01-03 12:31:31.839--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SLOG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SLOG [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SLOG") [junit] [EL Warning]: 2024-01-03 12:31:31.843--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SERVICES' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SERVICES [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES") [junit] [EL Warning]: 2024-01-03 12:31:31.847--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LICENSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LICENSE [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE") [junit] [EL Warning]: 2024-01-03 12:31:32.153--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [junit] [EL Warning]: 2024-01-03 12:31:32.158--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMSP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMSP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [junit] [EL Warning]: 2024-01-03 12:31:32.163--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMPH' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMPH [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [junit] [EL Warning]: 2024-01-03 12:31:32.167--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PHO' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PHO [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [junit] [EL Warning]: 2024-01-03 12:31:32.171--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CARD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CARD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [junit] [EL Warning]: 2024-01-03 12:31:32.174--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_COM [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [junit] [EL Warning]: 2024-01-03 12:31:32.178--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CUB [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [junit] [EL Warning]: 2024-01-03 12:31:32.183--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [junit] [EL Warning]: 2024-01-03 12:31:32.187--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUBICLE_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUBICLE_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [junit] [EL Warning]: 2024-01-03 12:31:32.19--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SHIP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SHIP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [junit] [EL Warning]: 2024-01-03 12:31:32.194--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_POL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_POL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [junit] [EL Warning]: 2024-01-03 12:31:32.198--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [junit] [EL Warning]: 2024-01-03 12:31:32.201--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_MON' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_MON [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [junit] [EL Warning]: 2024-01-03 12:31:32.205--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_HRW' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_HRW [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [junit] [EL Warning]: 2024-01-03 12:31:32.209--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PERIPHERAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PERIPHERAL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [junit] [EL Warning]: 2024-01-03 12:31:32.213--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SECURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SECURE [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [junit] [EL Warning]: 2024-01-03 12:31:32.217--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_IDENTIFICATION' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_IDENTIFICATION [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [junit] [EL Warning]: 2024-01-03 12:31:32.306--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1") [junit] [EL Warning]: 2024-01-03 12:31:32.311--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE2' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE2 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2") [junit] [EL Warning]: 2024-01-03 12:31:32.331--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [junit] [EL Warning]: 2024-01-03 12:31:32.336--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [junit] [EL Warning]: 2024-01-03 12:31:32.34--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BEER") [junit] [EL Warning]: 2024-01-03 12:31:32.344--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR [junit] Query: DataModifyQuery(sql="DROP TABLE BAR") [junit] [EL Warning]: 2024-01-03 12:31:32.347--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR_BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR_BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [junit] [EL Warning]: 2024-01-03 12:31:32.351--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE PERSON") [junit] [EL Warning]: 2024-01-03 12:31:32.355--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BREWER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BREWER [junit] Query: DataModifyQuery(sql="DROP TABLE BREWER") [junit] [EL Warning]: 2024-01-03 12:31:32.376--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-01-03 12:31:32.38--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE QUERY_OPTION_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") [junit] [junit] Running ExpressionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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.7.14.v20240103-d320a30cc1): 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.7.14.v20240103-d320a30cc1): 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.7.14.v20240103-d320a30cc1): 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.7.14.v20240103-d320a30cc1): 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.7.14.v20240103-d320a30cc1): 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.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2024-01-03 12:31:32.802--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [foofoo] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2024-01-03 12:31:32.803--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:32.804--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:32.804--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:32.805--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:32.805--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:32.806--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:32.885--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 112, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.250 sec [junit] [junit] Running QueryFrameworkTestSuite [junit] [EL Info]: 2024-01-03 12:31:32.994--ServerSession(1674532751)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:33.022--ServerSession(1489870911)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: 2024-01-03 12:31:33.102--ServerSession(715950807)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:33.159--ServerSession(1685421398)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2024-01-03 12:31:33.243--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: A reference class must be provided. [junit] Query: ReadAllQuery() [junit] [EL Warning]: 2024-01-03 12:31:33.243--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Modify queries require an object to modify. [junit] Query: WriteObjectQuery(null) [junit] [EL Warning]: 2024-01-03 12:31:33.245--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:33.301--ServerSession(305964128)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: 2024-01-03 12:31:33.327--ClientSession(1844617734)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-01-03 12:31:33.328--ServerSession(1864630663)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: 2024-01-03 12:31:33.379--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:33.464--ServerSession(512478459)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:33.491--ServerSession(1934424193)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:33.518--ServerSession(1317395634)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:33.545--ServerSession(743752855)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: 2024-01-03 12:31:33.572--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:33.608--DatabaseSessionImpl(1777766520)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: 2024-01-03 12:31:33.683--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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 is 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]: 2024-01-03 12:31:33.691--DatabaseSessionImpl(1374026904)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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] Tests run: 139, Failures: 0, Errors: 0, Skipped: 11, Time elapsed: 0.796 sec [junit] [junit] Running Transaction Test Suite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec [junit] [junit] Running Event Hook Test Suite [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 sec [junit] [EL Info]: 2024-01-03 12:31:33.826--DatabaseSessionImpl(458946139)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running MiscellaneousTests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [EL Info]: 2024-01-03 12:31:34.264--DatabaseSessionImpl(403032668)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: 2024-01-03 12:31:34.308--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-01-03 12:31:35.236--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_CON' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_CON [junit] Query: DataModifyQuery(sql="DROP TABLE U_CON") [junit] [EL Warning]: 2024-01-03 12:31:35.241--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE U_EMP") [junit] [EL Warning]: 2024-01-03 12:31:35.245--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE U_ADD") [junit] [EL Warning]: 2024-01-03 12:31:35.249--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_WEATH' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_WEATH [junit] Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [junit] [EL Warning]: 2024-01-03 12:31:35.252--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [junit] [EL Warning]: 2024-01-03 12:31:35.257--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [junit] [EL Warning]: 2024-01-03 12:31:35.261--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [junit] [EL Warning]: 2024-01-03 12:31:35.264--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [junit] [EL Warning]: 2024-01-03 12:31:35.269--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MUTABLE_TYPE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MUTABLE_TYPE [junit] Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") [junit] [junit] Running UnitOfWorkTestSuite [junit] [EL Warning]: 2024-01-03 12:31:35.922--UnitOfWork(1348632704)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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> 107 [junit] [EL Warning]: 2024-01-03 12:31:35.961--UnitOfWork(2041615726)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1 Chocolate Drive, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,089,456,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 Warning]: 2024-01-03 12:31:35.962--UnitOfWork(1401070431)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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,671,213,256], [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]: 2024-01-03 12:31:35.966--UnitOfWork(1430509568)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Betty 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> 101 [junit] [EL Warning]: 2024-01-03 12:31:35.986--UnitOfWork(31497227)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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> 107 [junit] [EL Warning]: 2024-01-03 12:31:36.094--UnitOfWork(758750856)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Betty Jones], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [601,728,931], [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]: 2024-01-03 12:31:36.211--UnitOfWork(1787476367)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '248' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-01-03 12:31:36.237--UnitOfWork(2111326114)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: 2024-01-03 12:31:36.253--DatabaseSessionImpl(403032668)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2024-01-03 12:31:36.263--UnitOfWork(2028160153)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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()) [1,142,429,510], [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] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 sec [junit] [EL Info]: 2024-01-03 12:31:36.273--DatabaseSessionImpl(1294962407)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:36.504--DatabaseSessionImpl(934117774)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running Sessions.xml validation tests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [EL Info]: 2024-01-03 12:31:36.919--DatabaseSessionImpl(771192427)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [junit] Running AggregateReadObjectTestSuite [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [junit] [junit] Running AggregateUpdateObjectTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec [junit] [junit] Running AggregateReadAllTestSuite [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec [junit] [junit] Running AggregateDeleteObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec [junit] [junit] Running AggregateInsertObjectTestSuite [junit] [EL Warning]: 2024-01-03 12:31:37.52--UnitOfWork(424305981)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@36e9fd4f] 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] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] [junit] Running AggregateUnitOfWorkTestSuite [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec [junit] [junit] Running AggregateUnitOfWorkCommitResumeTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec [junit] [junit] Running AggregateCheckForNullUnitOfWorkTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec [junit] [junit] Running AggregateMergingUnitOfWorkTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running AggregateDescriptorPropertiesTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running AggregateEventTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [junit] [junit] Running NestedAggregateTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec [junit] [junit] Running AggregateInheritanceTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec [junit] [EL Info]: 2024-01-03 12:31:37.773--DatabaseSessionImpl(695975233)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [junit] Running InheritanceDuplicateFieldTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running InheritanceReadObjectTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec [junit] [junit] Running InheritanceReadAllTestSuite [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec [junit] [junit] Running InheritanceDeleteObjectTestSuite [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec [junit] [junit] Running InheritanceInsertObjectTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec [junit] [junit] Running InheritanceUpdateObjectTestSuite [junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec [junit] [junit] Running InheritanceUnitOfWorkTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running InheritanceUnitOfWorkCommitResumeTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec [junit] [junit] Running Deep Inheritance Tests [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running TranslatedKeyInheritance [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running SingleInheritanceTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [EL Info]: 2024-01-03 12:31:38.622--DatabaseSessionImpl(1423265806)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [junit] Running XML Schema tests [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec [junit] [EL Info]: 2024-01-03 12:31:38.729--DatabaseSessionImpl(432180375)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: 2024-01-03 12:31:38.739--DatabaseSessionImpl(1325626015)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] Tests run: 696, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.013 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/foundation/eclipselink.core.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 944ms test-jpa22-srg: [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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/run config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] test-srg22: [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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://127.0.0.1:3306/ecltests?allowPublicKeyRetrieval=true [junit] [EL Warning]: metadata: ServerSession(1369468094)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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: 2024-01-03 12:31:42.271--ServerSession(761973299)--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: 2024-01-03 12:31:42.273--ServerSession(761973299)--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: 2024-01-03 12:31:42.281--ServerSession(761973299)--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: 2024-01-03 12:31:42.283--ServerSession(761973299)--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: 2024-01-03 12:31:42.284--ServerSession(761973299)--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: 2024-01-03 12:31:42.284--ServerSession(761973299)--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: 2024-01-03 12:31:42.285--ServerSession(761973299)--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: 2024-01-03 12:31:42.286--ServerSession(761973299)--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: 2024-01-03 12:31:42.287--ServerSession(761973299)--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: 2024-01-03 12:31:42.288--ServerSession(761973299)--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: 2024-01-03 12:31:42.289--ServerSession(761973299)--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: 2024-01-03 12:31:42.29--ServerSession(761973299)--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: 2024-01-03 12:31:42.292--ServerSession(761973299)--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: 2024-01-03 12:31:42.304--ServerSession(761973299)--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: 2024-01-03 12:31:42.306--ServerSession(761973299)--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: 2024-01-03 12:31:42.307--ServerSession(761973299)--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: 2024-01-03 12:31:42.307--ServerSession(761973299)--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: 2024-01-03 12:31:42.308--ServerSession(761973299)--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: 2024-01-03 12:31:42.43--ServerSession(1872047468)--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: 2024-01-03 12:31:42.431--ServerSession(1872047468)--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: 2024-01-03 12:31:42.436--ServerSession(1980194149)--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: 2024-01-03 12:31:42.437--ServerSession(1980194149)--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: 2024-01-03 12:31:42.446--ServerSession(1294139740)--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: 2024-01-03 12:31:42.446--ServerSession(1294139740)--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: 2024-01-03 12:31:42.446--ServerSession(1294139740)--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: 2024-01-03 12:31:42.447--ServerSession(1294139740)--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: 2024-01-03 12:31:42.447--ServerSession(1294139740)--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: 2024-01-03 12:31:42.447--ServerSession(1294139740)--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: 2024-01-03 12:31:42.465--ServerSession(1529002352)--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: 2024-01-03 12:31:42.466--ServerSession(1529002352)--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: 2024-01-03 12:31:42.466--ServerSession(1529002352)--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: 2024-01-03 12:31:42.466--ServerSession(1529002352)--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: 2024-01-03 12:31:42.466--ServerSession(1529002352)--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: 2024-01-03 12:31:42.466--ServerSession(1529002352)--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: 2024-01-03 12:31:42.487--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Fine]: moxy: 2024-01-03 12:31:42.491--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4e25147a [junit] [EL Fine]: moxy: 2024-01-03 12:31:42.492--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@56303475 [junit] [EL Fine]: moxy: 2024-01-03 12:31:42.493--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller" started [junit] [EL Config]: metadata: 2024-01-03 12:31:42.493--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.494--ServerSession(1629759610)--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: 2024-01-03 12:31:42.495--ServerSession(1629759610)--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: 2024-01-03 12:31:42.495--ServerSession(1629759610)--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: 2024-01-03 12:31:42.495--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3b6c624 [junit] [EL Warning]: metadata: 2024-01-03 12:31:42.782--ServerSession(1403649277)--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: 2024-01-03 12:31:42.782--ServerSession(1403649277)--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: 2024-01-03 12:31:42.872--ServerSession(326376794)--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: 2024-01-03 12:31:42.873--ServerSession(326376794)--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: 2024-01-03 12:31:42.876--ServerSession(326376794)--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: 2024-01-03 12:31:42.896--ServerSession(1062163248)--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: 2024-01-03 12:31:42.897--ServerSession(1062163248)--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: 2024-01-03 12:31:42.897--ServerSession(1062163248)--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: 2024-01-03 12:31:42.897--ServerSession(1062163248)--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] Running org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite [junit] [EL Warning]: metadata: ServerSession(594586746)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: ServerSession(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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(594586746)--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: ServerSession(594586746)--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(594586746)--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(594586746)--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(594586746)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(594586746)--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]: ddl: ServerSession(594586746)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2024-01-03 12:31:46.348--ServerSession(965674262)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metamodel: 2024-01-03 12:31:46.366--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] Closing factory: eclipselink-pu with spaces in the path and name [junit] [EL Info]: 2024-01-03 12:31:46.372--ServerSession(213063852)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metamodel: 2024-01-03 12:31:46.389--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] Closing factory: A JPAADVProperties pu with spaces in the name [junit] [EL Info]: 2024-01-03 12:31:46.392--ServerSession(566860479)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metamodel: 2024-01-03 12:31:46.409--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(594586746)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: ServerSession(594586746)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Info]: ServerSession(594586746)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: query: UnitOfWork(567531244)--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.7.14.v20240103-d320a30cc1): 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(1294714218)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(1294714218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(1294714218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1767966148)--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.7.14.v20240103-d320a30cc1): 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(1574368535)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(1574368535)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1004866348)--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.7.14.v20240103-d320a30cc1): 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(785604388)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(785604388)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(785604388)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: ServerSession(594586746)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: ServerSession(594586746)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: query: UnitOfWork(892135447)--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.7.14.v20240103-d320a30cc1): 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(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: ClientSession(1245442940)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: ServerSession(594586746)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: ServerSession(594586746)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: UnitOfWork(915608656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1955698249)--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.7.14.v20240103-d320a30cc1): 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(1907878344)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1938741493)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(903644315)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(903644315)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(661300031)--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.7.14.v20240103-d320a30cc1): 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(716413250)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1551430742)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1680217271)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(1680217271)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(594586746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(878002425)--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.7.14.v20240103-d320a30cc1): 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(1070366556)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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]: ServerSession(594586746)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: 2024-01-03 12:31:47.991--ServerSession(892981061)--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: 2024-01-03 12:31:47.992--ServerSession(892981061)--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: 2024-01-03 12:31:47.999--ServerSession(892981061)--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: 2024-01-03 12:31:48.002--ServerSession(892981061)--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: 2024-01-03 12:31:48.002--ServerSession(892981061)--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: 2024-01-03 12:31:48.003--ServerSession(892981061)--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: 2024-01-03 12:31:48.004--ServerSession(892981061)--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: 2024-01-03 12:31:48.005--ServerSession(892981061)--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: 2024-01-03 12:31:48.005--ServerSession(892981061)--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: 2024-01-03 12:31:48.007--ServerSession(892981061)--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: 2024-01-03 12:31:48.008--ServerSession(892981061)--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: 2024-01-03 12:31:48.008--ServerSession(892981061)--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: 2024-01-03 12:31:48.01--ServerSession(892981061)--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: 2024-01-03 12:31:48.018--ServerSession(892981061)--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: 2024-01-03 12:31:48.019--ServerSession(892981061)--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: 2024-01-03 12:31:48.021--ServerSession(892981061)--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: 2024-01-03 12:31:48.022--ServerSession(892981061)--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: 2024-01-03 12:31:48.023--ServerSession(892981061)--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]: 2024-01-03 12:31:48.081--ServerSession(892981061)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: 2024-01-03 12:31:48.103--ServerSession(892981061)--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: 2024-01-03 12:31:48.106--ServerSession(892981061)--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: 2024-01-03 12:31:48.108--ServerSession(892981061)--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: 2024-01-03 12:31:48.109--ServerSession(892981061)--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: 2024-01-03 12:31:48.111--ServerSession(892981061)--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: 2024-01-03 12:31:48.112--ServerSession(892981061)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-01-03 12:31:48.132--ServerSession(892981061)--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: 2024-01-03 12:31:48.134--ServerSession(892981061)--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: 2024-01-03 12:31:48.137--ServerSession(892981061)--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: 2024-01-03 12:31:48.137--ServerSession(892981061)--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: 2024-01-03 12:31:48.138--ServerSession(892981061)--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(98717829)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: ServerSession(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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(98717829)--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: ServerSession(98717829)--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(98717829)--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(98717829)--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(98717829)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(98717829)--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]: 2024-01-03 12:31:48.678--ServerSession(926946280)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Severe]: 2024-01-03 12:31:48.692--ServerSession(926946280)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Severe]: ejb: 2024-01-03 12:31:48.693--ServerSession(926946280)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Warning]: metadata: ServerSession(1612952911)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: ServerSession(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--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: ServerSession(1612952911)--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(1612952911)--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(1612952911)--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(1612952911)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1612952911)--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(1541385794)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: ServerSession(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--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: ServerSession(1541385794)--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(1541385794)--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(1541385794)--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(1541385794)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1541385794)--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]: UnitOfWork(86646127)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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: 375) [junit] [EL Warning]: metadata: ServerSession(705480294)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--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(705480294)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Severe]: ejb: ServerSession(705480294)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: Configuration error. Class [myDriver] not found. [junit] [EL Warning]: metadata: ServerSession(90486891)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--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(90486891)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Severe]: ejb: ServerSession(90486891)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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 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 Warning]: metadata: ServerSession(1093356269)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: ServerSession(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--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: ServerSession(1093356269)--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(1093356269)--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(1093356269)--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(1093356269)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1093356269)--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(484129997)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: ServerSession(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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(484129997)--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: ServerSession(484129997)--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(484129997)--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(484129997)--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(484129997)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(484129997)--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]: UnitOfWork(341779151)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(369349115)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 518] 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> 518 [junit] [EL Warning]: UnitOfWork(11289073)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 519] 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> 519 [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]: ServerSession(484129997)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [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] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: ServerSession(484129997)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: ServerSession(484129997)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Info]: ServerSession(484129997)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: UnitOfWork(950403119)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(67245874)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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(1263818182)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 705] 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> 705 [junit] [EL Warning]: UnitOfWork(2104524402)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 729] 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> 729 [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Warning]: metadata: 2024-01-03 12:33:13.526--ServerSession(36601598)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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: 2024-01-03 12:33:13.586--ServerSession(36601598)--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: 2024-01-03 12:33:13.586--ServerSession(36601598)--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: 2024-01-03 12:33:13.595--ServerSession(36601598)--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: 2024-01-03 12:33:13.616--ServerSession(36601598)--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: 2024-01-03 12:33:13.617--ServerSession(36601598)--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: 2024-01-03 12:33:13.62--ServerSession(36601598)--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: 2024-01-03 12:33:13.621--ServerSession(36601598)--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: 2024-01-03 12:33:13.621--ServerSession(36601598)--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: 2024-01-03 12:33:13.622--ServerSession(36601598)--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: 2024-01-03 12:33:13.622--ServerSession(36601598)--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: 2024-01-03 12:33:13.622--ServerSession(36601598)--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: 2024-01-03 12:33:13.623--ServerSession(36601598)--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: 2024-01-03 12:33:13.623--ServerSession(36601598)--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: 2024-01-03 12:33:13.624--ServerSession(36601598)--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: 2024-01-03 12:33:13.631--ServerSession(36601598)--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: 2024-01-03 12:33:13.631--ServerSession(36601598)--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: 2024-01-03 12:33:13.633--ServerSession(36601598)--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: 2024-01-03 12:33:13.633--ServerSession(36601598)--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: 2024-01-03 12:33:13.633--ServerSession(36601598)--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: 2024-01-03 12:33:13.633--ServerSession(36601598)--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: 2024-01-03 12:33:13.633--ServerSession(36601598)--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: 2024-01-03 12:33:13.634--ServerSession(36601598)--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: 2024-01-03 12:33:13.634--ServerSession(36601598)--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: 2024-01-03 12:33:13.679--ServerSession(17108809)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): 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: 2024-01-03 12:33:13.736--ServerSession(17108809)--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: 2024-01-03 12:33:13.736--ServerSession(17108809)--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: 2024-01-03 12:33:13.742--ServerSession(17108809)--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: 2024-01-03 12:33:13.753--ServerSession(17108809)--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: 2024-01-03 12:33:13.755--ServerSession(17108809)--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: 2024-01-03 12:33:13.768--ServerSession(17108809)--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: 2024-01-03 12:33:13.769--ServerSession(17108809)--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: 2024-01-03 12:33:13.769--ServerSession(17108809)--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: 2024-01-03 12:33:13.77--ServerSession(17108809)--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: 2024-01-03 12:33:13.77--ServerSession(17108809)--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: 2024-01-03 12:33:13.77--ServerSession(17108809)--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: 2024-01-03 12:33:13.77--ServerSession(17108809)--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: 2024-01-03 12:33:13.771--ServerSession(17108809)--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: 2024-01-03 12:33:13.771--ServerSession(17108809)--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: 2024-01-03 12:33:13.778--ServerSession(17108809)--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: 2024-01-03 12:33:13.778--ServerSession(17108809)--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: 2024-01-03 12:33:13.779--ServerSession(17108809)--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: 2024-01-03 12:33:13.779--ServerSession(17108809)--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: 2024-01-03 12:33:13.779--ServerSession(17108809)--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: 2024-01-03 12:33:13.779--ServerSession(17108809)--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: 2024-01-03 12:33:13.779--ServerSession(17108809)--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: 2024-01-03 12:33:13.779--ServerSession(17108809)--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: 2024-01-03 12:33:13.78--ServerSession(17108809)--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]: 2024-01-03 12:33:13.835--ServerSession(17108809)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: 2024-01-03 12:33:13.855--ServerSession(17108809)--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: 2024-01-03 12:33:13.857--ServerSession(17108809)--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: 2024-01-03 12:33:13.858--ServerSession(17108809)--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: 2024-01-03 12:33:13.858--ServerSession(17108809)--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: 2024-01-03 12:33:13.859--ServerSession(17108809)--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: 2024-01-03 12:33:13.86--ServerSession(17108809)--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: 2024-01-03 12:33:13.863--ServerSession(17108809)--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: 2024-01-03 12:33:13.868--ServerSession(17108809)--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: 2024-01-03 12:33:13.868--ServerSession(17108809)--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: 2024-01-03 12:33:13.87--ServerSession(17108809)--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: 2024-01-03 12:33:13.87--ServerSession(17108809)--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: 2024-01-03 12:33:13.873--ServerSession(17108809)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-01-03 12:33:13.886--ServerSession(17108809)--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]: 2024-01-03 12:33:14.092--UnitOfWork(584681920)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 812] 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> 812 [junit] Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name [junit] [EL Warning]: metadata: 2024-01-03 12:33:14.147--ServerSession(1865432157)--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: 2024-01-03 12:33:14.148--ServerSession(1865432157)--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: 2024-01-03 12:33:14.153--ServerSession(1865432157)--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: 2024-01-03 12:33:14.154--ServerSession(1865432157)--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: 2024-01-03 12:33:14.155--ServerSession(1865432157)--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: 2024-01-03 12:33:14.155--ServerSession(1865432157)--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: 2024-01-03 12:33:14.155--ServerSession(1865432157)--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: 2024-01-03 12:33:14.156--ServerSession(1865432157)--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: 2024-01-03 12:33:14.157--ServerSession(1865432157)--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: 2024-01-03 12:33:14.157--ServerSession(1865432157)--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: 2024-01-03 12:33:14.158--ServerSession(1865432157)--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: 2024-01-03 12:33:14.159--ServerSession(1865432157)--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: 2024-01-03 12:33:14.16--ServerSession(1865432157)--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: 2024-01-03 12:33:14.165--ServerSession(1865432157)--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: 2024-01-03 12:33:14.166--ServerSession(1865432157)--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: 2024-01-03 12:33:14.166--ServerSession(1865432157)--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: 2024-01-03 12:33:14.167--ServerSession(1865432157)--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: 2024-01-03 12:33:14.167--ServerSession(1865432157)--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]: 2024-01-03 12:33:14.2--ServerSession(1865432157)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: metadata: 2024-01-03 12:33:14.217--ServerSession(1865432157)--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: 2024-01-03 12:33:14.219--ServerSession(1865432157)--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: 2024-01-03 12:33:14.219--ServerSession(1865432157)--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: 2024-01-03 12:33:14.22--ServerSession(1865432157)--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: 2024-01-03 12:33:14.221--ServerSession(1865432157)--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: 2024-01-03 12:33:14.222--ServerSession(1865432157)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-01-03 12:33:14.235--ServerSession(1865432157)--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: 2024-01-03 12:33:14.236--ServerSession(1865432157)--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: 2024-01-03 12:33:14.237--ServerSession(1865432157)--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: 2024-01-03 12:33:14.238--ServerSession(1865432157)--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: 2024-01-03 12:33:14.238--ServerSession(1865432157)--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]: 2024-01-03 12:33:14.715--UnitOfWork(1717027225)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 822] 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> 822 [junit] [EL Warning]: 2024-01-03 12:33:14.788--ServerSession(17108809)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-01-03 12:33:14.789--ServerSession(17108809)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-01-03 12:33:14.791--ServerSession(17108809)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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] Tests run: 263, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.142 sec [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-cb-2.7_test/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.14.v20240103-d320a30cc1.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' generate-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpa.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 67ms test-jpars: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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.13.2.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-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.bind-api.jar' [echo] persistence20.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] jersey.client.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jersey-client.jar' [echo] jersey.common.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jersey-common.jar' [echo] hk2.api.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/hk2-api.jar' [echo] hk2.locator.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/hk2-locator.jar' [echo] hk2.utils.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/hk2-utils.jar' [echo] jersey.guava.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jersey-core.jar' [echo] javax.inject.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.inject.jar' [echo] javax.annotation.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.annotation-api.jar' [echo] javax.ws.rs.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.ws.rs-api.jar' [echo] validation.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.validation-api.jar' [echo] javax.xml.ws.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.ws-api.jar' [echo] json-api.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.json.jar' [echo] antlr.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.antlr_3.5.3.v202311210849.jar' [echo] hermes.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa.jpql_2.7.14.v20240103-d320a30cc1.jar' [echo] core.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.7.14.v20240103-d320a30cc1.jar' [echo] moxy.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.7.14.v20240103-d320a30cc1.jar' [echo] jpa.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.7.14.v20240103-d320a30cc1.jar' [echo] jpars.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.7.14.v20240103-d320a30cc1.jar' [echo] javax.ejb.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/../../plugins/jakarta.ejb-api.jar' build: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/antbuild.xml:536: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/classes/META-INF test: [echo] Server url is http://localhost:7001 [echo] jpars version is v1.0 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/reports [echo] Running org/eclipse/persistence/jpars/test/AllJavaSETests.java suite [junit] Jan 03, 2024 12:33:15 PM org.eclipse.persistence.session./jpars_auction-static.metadata [junit] WARNING: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2024-01-03 12:33:16.084--ServerSession(507819576)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] Running org.eclipse.persistence.jpars.test.AllJavaSETests [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.User] is being defaulted to: User. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction] is being defaulted to: Auction. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Address] is being defaulted to: Address. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid] is being defaulted to: Bid. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TIME. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER DROP FOREIGN KEY FK_JPARS_AUCTION_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER ADD CONSTRAINT FK_JPARS_AUCTION_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_AUCTION_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_AUCTION_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_AUCTION_USER (ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.phonebook.Person] is being defaulted to: Person. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: FIRSTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: LASTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: PHONENUMBER. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONEBOOK_PERSON (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), PHONENUMBER VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accountNumber] is being defaulted to: ACCOUNTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUNTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, home, Ottawa, K1A1A1, Rembrandt Rd.] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [11, user1, 1, home, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [33, user3, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [22, user2, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [7, 1100.0, 1704285197845, 3, 22] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, 110.0, 1704285197845, 2, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [6, 111.0, 1704285197845, 2, 22] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Warning]: metadata: 2024-01-03 12:33:17.891--ServerSession(809439796)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Info]: 2024-01-03 12:33:17.897--ServerSession(809439796)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: moxy: 2024-01-03 12:33:17.931--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: 2024-01-03 12:33:17.996--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.018--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 74b2437d-0d01-48ea-8a11-aeff447761c7 org.eclipse.persistence.jpars.test.model.auction.StaticAddress {"city":"Ottawa","id":1,"postalCode":"K1A1A1","street":"Rembrandt Rd.","type":"home","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticAddress/1+home/user","rel":"user"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 74b2437d-0d01-48ea-8a11-aeff447761c7 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":52,"amount":200.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/53","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/51","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 74b2437d-0d01-48ea-8a11-aeff447761c7 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 52} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryUpdateInternal--ENTRY c83652d9-cf77-41ed-a09d-ba53b86f85a5 [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT ID, NAME, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_AUCTION_USER WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 01f354fa-cac5-4820-ba65-543e07aad076 [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [{"id":53,"name":"Computer","sold":false,"_relationships":[]},{"id":55,"name":"Computer","sold":false,"_relationships":[]},{"id":56,"name":"Word Processor","sold":false,"_relationships":[]}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [{"id":57,"name":"James","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}},{"id":58,"name":"Gillian","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN b413c7e6-2424-490d-ad25-dfc24179c608 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b413c7e6-2424-490d-ad25-dfc24179c608 [{"id":57,"name":"James","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}},{"id":58,"name":"Gillian","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN b413c7e6-2424-490d-ad25-dfc24179c608 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource--namedQuerySingleResultInternal--ENTRY 641419fd-4f7f-4669-81af-4b7958e6b411 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (NAME = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 641419fd-4f7f-4669-81af-4b7958e6b411 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 641419fd-4f7f-4669-81af-4b7958e6b411 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":59,"name":"Computer","sold":false,"_relationships":[]} [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 54e6bbdb-212a-4a76-b94d-a73808fa9ccc [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 54e6bbdb-212a-4a76-b94d-a73808fa9ccc [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 8f9e1f28-437a-4be9-a02a-624fa1318533 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY 70d7e717-a929-4e2f-beb0-0b9d181d248c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 8d10cb07-53d9-4d4e-87e6-bd583ca07f72 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.182--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8d10cb07-53d9-4d4e-87e6-bd583ca07f72 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.183--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8d10cb07-53d9-4d4e-87e6-bd583ca07f72 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":0,"version":0,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 9464caff-8779-4fd2-bef5-fc77a2ad9023 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.183--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 9464caff-8779-4fd2-bef5-fc77a2ad9023 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.184--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9464caff-8779-4fd2-bef5-fc77a2ad9023 org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@74606204 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.189--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 9464caff-8779-4fd2-bef5-fc77a2ad9023 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.19--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9464caff-8779-4fd2-bef5-fc77a2ad9023 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 13e0c3b1-3bcf-498c-a385-adb39605cadf [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.193--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 13e0c3b1-3bcf-498c-a385-adb39605cadf [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.194--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 13e0c3b1-3bcf-498c-a385-adb39605cadf org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 7c6e479e-049f-4b49-a2b6-916d024eed49 [junit] [EL Severe]: jpars: 2024-01-03 12:33:18.196--ServerSession(809439796)--requestId: 7c6e479e-049f-4b49-a2b6-916d024eed49. Entity of type [Account] and id [101] could not be found in persistence unit: [jpars_auction-static-local]. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 9b20b99c-f465-4f76-a309-e687fe15ca86 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 9b20b99c-f465-4f76-a309-e687fe15ca86 [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY ae494631-d8ae-44b4-8ed5-65b697345112 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY ae494631-d8ae-44b4-8ed5-65b697345112 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ae494631-d8ae-44b4-8ed5-65b697345112 org.eclipse.persistence.jpars.test.model.dynamic.auction.Address {"id":62,"type":"Home","city":"Ottawa","postalCode":"a1a1a1","street":"Main Street","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Address/62+Home/user","rel":"user"}}} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY ae494631-d8ae-44b4-8ed5-65b697345112 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ae494631-d8ae-44b4-8ed5-65b697345112 [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 75f68911-fa51-4281-b743-c5a9febda6ab java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 75f68911-fa51-4281-b743-c5a9febda6ab [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 75f68911-fa51-4281-b743-c5a9febda6ab java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--deleteInternal--ENTRY c828d9c3-5eb9-4fb8-83cf-473db29c72ff [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY c828d9c3-5eb9-4fb8-83cf-473db29c72ff [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN c828d9c3-5eb9-4fb8-83cf-473db29c72ff org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 65} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_BID SET AMOUNT = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 1a176e92-e8dc-4534-87eb-5a5bd65af855 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.268--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1a176e92-e8dc-4534-87eb-5a5bd65af855 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.269--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1a176e92-e8dc-4534-87eb-5a5bd65af855 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1704285197845,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.272--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1a176e92-e8dc-4534-87eb-5a5bd65af855 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.273--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1a176e92-e8dc-4534-87eb-5a5bd65af855 org.eclipse.persistence.jpars.test.model.auction.StaticUser {"id":22,"name":"user2","version":1,"_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22/address","rel":"address"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--setOrAddAttributeInternal--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.273--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.274--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1c44a9c1-be03-4970-a3c0-cb058a850c31 org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@4640195a [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.277--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.278--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1c44a9c1-be03-4970-a3c0-cb058a850c31 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1704285197845,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1c44a9c1-be03-4970-a3c0-cb058a850c31 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 1bd292ea-36eb-4367-a0db-87e89f2c0df3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1bd292ea-36eb-4367-a0db-87e89f2c0df3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1bd292ea-36eb-4367-a0db-87e89f2c0df3 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {Auction 67} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_AUCTION SET DESCRIPTION = ?, NAME = ? WHERE (ID = ?) [junit] bind => [3 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1bd292ea-36eb-4367-a0db-87e89f2c0df3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1bd292ea-36eb-4367-a0db-87e89f2c0df3 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.294--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.296--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 {"COUNT":3} [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, Jim, 1, null, null] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2, Jill, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [3, Arthur, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [4, Judy, 1, null, null] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, Tom, 1, null, null] [junit] [EL Fine]: sql: UPDATE JPARS_ST_AUC_USER SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [Thomas, 2, 5, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [5, 2] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accountNumber] is being defaulted to: ACCOUNTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUNTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@5529ff44 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285198505, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@10244722 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285198519, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285198519, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4ac8768e [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Office] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Project] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field teamLeader] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Project. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field manager] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field managedEmployees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field expertiseAreas] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Expertise. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field office] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Office. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field certifications] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Certification. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field phoneNumbers] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field responsibilities] is being defaulted to: class java.lang.String. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Certification] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is being defaulted to: Expertise. [junit] [EL Config]: metadata: The column name for element [subject] is being defaulted to: SUBJECT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Office] is being defaulted to: Office. [junit] [EL Config]: metadata: The column name for element [location] is being defaulted to: LOCATION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: LargeProject. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Project] is being defaulted to: Project. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The column name for element [milestone] is being defaulted to: MILESTONE. [junit] [EL Config]: metadata: The column name for element [budget] is being defaulted to: BUDGET. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is being defaulted to: EmployeeAddress. [junit] [EL Config]: metadata: The column name for element [country] is being defaulted to: COUNTRY. [junit] [EL Config]: metadata: The column name for element [province] is being defaulted to: PROVINCE. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [areaPicture] is being defaulted to: AREAPICTURE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is being defaulted to: PhoneNumber. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: metadata: The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: metadata: The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: metadata: Ignoring default serialization on element [field gender] within entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The secondary table primary key column name for element [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The secondary table foreign key column name for element [org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: SmallProject. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field responsibilities] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [responsibilities] is being defaulted to: Employee_EMP_ID. [junit] [EL Config]: metadata: The value column name for the basic collection/map mapping element mapping element [responsibilities] is being defaulted to: RESPONSIBILITIES. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [employee] is being defaulted to: EMPLOYEE_EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field teamLeader] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The source primary key column name for the many to many mapping [field projects] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The target primary key column name for the many to many mapping [field projects] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field address] is being defaulted to: ADDRESS_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field manager] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field office] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field certifications] is being defaulted to: EMP_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_OFFICE_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_ADDR_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_MANAGER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY DROP FOREIGN KEY FK_JPARS_SALARY_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT DROP FOREIGN KEY FK_JPARS_PROJECT_LEADER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT DROP FOREIGN KEY FK_JPARS_LPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER DROP FOREIGN KEY FK_JPARS_PHONENUMBER_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT DROP FOREIGN KEY FK_JPARS_SPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION DROP FOREIGN KEY FK_JPARS_CERTIFICATION_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS DROP FOREIGN KEY FK_JPARS_RESPONS_Employee_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE (EMP_ID INTEGER NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), VERSION BIGINT, END_DATE DATE, START_DATE DATE, MANAGER_ID INTEGER, OFFICE_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SALARY (EMP_ID INTEGER NOT NULL, SALARY DOUBLE, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEEADDRESS (ADDRESS_ID INTEGER NOT NULL, AREAPICTURE LONGBLOB, CITY VARCHAR(255), COUNTRY LONGTEXT, P_CODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJECT (PROJ_ID INTEGER NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION BIGINT, LEADER_ID INTEGER, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_LPROJECT (PROJ_ID INTEGER NOT NULL, BUDGET DOUBLE, MILESTONE DATETIME, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONENUMBER (PHONE_TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), EMP_ID INTEGER NOT NULL, P_NUMBER VARCHAR(255), PRIMARY KEY (PHONE_TYPE, EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_EXPERTISE (ID INTEGER NOT NULL, SUBJECT VARCHAR(255), EMPLOYEE_EMP_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_OFFICE (ID INTEGER NOT NULL, LOCATION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_CERTIFICATION (ISSUE_DATE VARCHAR(255), NAME VARCHAR(255), EMP_ID INTEGER) [junit] [EL Fine]: sql: CREATE TABLE JPARS_RESPONS (Employee_EMP_ID INTEGER, RESPONSIBILITIES VARCHAR(255)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJ_EMP (EMP_ID INTEGER NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES JPARS_EMPLOYEE_OFFICE (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES JPARS_EMPLOYEEADDRESS (ADDRESS_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_MANAGER_ID FOREIGN KEY (MANAGER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY ADD CONSTRAINT FK_JPARS_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT ADD CONSTRAINT FK_JPARS_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT ADD CONSTRAINT FK_JPARS_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER ADD CONSTRAINT FK_JPARS_PHONENUMBER_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT ADD CONSTRAINT FK_JPARS_SPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE ADD CONSTRAINT FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID FOREIGN KEY (EMPLOYEE_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION ADD CONSTRAINT FK_JPARS_CERTIFICATION_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS ADD CONSTRAINT FK_JPARS_RESPONS_Employee_EMP_ID FOREIGN KEY (Employee_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [2, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 3] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [4, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [4] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [3] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@562919fe [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285198972, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@63fd4dda [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285198981, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285198981, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@39da5e49 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 5] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [6, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [6] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [5] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 7] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [8, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [8] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [7] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY e795b239-565f-47c8-b61f-9288c5b4b4c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 8f4816b7-1cde-4d65-83dc-33b3ac2b1a97 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY d2f1fe53-ceb8-4e13-a426-8573b24c7bdf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 6bec2658-1516-4b14-abb4-2f90bf46251d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 90d93abb-d5e7-4825-a36f-8bbbba1f5478 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY f974a393-5518-4d9d-9d21-409d179bd632 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 801f26f1-fd44-4f91-8030-269ac219b052 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction [junit] INFO: Test Auction Description0.01Test Auctionfalse0.0 [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO: 100.020 [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO:
22Brahms0
[junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285199149, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285199149, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285199149, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4c319d52 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@60bf494c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4026461d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@68ea253b [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4b195203 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [9, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 9] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [10, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [9] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [12, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [12] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [11] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field basketItems] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.BasketItem. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field basket] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is being defaulted to: Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is being defaulted to: BasketItem. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field basket] is being defaulted to: BASKET_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM DROP FOREIGN KEY FK_JPARS_BASKET_ITEM_BASKET_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET (BASKET_ID INTEGER NOT NULL, BASKET_NAME VARCHAR(255), PRIMARY KEY (BASKET_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_NAME VARCHAR(255), ITEM_QTY INTEGER, BASKET_ID INTEGER, PRIMARY KEY (ITEM_ID)) [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson [junit] INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"} [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml [junit] INFO: 1Basket1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM ADD CONSTRAINT FK_JPARS_BASKET_ITEM_BASKET_ID FOREIGN KEY (BASKET_ID) REFERENCES JPARS_BASKET (BASKET_ID) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY dc34ca32-bf4d-45b0-8311-d663382bb11d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY dc34ca32-bf4d-45b0-8311-d663382bb11d [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY e5ba2e36-a3d2-44d8-86aa-78be731e13ee [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY e918e769-0158-4999-96b4-814e9fe82a96 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY f532f7d9-f022-4571-932c-56d705652877 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 3d72d6fb-1525-4fd7-bf5a-d9112f6c4232 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 504d36c0-17e7-4cf2-aa63-cc383f518252 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 5ea4df98-5d98-4d86-b338-ccbb755f7188 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY baecc193-b520-4f61-8df0-a074eb5f38e4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction [junit] INFO: Test Auction Description0.01Test Auctionfalse0.0 [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO: 100.020 [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO:
22Brahms0
[junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285199465, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285199465, null, 2002] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285199465, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4aaecabd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@26da1ba2 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7d37ee0c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5eb87338 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@3a3f96ab [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 13] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [14, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [14] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [13] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 15] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [16, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [16] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [15] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson [junit] INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"} [junit] Jan 03, 2024 12:33:19 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml [junit] INFO: 1Basket1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY bcf0d440-2174-498a-bc5f-47192ffa4620 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY bcf0d440-2174-498a-bc5f-47192ffa4620 [junit] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.032 sec [junit] Output: [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.User] is being defaulted to: User. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction] is being defaulted to: Auction. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Address] is being defaulted to: Address. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid] is being defaulted to: Bid. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TIME. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER DROP FOREIGN KEY FK_JPARS_AUCTION_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER ADD CONSTRAINT FK_JPARS_AUCTION_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_AUCTION_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_AUCTION_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_AUCTION_USER (ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.phonebook.Person] is being defaulted to: Person. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: FIRSTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: LASTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: PHONENUMBER. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONEBOOK_PERSON (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), PHONENUMBER VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accountNumber] is being defaulted to: ACCOUNTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUNTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, home, Ottawa, K1A1A1, Rembrandt Rd.] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [11, user1, 1, home, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [33, user3, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [22, user2, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [7, 1100.0, 1704285197845, 3, 22] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, 110.0, 1704285197845, 2, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [6, 111.0, 1704285197845, 2, 22] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Warning]: metadata: 2024-01-03 12:33:17.891--ServerSession(809439796)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Info]: 2024-01-03 12:33:17.897--ServerSession(809439796)--EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Warning]: moxy: 2024-01-03 12:33:17.931--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: 2024-01-03 12:33:17.996--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.018--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 74b2437d-0d01-48ea-8a11-aeff447761c7 org.eclipse.persistence.jpars.test.model.auction.StaticAddress {"city":"Ottawa","id":1,"postalCode":"K1A1A1","street":"Rembrandt Rd.","type":"home","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticAddress/1+home/user","rel":"user"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 74b2437d-0d01-48ea-8a11-aeff447761c7 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":52,"amount":200.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/53","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/51","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 74b2437d-0d01-48ea-8a11-aeff447761c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 74b2437d-0d01-48ea-8a11-aeff447761c7 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 52} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryUpdateInternal--ENTRY c83652d9-cf77-41ed-a09d-ba53b86f85a5 [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT ID, NAME, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_AUCTION_USER WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 01f354fa-cac5-4820-ba65-543e07aad076 [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [{"id":53,"name":"Computer","sold":false,"_relationships":[]},{"id":55,"name":"Computer","sold":false,"_relationships":[]},{"id":56,"name":"Word Processor","sold":false,"_relationships":[]}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 46a416ec-d7a6-4dc3-a8d4-0acf316da828 [{"id":57,"name":"James","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}},{"id":58,"name":"Gillian","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN b413c7e6-2424-490d-ad25-dfc24179c608 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b413c7e6-2424-490d-ad25-dfc24179c608 [{"id":57,"name":"James","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}},{"id":58,"name":"Gillian","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY b413c7e6-2424-490d-ad25-dfc24179c608 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN b413c7e6-2424-490d-ad25-dfc24179c608 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource--namedQuerySingleResultInternal--ENTRY 641419fd-4f7f-4669-81af-4b7958e6b411 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (NAME = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 641419fd-4f7f-4669-81af-4b7958e6b411 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 641419fd-4f7f-4669-81af-4b7958e6b411 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":59,"name":"Computer","sold":false,"_relationships":[]} [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 54e6bbdb-212a-4a76-b94d-a73808fa9ccc [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 54e6bbdb-212a-4a76-b94d-a73808fa9ccc [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 8f9e1f28-437a-4be9-a02a-624fa1318533 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY 70d7e717-a929-4e2f-beb0-0b9d181d248c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 8d10cb07-53d9-4d4e-87e6-bd583ca07f72 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.182--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8d10cb07-53d9-4d4e-87e6-bd583ca07f72 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.183--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8d10cb07-53d9-4d4e-87e6-bd583ca07f72 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":0,"version":0,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 9464caff-8779-4fd2-bef5-fc77a2ad9023 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.183--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 9464caff-8779-4fd2-bef5-fc77a2ad9023 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.184--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9464caff-8779-4fd2-bef5-fc77a2ad9023 org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@74606204 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.189--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 9464caff-8779-4fd2-bef5-fc77a2ad9023 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.19--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9464caff-8779-4fd2-bef5-fc77a2ad9023 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 13e0c3b1-3bcf-498c-a385-adb39605cadf [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.193--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 13e0c3b1-3bcf-498c-a385-adb39605cadf [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.194--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 13e0c3b1-3bcf-498c-a385-adb39605cadf org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 7c6e479e-049f-4b49-a2b6-916d024eed49 [junit] [EL Severe]: jpars: 2024-01-03 12:33:18.196--ServerSession(809439796)--requestId: 7c6e479e-049f-4b49-a2b6-916d024eed49. Entity of type [Account] and id [101] could not be found in persistence unit: [jpars_auction-static-local]. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 9b20b99c-f465-4f76-a309-e687fe15ca86 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 9b20b99c-f465-4f76-a309-e687fe15ca86 [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY ae494631-d8ae-44b4-8ed5-65b697345112 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY ae494631-d8ae-44b4-8ed5-65b697345112 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ae494631-d8ae-44b4-8ed5-65b697345112 org.eclipse.persistence.jpars.test.model.dynamic.auction.Address {"id":62,"type":"Home","city":"Ottawa","postalCode":"a1a1a1","street":"Main Street","_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Address/62+Home/user","rel":"user"}}} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY ae494631-d8ae-44b4-8ed5-65b697345112 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ae494631-d8ae-44b4-8ed5-65b697345112 [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 75f68911-fa51-4281-b743-c5a9febda6ab java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 75f68911-fa51-4281-b743-c5a9febda6ab [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 75f68911-fa51-4281-b743-c5a9febda6ab [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 75f68911-fa51-4281-b743-c5a9febda6ab java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--deleteInternal--ENTRY c828d9c3-5eb9-4fb8-83cf-473db29c72ff [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY c828d9c3-5eb9-4fb8-83cf-473db29c72ff [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN c828d9c3-5eb9-4fb8-83cf-473db29c72ff org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 65} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_BID SET AMOUNT = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8b30ecd4-79aa-4d2c-b17c-bb92e50f4d81 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 1a176e92-e8dc-4534-87eb-5a5bd65af855 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.268--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1a176e92-e8dc-4534-87eb-5a5bd65af855 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.269--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1a176e92-e8dc-4534-87eb-5a5bd65af855 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1704285197845,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.272--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1a176e92-e8dc-4534-87eb-5a5bd65af855 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.273--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1a176e92-e8dc-4534-87eb-5a5bd65af855 org.eclipse.persistence.jpars.test.model.auction.StaticUser {"id":22,"name":"user2","version":1,"_relationships":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22/address","rel":"address"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--setOrAddAttributeInternal--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.273--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.274--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1c44a9c1-be03-4970-a3c0-cb058a850c31 org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@4640195a [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.277--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.278--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1c44a9c1-be03-4970-a3c0-cb058a850c31 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1704285197845,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1c44a9c1-be03-4970-a3c0-cb058a850c31 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1c44a9c1-be03-4970-a3c0-cb058a850c31 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 1bd292ea-36eb-4367-a0db-87e89f2c0df3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1bd292ea-36eb-4367-a0db-87e89f2c0df3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1bd292ea-36eb-4367-a0db-87e89f2c0df3 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {Auction 67} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_AUCTION SET DESCRIPTION = ?, NAME = ? WHERE (ID = ?) [junit] bind => [3 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 1bd292ea-36eb-4367-a0db-87e89f2c0df3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 1bd292ea-36eb-4367-a0db-87e89f2c0df3 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.294--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: 2024-01-03 12:33:18.296--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 {"COUNT":3} [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, Jim, 1, null, null] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2, Jill, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [3, Arthur, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [4, Judy, 1, null, null] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, Tom, 1, null, null] [junit] [EL Fine]: sql: UPDATE JPARS_ST_AUC_USER SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [Thomas, 2, 5, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [5, 2] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accountNumber] is being defaulted to: ACCOUNTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUNTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@5529ff44 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285198505, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@10244722 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285198519, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285198519, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4ac8768e [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Office] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Project] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field teamLeader] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Project. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field manager] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field managedEmployees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field expertiseAreas] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Expertise. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field office] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Office. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field certifications] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Certification. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field phoneNumbers] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field responsibilities] is being defaulted to: class java.lang.String. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Certification] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is being defaulted to: Expertise. [junit] [EL Config]: metadata: The column name for element [subject] is being defaulted to: SUBJECT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Office] is being defaulted to: Office. [junit] [EL Config]: metadata: The column name for element [location] is being defaulted to: LOCATION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: LargeProject. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Project] is being defaulted to: Project. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The column name for element [milestone] is being defaulted to: MILESTONE. [junit] [EL Config]: metadata: The column name for element [budget] is being defaulted to: BUDGET. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is being defaulted to: EmployeeAddress. [junit] [EL Config]: metadata: The column name for element [country] is being defaulted to: COUNTRY. [junit] [EL Config]: metadata: The column name for element [province] is being defaulted to: PROVINCE. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [areaPicture] is being defaulted to: AREAPICTURE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is being defaulted to: PhoneNumber. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: metadata: The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: metadata: The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: metadata: Ignoring default serialization on element [field gender] within entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The secondary table primary key column name for element [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The secondary table foreign key column name for element [org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: SmallProject. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field responsibilities] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [responsibilities] is being defaulted to: Employee_EMP_ID. [junit] [EL Config]: metadata: The value column name for the basic collection/map mapping element mapping element [responsibilities] is being defaulted to: RESPONSIBILITIES. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [employee] is being defaulted to: EMPLOYEE_EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field teamLeader] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The source primary key column name for the many to many mapping [field projects] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The target primary key column name for the many to many mapping [field projects] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field address] is being defaulted to: ADDRESS_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field manager] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field office] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field certifications] is being defaulted to: EMP_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_OFFICE_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_ADDR_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_MANAGER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY DROP FOREIGN KEY FK_JPARS_SALARY_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT DROP FOREIGN KEY FK_JPARS_PROJECT_LEADER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT DROP FOREIGN KEY FK_JPARS_LPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER DROP FOREIGN KEY FK_JPARS_PHONENUMBER_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT DROP FOREIGN KEY FK_JPARS_SPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION DROP FOREIGN KEY FK_JPARS_CERTIFICATION_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS DROP FOREIGN KEY FK_JPARS_RESPONS_Employee_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE (EMP_ID INTEGER NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), VERSION BIGINT, END_DATE DATE, START_DATE DATE, MANAGER_ID INTEGER, OFFICE_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SALARY (EMP_ID INTEGER NOT NULL, SALARY DOUBLE, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEEADDRESS (ADDRESS_ID INTEGER NOT NULL, AREAPICTURE LONGBLOB, CITY VARCHAR(255), COUNTRY LONGTEXT, P_CODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJECT (PROJ_ID INTEGER NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION BIGINT, LEADER_ID INTEGER, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_LPROJECT (PROJ_ID INTEGER NOT NULL, BUDGET DOUBLE, MILESTONE DATETIME, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONENUMBER (PHONE_TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), EMP_ID INTEGER NOT NULL, P_NUMBER VARCHAR(255), PRIMARY KEY (PHONE_TYPE, EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_EXPERTISE (ID INTEGER NOT NULL, SUBJECT VARCHAR(255), EMPLOYEE_EMP_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_OFFICE (ID INTEGER NOT NULL, LOCATION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_CERTIFICATION (ISSUE_DATE VARCHAR(255), NAME VARCHAR(255), EMP_ID INTEGER) [junit] [EL Fine]: sql: CREATE TABLE JPARS_RESPONS (Employee_EMP_ID INTEGER, RESPONSIBILITIES VARCHAR(255)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJ_EMP (EMP_ID INTEGER NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES JPARS_EMPLOYEE_OFFICE (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES JPARS_EMPLOYEEADDRESS (ADDRESS_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_MANAGER_ID FOREIGN KEY (MANAGER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY ADD CONSTRAINT FK_JPARS_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT ADD CONSTRAINT FK_JPARS_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT ADD CONSTRAINT FK_JPARS_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER ADD CONSTRAINT FK_JPARS_PHONENUMBER_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT ADD CONSTRAINT FK_JPARS_SPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE ADD CONSTRAINT FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID FOREIGN KEY (EMPLOYEE_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION ADD CONSTRAINT FK_JPARS_CERTIFICATION_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS ADD CONSTRAINT FK_JPARS_RESPONS_Employee_EMP_ID FOREIGN KEY (Employee_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [2, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 3] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [4, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [4] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [3] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@562919fe [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285198972, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@63fd4dda [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285198981, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285198981, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@39da5e49 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 5] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [6, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [6] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [5] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 7] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [8, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ddc601bd-24e7-4262-bac8-0c88f3c069c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ddc601bd-24e7-4262-bac8-0c88f3c069c1 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [8] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [7] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY e795b239-565f-47c8-b61f-9288c5b4b4c1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 8f4816b7-1cde-4d65-83dc-33b3ac2b1a97 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY d2f1fe53-ceb8-4e13-a426-8573b24c7bdf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 6bec2658-1516-4b14-abb4-2f90bf46251d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 90d93abb-d5e7-4825-a36f-8bbbba1f5478 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY f974a393-5518-4d9d-9d21-409d179bd632 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 801f26f1-fd44-4f91-8030-269ac219b052 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285199149, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285199149, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285199149, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4c319d52 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@60bf494c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4026461d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@68ea253b [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4b195203 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [9, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 9] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [10, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [9] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [12, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ede82f12-fcf3-480b-8a03-284bcd25d1a0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ede82f12-fcf3-480b-8a03-284bcd25d1a0 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [12] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [11] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field basketItems] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.BasketItem. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field basket] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is being defaulted to: Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is being defaulted to: BasketItem. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field basket] is being defaulted to: BASKET_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM DROP FOREIGN KEY FK_JPARS_BASKET_ITEM_BASKET_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET (BASKET_ID INTEGER NOT NULL, BASKET_NAME VARCHAR(255), PRIMARY KEY (BASKET_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_NAME VARCHAR(255), ITEM_QTY INTEGER, BASKET_ID INTEGER, PRIMARY KEY (ITEM_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM ADD CONSTRAINT FK_JPARS_BASKET_ITEM_BASKET_ID FOREIGN KEY (BASKET_ID) REFERENCES JPARS_BASKET (BASKET_ID) [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY dc34ca32-bf4d-45b0-8311-d663382bb11d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY dc34ca32-bf4d-45b0-8311-d663382bb11d [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY e5ba2e36-a3d2-44d8-86aa-78be731e13ee [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY e918e769-0158-4999-96b4-814e9fe82a96 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY f532f7d9-f022-4571-932c-56d705652877 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 3d72d6fb-1525-4fd7-bf5a-d9112f6c4232 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 504d36c0-17e7-4cf2-aa63-cc383f518252 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 5ea4df98-5d98-4d86-b338-ccbb755f7188 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY baecc193-b520-4f61-8df0-a074eb5f38e4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1704285199465, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1704285199465, null, 2002] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1704285199465, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4aaecabd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@26da1ba2 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7d37ee0c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5eb87338 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@3a3f96ab [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 13] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [14, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [14] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [13] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2024-01-03, 121, null, 15] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [16, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cef71f61-8eee-4511-9211-6ec91f4178ec [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cef71f61-8eee-4511-9211-6ec91f4178ec org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [16] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [15] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY bcf0d440-2174-498a-bc5f-47192ffa4620 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY bcf0d440-2174-498a-bc5f-47192ffa4620 [junit] [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/jpa/eclipselink.jpars.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 60ms test-moxy-srg: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.7.14.v20240103-d320a30cc1.jar' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build compile-tests-against-jar: [echo] Compiling OXM tests... [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/antbuild.xml:1086: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1299 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 897 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [echo] [echo] Compiling JAXB tests... [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/antbuild.xml:1086: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2762 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 2400 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [copy] Copied 15 empty directories to 1 empty directory under /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [echo] Compiling MOXy unit tests... [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/antbuild.xml:1086: 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-cb-2.7_test/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning compile-and-run-srg-tests-against-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/reports/srg/jaxb [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/test/tmp [junit] Running org.eclipse.persistence.testing.jaxb.JAXBSRGTestSuite [junit] removed existing: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/build/test/tmp/schema1.xsd [junit] Tests run: 627, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.655 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/reports/srg/oxm/default [junit] Running org.eclipse.persistence.testing.oxm.OXMSRGTestSuite [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.14.v20240103-d320a30cc1): org.eclipse.persistence.exceptions.XMLMarshalException [junit] Exception Description: A descriptor with default root element email-address was not found in the project [junit] at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:314) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:198) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:96) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:103) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:550) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:541) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:556) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:704) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at junit.framework.TestCase.runTest(TestCase.java:177) [junit] at junit.framework.TestCase.runBare(TestCase.java:142) [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:130) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [junit] Tests run: 240, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec moxy-srg-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/reports/srg/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/moxy/eclipselink.moxy.test/reports/srg/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 66ms test-srg-against-jar: test-sdo-srg: [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/classes compile-sdo-tests-against-jar: [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/antbuild.xml:329: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 test-srg-against-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/resource/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/reports/srg/true [echo] customContext=true [junit] Running org.eclipse.persistence.testing.sdo.SDOSRGTestSuite [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class java.lang.String, class [Ljava.lang.Byte;, boolean, char, class java.lang.Byte, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.lang.Double, long, class [B, int, class java.math.BigDecimal, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class java.lang.String, class [Ljava.lang.Byte;, boolean, char, class java.lang.Byte, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.lang.Double, long, class [B, int, class java.math.BigDecimal, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [junit] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 sec [junit] Error: [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class java.lang.String, class [Ljava.lang.Byte;, boolean, char, class java.lang.Byte, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.lang.Double, long, class [B, int, class java.math.BigDecimal, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class java.lang.String, class [Ljava.lang.Byte;, boolean, char, class java.lang.Byte, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.lang.Double, long, class [B, int, class java.math.BigDecimal, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Jan 03, 2024 7:33:36 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [junit] [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/reports/srg/true/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/reports/srg/true/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 43ms [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/sdo/eclipselink.sdo.test/resource/tmp test-dbws-srg: [echo] JDK version detected: '11.0.11' [echo] java.version='11.0.11' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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-cb-2.7_test/dbws/eclipselink.dbws.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/antbuild.xml:385: 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-cb-2.7_test/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/src/dbws/testing/xrdynamicentity/XRDynamicEntityTestSuite.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/eclipselink-dbws-test-common.jar build: compile-common: run-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/reports [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/etc/dbsetup_keymappings.sql [sql] 11 of 11 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/antbuild.xml:218: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [junit] Running dbws.testing.keymappings.KeyMappingsTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.041 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 39ms [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/etc/dbteardown_keymappings.sql [sql] 3 of 3 SQL statements executed successfully [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/etc/dbsetup_relationships.sql [sql] 75 of 75 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/antbuild.xml:218: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [junit] Running dbws.testing.relationships.RelationshipsTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.069 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 48ms [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/etc/dbteardown_relationships.sql [sql] 5 of 5 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/antbuild.xml:218: 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-cb-2.7_test/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning [junit] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 60ms test: test-dbws-builder-srg: [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/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. clean: init: [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.asm.jar' [echo] dbwsbldr.jar ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.dbws.builder_2.7.14.v20240103-d320a30cc1.jar' [echo] servlet-api.jar ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.servlet-api.jar' [echo] ddlparser.jar='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../plugins/org.eclipse.persistence.oracleddlparser_3.0.1.v20230424.jar' [echo] wsdl.jar ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../plugins/javax.wsdl_1.6.2.v201012040545.jar' [echo] persistence.jar ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/javax.persistence_unsigned_for_testing_1.0.0.jar' [echo] persistence20_21_diff.jar ='../../build/javax.persistence20_21_diff.jar' [echo] gmbal.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/gmbal.jar [echo] javax.activation.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.activation.jar [echo] javax.annotation.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.annotation-api.jar [echo] javax.validation.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.validation-api.jar [echo] javax.xml.binding.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.bind-api.jar [echo] javax.xml.soap.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.soap-api.jar [echo] javax.xml.ws.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.ws-api.jar [echo] jaxb-impl.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jaxb-impl.jar [echo] jws-api.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.jws-api.jar [echo] saaj-impl.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.saaj-impl.jar [echo] stax-ex.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/stax-ex.jar [echo] streambuffer.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.streambuffer.jar [echo] ws-policy.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.xml.ws.policy.jar [echo] ws-rt.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.ws-rt.jar compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/antbuild.xml:343: 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-cb-2.7_test/utils/eclipselink.dbws.builder.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar build: init-tests: [echo] jdbc.driver.jar ='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' [echo] dbwsbldrtest.jar ='./eclipselink-dbwsbldr-tests.jar' [echo] mail.jar ='/home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.mail.jar' run-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/reports [junit] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 sec [junit] Output: [junit] [EL Warning]: moxy: 2024-01-03 12:33:46.085--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [junit] Running dbws.testing.batchsql.BatchSQLTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec [junit] Running dbws.testing.bindingmodel.BindingModelTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec [junit] Running dbws.testing.crud.CRUDTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec [junit] Running dbws.testing.customsql.CustomSQLTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec [junit] Running dbws.testing.inlinebinary.InlineBinaryTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec [junit] Running dbws.testing.invalidinput.InvalidInputTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec [junit] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec [junit] Running dbws.testing.mtom.MTOMTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 sec [junit] Error: [junit] Jan 03, 2024 12:33:47 PM com.sun.xml.ws.server.MonitorBase createMOM [junit] WARNING: Ignoring exception - starting up without monitoring [junit] java.lang.NoClassDefFoundError: org/glassfish/pfl/basic/facet/FacetAccessor [junit] at java.base/java.lang.Class.forName0(Native Method) [junit] at java.base/java.lang.Class.forName(Class.java:315) [junit] at org.glassfish.gmbal.util.GenericConstructor.getConstructor(GenericConstructor.java:58) [junit] at org.glassfish.gmbal.util.GenericConstructor.create(GenericConstructor.java:90) [junit] at org.glassfish.gmbal.ManagedObjectManagerFactory.createStandalone(ManagedObjectManagerFactory.java:75) [junit] at com.sun.xml.ws.server.MonitorBase.createMOM(MonitorBase.java:193) [junit] at com.sun.xml.ws.server.MonitorBase.createMOMLoop(MonitorBase.java:181) [junit] at com.sun.xml.ws.server.MonitorBase.createManagedObjectManager(MonitorBase.java:104) [junit] at com.sun.xml.ws.server.WSEndpointImpl.obtainManagedObjectManager(WSEndpointImpl.java:523) [junit] at com.sun.xml.ws.server.WSEndpointImpl.initManagedObjectManager(WSEndpointImpl.java:503) [junit] at com.sun.xml.ws.server.WSEndpointImpl.(WSEndpointImpl.java:121) [junit] at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:307) [junit] at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:302) [junit] at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:134) [junit] at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:578) [junit] at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:560) [junit] at com.sun.xml.ws.transport.http.server.EndpointImpl.createEndpoint(EndpointImpl.java:304) [junit] at com.sun.xml.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:217) [junit] at dbws.testing.mtom.MTOMTestSuite.setUp(MTOMTestSuite.java:334) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [junit] at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.lang.ClassNotFoundException: org.glassfish.pfl.basic.facet.FacetAccessor [junit] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) [junit] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) [junit] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) [junit] ... 35 more [junit] [junit] [junit] Running dbws.testing.namingtransformer.NamingTransformerTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec [junit] Running dbws.testing.optlock.OptLockTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec [junit] Running dbws.testing.rootcause.RootCauseTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec [junit] Running dbws.testing.secondarysql.SecondarySQLTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec [junit] Running dbws.testing.simplesp.SimpleSPTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec [junit] Running dbws.testing.simpletable.SimpleTableTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec [junit] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec [junit] Running dbws.testing.soap12.SOAP12TestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec [junit] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec [junit] Running dbws.testing.updatefault.UpdateFaultTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/utils/eclipselink.dbws.builder.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 270ms test: generate-report: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/reports [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/reports/TESTS-TestSuites.xml to /tmp/null716482101 [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl [junitreport] Transform time: 695ms [junitreport] Deleting: /tmp/null716482101 [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 507ms [echo] Browse results at /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/reports/index.html [echo] Browse results at /home/jenkins/agent/workspace/eclipselink-cb-2.7_test/target/reports/junit-noframes.html test-srg: build-continuous: BUILD SUCCESSFUL Total time: 6 minutes 46 seconds [03.01.2024 12:33:53] -[ Stopping MySQL Database ]------------------------------ [03.01.2024 12:33:53] --[ Waiting for MySQL Database to stop ]------------------ done [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to snapshots) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/publish_snapshots.sh -[ EclipseLink Publish to Jakarta Snapshots ]----------------------------------------------------------- -[ EclipseLink Continuous Build -> No publishing any artifacts to Jakarta Snapshots]------------------------------- [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.eclipselink (ssh://genie.eclipselink@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-zgqXgEx60S6h/agent.263 SSH_AGENT_PID=265 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eclipselink-cb-2.7_test@tmp/private_key_16786729815328111849.key (/home/jenkins/agent/workspace/eclipselink-cb-2.7_test@tmp/private_key_16786729815328111849.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/publish_nightly.sh -[ EclipseLink Continuous Build -> No publishing any artifacts]------------------------------- [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 265 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Proceed test results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo Processing file: dbws/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: foundation/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: jpa/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/installer/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/jaxb/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/oxm/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/srg/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { No test report files were found. Configuration error? [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: sdo/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { No test report files were found. Configuration error? [Pipeline] junit Recording test results No test report files were found. Configuration error? [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: utils/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS